X-Git-Url: https://git.siccegge.de//index.cgi?a=blobdiff_plain;f=config;h=a57c6002dd2d551c2e9c7a6dd5ba50f31a59e49d;hb=b08d27f86fab4213a92c2f13e331710d8428c5cf;hp=97334a776358f50392fd4f372064a0ee907b7895;hpb=2521f3fdf8605593897bf3329eaf623169df6073;p=dotfiles%2Fssh.git diff --git a/config b/config index 97334a7..a57c600 100644 --- a/config +++ b/config @@ -1,3 +1,5 @@ +PermitLocalCommand no + Host git.siccegge.de User git VerifyHostKeyDNS yes @@ -30,11 +32,14 @@ Host *.sieglitzhof.net Host *.faust.ninja VerifyHostKeyDNS yes -HashKnownHosts no -ServerAliveInterval 300 -ControlMaster auto -MACs hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha2-512 -KexAlgorithms diffie-hellman-group-exchange-sha256,curve25519-sha256@libssh.org -HostKeyAlgorithms ssh-ed25519,ssh-rsa -FingerprintHash sha256 -Ciphers chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes256-ctr +Host * + HashKnownHosts no + ServerAliveInterval 300 + ControlMaster auto + ControlPersist 30 + ControlPath ~/.ssh/master/%C + MACs hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha2-512 + KexAlgorithms diffie-hellman-group-exchange-sha256,curve25519-sha256@libssh.org + HostKeyAlgorithms ssh-ed25519,ssh-rsa + FingerprintHash sha256 + Ciphers chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes256-ctr