OpenSSH - source code available here, precompiled binaries are available through these places:
If you use any other flavour of UNIX that you want precompiled binaries for, let us know and we'll find 'em for you.
Quick generic configuration information:
Most UNIX operating systems come with ssh installed nowadays. This commandline:
ssh you@yip.orggenerally works in most cases. Older versions may force you to use this kind of syntax:
ssh -l you yip.orgThe 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.