From cbc6217bcb3276d2b2ce144aa6cd3ff4bdb25a9b Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Thu, 19 Jun 2008 11:40:07 +0200 Subject: [PATCH] Make sshd listen on the external ip only. --- etc/ssh/sshd_config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2