From bb6d39d0e00186987608cb9206ea1d26dc6c8a27 Mon Sep 17 00:00:00 2001 From: Ubergeek Date: Sun, 23 Dec 2018 19:45:45 +0000 Subject: [PATCH] Added 2222 for sshd --- roles/common/files/sshd_config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/common/files/sshd_config b/roles/common/files/sshd_config index 0f5fbc7..9d72141 100644 --- a/roles/common/files/sshd_config +++ b/roles/common/files/sshd_config @@ -10,7 +10,8 @@ # possible, but leave them commented. Uncommented options override the # default value. -#Port 22 +Port 22 +Port 2222 #AddressFamily any #ListenAddress 0.0.0.0 #ListenAddress ::