rsnt_translations
56,430
edits
mNo edit summary |
mNo edit summary |
||
Line 121: | Line 121: | ||
If you created a key pair on the first step, you will need to know where it is. | If you created a key pair on the first step, you will need to know where it is. | ||
=== | ===Connecting from a Linux Machine=== <!--T:22--> | ||
{{Command| ssh -i /path/where/your/key/is/my_key.key username@<public IP of your server>}} | {{Command| ssh -i /path/where/your/key/is/my_key.key username@<public IP of your server>}} | ||
Most common Linux distributions have standardized on the name of the distro as the username. To connect to the provided CentOS images, you would use: | Most common Linux distributions have standardized on the name of the distro as the username. To connect to the provided CentOS images, you would use: |