mirror of
https://github.com/JanJastrow/.dotfiles.git
synced 2024-11-10 05:04:51 +01:00
23 lines
1017 B
Plaintext
23 lines
1017 B
Plaintext
# Add the following to ~/.ssh/config
|
|
# Include ~/.dotfiles/ssh/settings
|
|
|
|
host *
|
|
IdentityFile ~/.ssh/id_ed25519
|
|
IdentityAgent /Users/jan/Library/Containers/com.maxgoedjen.Secretive.SecretAgent/Data/socket.ssh
|
|
UseKeychain yes
|
|
AddKeysToAgent yes
|
|
PubkeyAuthentication yes
|
|
PasswordAuthentication yes
|
|
ServerAliveInterval 5
|
|
ServerAliveCountMax 3
|
|
ChallengeResponseAuthentication no
|
|
ForwardX11 no
|
|
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 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
|