X-Git-Url: https://git.siccegge.de//index.cgi?p=dotfiles%2Fssh.git;a=blobdiff_plain;f=config;h=135d637ead8ae0cfb797d49681a4a6a7af64c667;hp=c56485dd4695b248411ed62bb124fddf90a20327;hb=a93d1440c5930019bb5c607009cd6604978bea8f;hpb=ead54e15bbc5e4be6c239e950212849409f2d42e diff --git a/config b/config index c56485d..135d637 100644 --- a/config +++ b/config @@ -1,12 +1,3 @@ -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 git.siccegge.de User git VerifyHostKeyDNS yes @@ -38,3 +29,12 @@ 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