Posts Tagged ‘OpenSSH’

Setting Up OpenSSH the First Time

Monday, February 4th, 2008

Install OpenSSH on both machines. sshd, the ssh daemon, must be running on the remote host, so that it can receive connections. Copy the remote host’s public key to the local machine’s ~/.ssh/known_hosts file, and you’re in business.

(more…)