diff options
author | ficus <ficus@robocracy.org> | 2012-11-23 20:18:38 +0100 |
---|---|---|
committer | ficus <ficus@robocracy.org> | 2012-11-23 20:18:38 +0100 |
commit | 224b467844648abf2f7d567b5645cbbc12e221bb (patch) | |
tree | 53173cef9bd9c585a1f9ee7c47c9a8098153c7f1 /config/includes.chroot/etc/ssh/sshd_config | |
parent | b74c735177d6a92f09b32f26948c9d3c0226b642 (diff) | |
download | torouter-live-224b467844648abf2f7d567b5645cbbc12e221bb.tar.gz torouter-live-224b467844648abf2f7d567b5645cbbc12e221bb.zip |
SSHD only on LAN ethernet address
Diffstat (limited to 'config/includes.chroot/etc/ssh/sshd_config')
-rw-r--r-- | config/includes.chroot/etc/ssh/sshd_config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/includes.chroot/etc/ssh/sshd_config b/config/includes.chroot/etc/ssh/sshd_config index d079ac0..777ee4b 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 +ListenAddress 10.23.42.1 Protocol 2 # HostKeys for protocol version 2 HostKey /etc/ssh/ssh_host_rsa_key |