2022-02-10 20:11:56 +01:00
|
|
|
# Add the following to ~/.ssh/config
|
|
|
|
# Include ~/.dotfiles/ssh/settings
|
|
|
|
|
|
|
|
host *
|
|
|
|
IdentityFile ~/.ssh/id_ed25519
|
2023-06-10 21:41:11 +02:00
|
|
|
IdentityAgent /Users/jan/Library/Containers/com.maxgoedjen.Secretive.SecretAgent/Data/socket.ssh
|
|
|
|
UseKeychain yes
|
2022-02-10 20:11:56 +01:00
|
|
|
AddKeysToAgent yes
|
|
|
|
PubkeyAuthentication yes
|
|
|
|
PasswordAuthentication yes
|
|
|
|
ServerAliveInterval 5
|
|
|
|
ServerAliveCountMax 3
|
|
|
|
ChallengeResponseAuthentication no
|
|
|
|
ForwardX11 no
|
|
|
|
HashKnownHosts yes
|
|
|
|
Compression yes
|
|
|
|
SendEnv LANG LC_*
|
2023-06-10 19:32:39 +02:00
|
|
|
UseRoaming no
|
2022-02-10 20:11:56 +01:00
|
|
|
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
|
2023-06-10 21:41:11 +02:00
|
|
|
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
|