 |
Connecting to SSH through a Terminal (Mac OS X and
Linux)
|
|
Linux:
First open your favorite Terminal program
(Xterm, etc)
If you have (Open)SSH installed on your system (most
linux systems do) you should be able to
just type:
ssh -l YourUserName YourDomain.com
Make sure to replace YourUserName with your
actual username and YourDomain.com with your actual Domain.

Mac OS X (10, 10.2):
Most OS X systems come with all the software you need to connect to SSH from a
Terminal.
First open the Terminal (From the finder click Go > Applications > Utility >
Terminal)
After you open the terminal type in:
ssh -l YourUserName YourDomain.com
Make sure to replace YourUserName with your
actual username and YourDomain.com with your actual Domain.
 |