How to connect to a Mac mini Using SSH
You can connect directly to the terminal of your Mac mini using the SSH protocol and your SSH key.
Before you start
To complete the actions presented below, you must have:
- A Scaleway account logged into the console
- Owner status or IAM permissions allowing you to perform actions in the intended Organization
- An SSH key
- A Mac mini
Connecting to a Mac mini using SSH
-
Navigate to the Scaleway console and log in with your credentials.
-
Click Apple silicon under the Bare Metal section in the side-menu. This displays a list of your Mac minis.
-
Click the name of the Mac mini you want to connect to. The Overview page for your selected Mac mini displays.
-
Open your terminal application and use the SSH command provided on the Overview page to connect.
- The SSH command will be in the format:
ssh your_mac_mini_username@<your_mac_mini_ip>
- Replace
<your_mac_mini_username>
with your Mac mini username. - Replace
<your_mac_mini_ip>
with the actual IP address of your Mac mini.
- The SSH command will be in the format:
See Also
Still need help?Create a support ticket