mirror of
https://github.com/LukeZGD/Legacy-iOS-Kit.git
synced 2024-11-23 16:39:17 +01:00
04f0267b2a
apparently `HostKeyAlgorithms +ssh-rsa` is not enough, i also had to add `PubkeyAcceptedAlgorithms +ssh-rsa` to the config
8 lines
184 B
Plaintext
8 lines
184 B
Plaintext
Host *
|
|
AddKeysToAgent yes
|
|
IdentitiesOnly yes
|
|
StrictHostKeyChecking no
|
|
UserKnownHostsFile /dev/null
|
|
HostKeyAlgorithms +ssh-rsa
|
|
PubkeyAcceptedAlgorithms +ssh-rsa
|