Spaces:
Paused
Paused
BinaryONe
commited on
Commit
·
d5b3228
1
Parent(s):
e80ff99
Changes
Browse files- sshd_config +1 -1
sshd_config
CHANGED
|
@@ -15,7 +15,7 @@ Include /etc/ssh/sshd_config.d/*.conf
|
|
| 15 |
Port 2222
|
| 16 |
#AddressFamily any
|
| 17 |
ListenAddress 127.0.0.1
|
| 18 |
-
|
| 19 |
|
| 20 |
HostKey /etc/ssh/ssh_host_rsa_key
|
| 21 |
HostKey /etc/ssh/ssh_host_ecdsa_key
|
|
|
|
| 15 |
Port 2222
|
| 16 |
#AddressFamily any
|
| 17 |
ListenAddress 127.0.0.1
|
| 18 |
+
ListenAddress ::1
|
| 19 |
|
| 20 |
HostKey /etc/ssh/ssh_host_rsa_key
|
| 21 |
HostKey /etc/ssh/ssh_host_ecdsa_key
|