From: Sergey Matveev Date: Wed, 2 Nov 2022 11:27:17 +0000 (+0300) Subject: OpenSSH configuration X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=commitdiff_plain;h=97ef24458e60ed7781f0bfd6ec0312b17c3c7dd5 OpenSSH configuration --- diff --git a/ssh/.ssh-config b/ssh/.ssh-config new file mode 100644 index 0000000..2b6d9cc --- /dev/null +++ b/ssh/.ssh-config @@ -0,0 +1,14 @@ +Protocol 2 +IdentitiesOnly yes +Compression no +UpdateHostKeys ask +VerifyHostKeyDNS ask + +Host * + HostKeyAlgorithms ssh-ed25519-cert-v01@openssh.com,ssh-ed25519 + KexAlgorithms curve25519-sha256@libssh.org,curve25519-sha256,sntrup761x25519-sha512@openssh.com + Ciphers chacha20-poly1305@openssh.com,aes256-ctr,aes128-ctr + MACs umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com,umac-128@openssh.com,hmac-sha2-512,hmac-sha2-256 + ControlMaster auto + ControlPath ~/.ssh/sockets/%r@%h-%p + ControlPersist 60