Using SSH on UNIX: ----------------- SSH commands on UNIX include: sshd Server program run on the server machine. ssh This is the client program used to log into another machine. scp Securely copies files from one machine to another. ssh-keygen Used to create public/private keys (for SSH passphrases) ssh-agent Authentication agent. Holds keys for authentication. ssh-add Used to register new keys with the agent. For more infomation, see the manual pages ssh(1), sshd(8), scp(1), ssh-keygen(1), ssh-agent(1), ssh-add(1). SSH programs are available on all EECS Instructional UNIX systems in the /usr/local/bin and /usr/sww/bin directories. Documentation is in UNIX man pages that are stored in directories that are specific to the version of SSH. Here are examples of how to read the man pages that are currently available: man -M /usr/sww/man ssh