privateone commited on
Commit
126d4d9
·
verified ·
1 Parent(s): 9b2d8b5

Update sshd_config

Browse files
Files changed (1) hide show
  1. sshd_config +3 -3
sshd_config CHANGED
@@ -14,7 +14,7 @@ Include /etc/ssh/sshd_config.d/*.conf
14
 
15
  Port 2222
16
  #AddressFamily any
17
- #ListenAddress 0.0.0.0
18
  #ListenAddress ::
19
 
20
  HostKey /etc/ssh/ssh_host_rsa_key
@@ -25,8 +25,8 @@ HostKey /etc/ssh/ssh_host_ed25519_key
25
  #RekeyLimit default none
26
 
27
  # Logging
28
- #SyslogFacility AUTH
29
- #LogLevel INFO
30
 
31
  # Authentication:
32
 
 
14
 
15
  Port 2222
16
  #AddressFamily any
17
+ ListenAddress 0.0.0.0
18
  #ListenAddress ::
19
 
20
  HostKey /etc/ssh/ssh_host_rsa_key
 
25
  #RekeyLimit default none
26
 
27
  # Logging
28
+ SyslogFacility AUTH
29
+ LogLevel INFO
30
 
31
  # Authentication:
32