mirror of
https://github.com/LukeZGD/Legacy-iOS-Kit.git
synced 2024-11-23 16:39:17 +01:00
c7a6dc3d55
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
7 lines
146 B
Plaintext
7 lines
146 B
Plaintext
Host *
|
|
AddKeysToAgent yes
|
|
IdentitiesOnly yes
|
|
StrictHostKeyChecking no
|
|
UserKnownHostsFile /dev/null
|
|
HostKeyAlgorithms +ssh-rsa
|