Change SSH port number to 2222

stevengoossensB 2020-02-10 22:33:00 +01:00 committed by GitHub
parent 2c12d2165e
commit ec5905489e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
#
# /etc/sshd_config
Port SSH_PORT
Port 2222
ListenAddress 0.0.0.0
LoginGraceTime 180
X11Forwarding yes