To connect via SSH on a Mac you can follow the instructions below:
- Log in toĀ stackcp.com.
- Head toĀ Manage HostingĀ and selectĀ ManageĀ on the hosting package you want to connect to.
- Select theĀ SSH AccessĀ icon.
- Youāll now need to generate a public key, on a Mac this is done via theĀ TerminalĀ utility. OpenĀ TerminalĀ on the Mac.
- Enter the following command into the Terminal:
ssh-keygen
- PressĀ Enter
- Youāll be prompted to enter theĀ locationĀ that you want the public and private keys saving. In this case, weāll keep this as theĀ default location. PressĀ Enter
- Youāll be prompted for aĀ passphrase, in this guide weāll just leave this empty. If you enter one, make sure you remember this as youāll be prompted for this later. PressĀ Enter.
- Youāll be asked to confirm the passphrase - since weāve left this empty just pressĀ Enter.
- Your keys will have been generated and the public key will have been saved in a specified location, in our example, it has been saved in:
/Users/user/.ssh/id_rsa.pub.
- Copy the path and enter the following command:
cat /Users/user/.ssh/id_rsa.pub.
- The key will be outputted, copy the whole key from the start to the end.
- Paste the key back into theĀ Public KeyĀ field in theĀ SSH AccessĀ section. The handle should be added automatically. PressĀ Add Public Key.
- Please note that can take up to 5 minutes.
- Head back toĀ TerminalĀ and enter theĀ SSH usernameĀ andĀ hostnameĀ found at the top of theĀ SSH AccessĀ section, it should be something likeĀ domain.com@ssh.stackcp.comĀ Youāll need to prefix it with theĀ sshĀ command as follows:
ssh domain.com@ssh.stackcp.com
- Ā Youāll be prompted to confirm you would like to connect, simply typeĀ yesĀ and press enter.
You should have successfully connected via SSH from your Mac to your hosting package at HostMaria - Cloud.