From: Matthijs Kooijman Date: Thu, 19 Jun 2008 09:40:07 +0000 (+0200) Subject: Make sshd listen on the external ip only. X-Git-Url: https://git.stderr.nl/gitweb?a=commitdiff_plain;h=cbc6217bcb3276d2b2ce144aa6cd3ff4bdb25a9b;p=matthijs%2Fservers%2Fdrsnuggles.git Make sshd listen on the external ip only. --- diff --git a/etc/ssh/sshd_config b/etc/ssh/sshd_config index 0524874..0bb4fe8 100644 --- a/etc/ssh/sshd_config +++ b/etc/ssh/sshd_config @@ -5,7 +5,7 @@ Port 22 # Use these options to restrict which interfaces/protocols sshd will bind to #ListenAddress :: -#ListenAddress 0.0.0.0 +ListenAddress 195.85.225.80 Protocol 2 # HostKeys for protocol version 2 HostKey /etc/ssh/ssh_host_rsa_key