X-Git-Url: https://git.siccegge.de//index.cgi?p=dotfiles%2Fssh.git;a=blobdiff_plain;f=config;h=64456c8fe7574fb571d84ecf25125606705d764b;hp=135d637ead8ae0cfb797d49681a4a6a7af64c667;hb=HEAD;hpb=a93d1440c5930019bb5c607009cd6604978bea8f diff --git a/config b/config index 135d637..64456c8 100644 --- a/config +++ b/config @@ -1,3 +1,5 @@ +PermitLocalCommand no + Host git.siccegge.de User git VerifyHostKeyDNS yes @@ -9,9 +11,15 @@ Host git.faust.ninja Host *.debian.org User christoph VerifyHostKeyDNS yes + PubkeyAcceptedKeyTypes ssh-rsa Host *.sourceforge.net User christophegger + PubkeyAcceptedKeyTypes ssh-rsa + +Host gcc*.fsffrance.org + User christoph + PubkeyAcceptedKeyTypes ssh-rsa Host *.informatik.uni-erlangen.de User siccegge @@ -30,11 +38,15 @@ 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,aes256-cbc +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 curve25519-sha256@libssh.org,diffie-hellman-group-exchange-sha256 + HostKeyAlgorithms ssh-ed25519,ssh-rsa + PubkeyAcceptedKeyTypes ssh-ed25519 + FingerprintHash sha256 + Ciphers chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes256-ctr