home · contact · privacy
WIP.
[config] / all_new_2018 / linkable_etc_files / server / etc / ssh / sshd_config
index b72e311fb77a380a43f7c4c2e5d2a7a408a963e0..c3d8c6a02b5699ec90a96c5e748a0b2786e4fe92 100644 (file)
@@ -11,7 +11,7 @@
 # default value.
 
 Port 22
-Port 443 # used for networks where 22 is banned
+Port 443  # plomlompom: used for networks where 22 is banned
 #AddressFamily any
 #ListenAddress 0.0.0.0
 #ListenAddress ::
@@ -30,7 +30,7 @@ Port 443 # used for networks where 22 is banned
 # Authentication:
 
 #LoginGraceTime 2m
-PermitRootLogin no
+PermitRootLogin no  # plomlompom's security rule
 #StrictModes yes
 #MaxAuthTries 6
 #MaxSessions 10
@@ -124,4 +124,4 @@ Subsystem sftp      /usr/lib/openssh/sftp-server
 #      ForceCommand cvs server
 
 ClientAliveInterval 120
-PasswordAuthentication no
+PasswordAuthentication no  # plomlompom's security rule