Cloud Quick Start: Difference between revisions

Line 77: Line 77:


==Connecting To Your Instance With SSH.==
==Connecting To Your Instance With SSH.==
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. If in linux one can connect with:


  ssh -i /path/where/your/key/is/my_key.key username@<public IP of your server>
  ssh -i /path/where/your/key/is/my_key.key username@<public IP of your server>


Most common Linux distributions have standardised 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:


  ssh -i /path/where/your/key/is/my_key.key centos@<public IP of your server>
  ssh -i /path/where/your/key/is/my_key.key centos@<public IP of your server>
Line 88: Line 88:


You are now connected to your instance.
You are now connected to your instance.
For connecting from a windows machine see [[]]


=Where To Go From Here=
=Where To Go From Here=
cc_staff
1,486

edits