diff --git a/copy/.ssh/config b/copy/.ssh/config index 00bb489..8363d12 100644 --- a/copy/.ssh/config +++ b/copy/.ssh/config @@ -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