Spaces:
Paused
Paused
Update sshd_config
Browse files- sshd_config +1 -1
sshd_config
CHANGED
|
@@ -48,7 +48,7 @@ AuthorizedKeysCommandUser *
|
|
| 48 |
|
| 49 |
# For this to work you will also need host keys in /etc/ssh/ssh_known_hosts
|
| 50 |
HostbasedAuthentication yes
|
| 51 |
-
StrictHostKeyChecking no
|
| 52 |
|
| 53 |
# Change to yes if you don't trust ~/.ssh/known_hosts for
|
| 54 |
# HostbasedAuthentication
|
|
|
|
| 48 |
|
| 49 |
# For this to work you will also need host keys in /etc/ssh/ssh_known_hosts
|
| 50 |
HostbasedAuthentication yes
|
| 51 |
+
#StrictHostKeyChecking no
|
| 52 |
|
| 53 |
# Change to yes if you don't trust ~/.ssh/known_hosts for
|
| 54 |
# HostbasedAuthentication
|