mirror of
https://github.com/LukeZGD/Legacy-iOS-Kit.git
synced 2025-01-11 15:59:08 +01:00
Update ssh_config (#157)
Best to change UserKnownHostsFile to /dev/null rather than a persistent file. AddKeysToAgent yes IdentitiesOnly yes Both required for successful connection under Catalina/OpenSSH_8.1p1, LibreSSL 2.7.3
This commit is contained in:
parent
d6770b7a2e
commit
c7a6dc3d55
@ -1,3 +1,6 @@
|
||||
StrictHostKeyChecking no
|
||||
UserKnownHostsFile tmp/known_hosts
|
||||
HostKeyAlgorithms=+ssh-rsa
|
||||
Host *
|
||||
AddKeysToAgent yes
|
||||
IdentitiesOnly yes
|
||||
StrictHostKeyChecking no
|
||||
UserKnownHostsFile /dev/null
|
||||
HostKeyAlgorithms +ssh-rsa
|
||||
|
Loading…
x
Reference in New Issue
Block a user