...
- The private keypair file that was created in the Nimbus Dashboard for your instance
- It is best practice to save the private keypair file to the ~/.ssh location in your local host
If you downloaded it to your Downloads folder, you can use this commandthese commands
Code Block mv ~/Downloads/My_Key_Pair.pem ~/.ssh/My_Key_Pair.pem chmod 700 ~/.ssh/My_Key_Pair.pem ##this creates the right permissions for the private keypair
The login_name, which is the Linux OS image you chose:
Ubuntu ubuntu Centos centos Fedora fedora Scientific Linux root Debian debian - The floating IP that you allocated to your Nimbus instance, e.g.
###.###.##.##
...