cc_staff
1,486
edits
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 | If you created a key pair on the first step, you will need to know where it is. | ||
===If connecting from a Linux machine:=== | |||
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> | ||
Line 89: | Line 91: | ||
You are now connected to your instance. | You are now connected to your instance. | ||
=== If connecting from a windows machine=== | |||
see [[Connecting with PuTTY]] or [[Connecting with MobaXTerm]] | |||
=Where To Go From Here= | =Where To Go From Here= |