Skip to content

Commit

Permalink
Fix SSH config for Ventura
Browse files Browse the repository at this point in the history
  • Loading branch information
guw committed Jan 10, 2023
1 parent f89ea14 commit cbfc50e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions copy/.ssh/config
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@ ForwardAgent yes
StrictHostKeyChecking no

# Allow MacOS to use the keychain for SSH key passphrases
# and adapt macOS Ventura SSH algorithm
IgnoreUnknown UseKeychain
Host *
HostkeyAlgorithms +ssh-rsa
PubkeyAcceptedAlgorithms +ssh-rsa
UseKeychain yes
AddKeysToAgent yes
IdentityFile ~/.ssh/id_rsa
Expand Down

0 comments on commit cbfc50e

Please sign in to comment.