From: Matthijs Kooijman Date: Sat, 4 Apr 2009 11:33:02 +0000 (+0200) Subject: ssh: Listen on the new IP address. X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fservers%2Fdrsnuggles.git;a=commitdiff_plain;h=d7aaababc7e2343404c73531e661cbfb492b6d40 ssh: Listen on the new IP address. --- diff --git a/etc/ssh/sshd_config b/etc/ssh/sshd_config index 81acf96..4682327 100644 --- a/etc/ssh/sshd_config +++ b/etc/ssh/sshd_config @@ -5,7 +5,8 @@ Port 222 # Use these options to restrict which interfaces/protocols sshd will bind to #ListenAddress :: -ListenAddress 195.85.225.80 +ListenAddress 94.142.244.14 +ListenAddress 172.32.1.2 Protocol 2 # HostKeys for protocol version 2 HostKey /etc/ssh/ssh_host_rsa_key