/
SSH to Instance using Mac and Linux
SSH to Instance using Mac and Linux
Setup:
- Make sure the PEM file that was created when you created an SSH key is in your Downloads folder.
(Here's the link for reference: Create an SSH Key) Open up a terminal window, and type this command:
chmod 600 ~/Downloads/NAMEOFPEMFILE.pem
Now we can ssh into the instance: (NOTE: The default username is 'centos' for CentOS based images and 'ubuntu' for Ubuntu based images)
ssh username@YOURIPADDRESS -i ~/Downloads/NAMEOFPEMFILE.pem
- Everything should now be setup and ready to go.
, multiple selections available,
Related content
Getting Started with Linux Instances
Getting Started with Linux Instances
More like this
Remotely Connecting to Ubuntu via VNC
Remotely Connecting to Ubuntu via VNC
Read with this
SSH to Instance using Windows
SSH to Instance using Windows
More like this
Add Users to SSH to Instance using Mac/Linux
Add Users to SSH to Instance using Mac/Linux
More like this
Add Users to SSH to Instance using Windows
Add Users to SSH to Instance using Windows
More like this
RDP to Windows Instance
RDP to Windows Instance
More like this