How to change sshd port on Mac OSX Dec. 14, 2009, 7:23 p.m.

SSH on 10.5 and up is launched by launchd, and reads its port from /etc/services. To change the port, edit /System/Library/LaunchDaemons/ssh.plist and hard code the new port number in place of the service name.

ssh osx tips tutorials tricks tutorial terminal network networking openssh

Configuring OpenSSH (Win32) for Public Key Authentication Oct. 22, 2008, 6:05 p.m.

Configuring public key authentication in OpenSSH under windows. The OpenSSH readme is awful.

tutorial tools howto linux ssh openssh