diff options
-rw-r--r-- | ssh/config | 44 |
1 files changed, 19 insertions, 25 deletions
@@ -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 |