From 7cbe0ab10be438923c5f25f0ae0769ebfe10ea3b Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Tue, 15 Aug 2017 00:23:34 +0200 Subject: ssh/config: rearrange MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- ssh/config | 44 +++++++++++++++++++------------------------- 1 file changed, 19 insertions(+), 25 deletions(-) (limited to 'ssh') diff --git a/ssh/config b/ssh/config index 8f74fb9..9ff770e 100644 --- a/ssh/config +++ b/ssh/config @@ -1,33 +1,14 @@ -Host * - User kyrias - HostKeyAlgorithms ssh-ed25519,ssh-rsa - KexAlgorithms curve25519-sha256@libssh.org,diffie-hellman-group-exchange-sha256 - Ciphers chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr - MACs hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-ripemd160-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512,hmac-sha2-256,hmac-ripemd160,umac-128@openssh.com - VerifyHostKeyDNS yes - ControlPath /run/user/%i/ssh.%r@%h:%p - ControlMaster auto - ControlPersist 30 - GSSAPIAuthentication yes - PubkeyAuthentication yes - -Host git.kyriasis.com - User git - PubkeyAuthentication no - -Host h.theos h.theos.kyriasis.com - hostname h.theos.kyriasis.com +Host theos theos.kyriasis.com h.theos h.theos.kyriasis.com GSSAPIDelegateCredentials yes ForwardAgent yes ForwardX11 yes ForwardX11Trusted yes -Host theos theos.kyriasis.com - hostname theos.kyriasis.com - GSSAPIDelegateCredentials yes - ForwardAgent yes - ForwardX11 yes - ForwardX11Trusted yes +Host theos + Hostname theos.kyriasis.com + +Host h.theos + Hostname h.theos.kyriasis.com Host *.archlinux.org User demize @@ -35,3 +16,16 @@ Host *.archlinux.org Host aur.archlinux.org User aur + +Host * + User kyrias + HostKeyAlgorithms ssh-ed25519,ssh-rsa + KexAlgorithms curve25519-sha256@libssh.org,diffie-hellman-group-exchange-sha256 + Ciphers chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr + MACs hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-ripemd160-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512,hmac-sha2-256,hmac-ripemd160,umac-128@openssh.com + VerifyHostKeyDNS yes + ControlPath /run/user/%i/ssh.%r@%h:%p + ControlMaster auto + ControlPersist 30 + GSSAPIAuthentication yes + PubkeyAuthentication yes -- cgit v1.2.3-54-g00ecf