Skip to content

Commit

Permalink
Update ssh_config, fix "no matching host key type"
Browse files Browse the repository at this point in the history
apparently `HostKeyAlgorithms +ssh-rsa` is not enough, i also had to add `PubkeyAcceptedAlgorithms +ssh-rsa` to the config
  • Loading branch information
LukeZGD committed Jan 4, 2024
1 parent 01a494b commit 04f0267
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/ssh_config
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ Host *
StrictHostKeyChecking no
UserKnownHostsFile /dev/null
HostKeyAlgorithms +ssh-rsa
PubkeyAcceptedAlgorithms +ssh-rsa

0 comments on commit 04f0267

Please sign in to comment.