Skip to content

Instantly share code, notes, and snippets.

View pbernicchi's full-sized avatar

Paul Bernicchi pbernicchi

View GitHub Profile
# generate host keys
ssh-keygen -t rsa /tmp/ssh_host_rsa_key
ssh-keygen -t dsa /tmp/ssh_host_dsa_key
# create /usr/local/etc/sshd.conf
# Changed items in /usr/local/etc/sshd.conf
Port 22
ListenAddress <host IP>
SyslogFacility AUTH