A list of ssh programs for UNIX

Quick generic configuration information:

Notes on ssh clients:

Most UNIX operating systems come with ssh installed nowadays. This commandline:

ssh you@yip.org
generally works in most cases. Older versions may force you to use this kind of syntax:
ssh -l you yip.org
The ssh binary may be called ssh2, ssh1, or slogin on some systems - ssh2 is preferred. The directory it resides in may not be in your path, so you may have to hunt for it, using such commands as:
which ssh
whereis ssh
locate ssh
find / -name ssh -print

This is a work in progress.

Return to the ssh usage section, or return to the UNIX section.