Spaces:
Paused
Paused
Update sshd_config
Browse files- 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 |
-
|
| 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 |
-
|
| 29 |
-
|
| 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 |
|