Compare commits

...

2 Commits

Author SHA1 Message Date
Jan Jastrow c852b31a9d Fix support for Secretive.app 2023-06-10 21:41:11 +02:00
Jan Jastrow 7f5b0ab873 Add additional settings 2023-06-10 19:32:39 +02:00
1 changed files with 4 additions and 2 deletions

View File

@ -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
@ -14,7 +15,8 @@ host *
HashKnownHosts yes
Compression yes
SendEnv LANG LC_*
UseRoaming no
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