diff options
author | ficus <ficus@robocracy.org> | 2012-11-24 03:40:17 +0100 |
---|---|---|
committer | ficus <ficus@robocracy.org> | 2012-11-24 03:40:17 +0100 |
commit | 5878df6542c7fd38b3224cd06aaf87510ba74336 (patch) | |
tree | a7ff3f8acd3b857df6c25cc38d6a8cffc78ba852 | |
parent | 5c528c850bfa3bbf8b59ad8b5020f404b5b934b2 (diff) | |
download | torouter-live-5878df6542c7fd38b3224cd06aaf87510ba74336.tar.gz torouter-live-5878df6542c7fd38b3224cd06aaf87510ba74336.zip |
fix sshd_config ordering bug
-rw-r--r-- | config/includes.chroot/etc/ssh/sshd_config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/includes.chroot/etc/ssh/sshd_config b/config/includes.chroot/etc/ssh/sshd_config index 777ee4b..e9723da 100644 --- a/config/includes.chroot/etc/ssh/sshd_config +++ b/config/includes.chroot/etc/ssh/sshd_config @@ -6,6 +6,7 @@ Port 22 # Use these options to restrict which interfaces/protocols sshd will bind to #ListenAddress :: #ListenAddress 0.0.0.0 +AddressFamily inet ListenAddress 10.23.42.1 Protocol 2 # HostKeys for protocol version 2 @@ -85,4 +86,3 @@ Subsystem sftp /usr/lib/openssh/sftp-server # PAM authentication, then enable this but set PasswordAuthentication # and ChallengeResponseAuthentication to 'no'. UsePAM yes -AddressFamily inet |