ElDiabloConCaca
U.S.D.A. Prime
You can use ssh from the Terminal. Launch the terminal, then you can issue the ssh command like so:
If you're unfamiliar with the syntax for ssh, then in the terminal you can type:
...which will bring up the manual page for ssh.
Code:
ssh [username]@[server]
Code:
man ssh