From c852b31a9daccfc8e5b9b7e29c20d4c7d1676053 Mon Sep 17 00:00:00 2001 From: Jan Jastrow Date: Sat, 10 Jun 2023 21:41:11 +0200 Subject: [PATCH] Fix support for Secretive.app --- ssh/settings | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ssh/settings b/ssh/settings index 8dbedcc..b4c493d 100644 --- a/ssh/settings +++ b/ssh/settings @@ -3,7 +3,8 @@ host * IdentityFile ~/.ssh/id_ed25519 - UseKeychain yes + IdentityAgent /Users/jan/Library/Containers/com.maxgoedjen.Secretive.SecretAgent/Data/socket.ssh + UseKeychain yes AddKeysToAgent yes PubkeyAuthentication yes PasswordAuthentication yes @@ -15,8 +16,7 @@ host * Compression yes SendEnv LANG LC_* UseRoaming no - IdentitiesOnly yes KexAlgorithms curve25519-sha256@libssh.org,diffie-hellman-group-exchange-sha256 HostKeyAlgorithms ssh-ed25519-cert-v01@openssh.com,ssh-rsa-cert-v01@openssh.com,ssh-ed25519,ssh-rsa Ciphers chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr - #MACs hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-ripemd160-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512,hmac-sha2-256,hmac-ripemd160,umac-128@openssh.com + MACs umac-128-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512