From 969cad7888b79c163904da7e0d82d7ef518a501c Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Mon, 29 Dec 2008 18:03:23 +0100 Subject: [PATCH] Let sshd listen on port 222 for now. --- 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 0bb4fe8..81acf96 100644 --- a/etc/ssh/sshd_config +++ b/etc/ssh/sshd_config @@ -2,7 +2,7 @@ # See the sshd(8) manpage for details # What ports, IPs and protocols we listen for -Port 22 +Port 222 # Use these options to restrict which interfaces/protocols sshd will bind to #ListenAddress :: ListenAddress 195.85.225.80 -- 2.30.2