From d7aaababc7e2343404c73531e661cbfb492b6d40 Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Sat, 4 Apr 2009 13:33:02 +0200 Subject: [PATCH] ssh: Listen on the new IP address. --- etc/ssh/sshd_config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.30.2