This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |