diff options
author | Benjamin Morrison <ben@gbmor.dev> | 2021-12-19 03:42:55 -0500 |
---|---|---|
committer | Benjamin Morrison <ben@gbmor.dev> | 2021-12-19 03:42:55 -0500 |
commit | feaacb441dc37778205f2d1d1f77dcff2a1cc7f7 (patch) | |
tree | 012e7248e36574be615ece5f64d230214e1b95eb /.ssh/config | |
parent | 0105fe48fcbc8761d9f4137e60acf17164a914a3 (diff) | |
download | dogfiles-feaacb441dc37778205f2d1d1f77dcff2a1cc7f7.tar.gz |
some minor changes accumulated
Diffstat (limited to '.ssh/config')
-rw-r--r-- | .ssh/config | 57 |
1 files changed, 0 insertions, 57 deletions
diff --git a/.ssh/config b/.ssh/config deleted file mode 100644 index 8687229..0000000 --- a/.ssh/config +++ /dev/null @@ -1,57 +0,0 @@ -Host gbmor - HostName gbmor.dev - VerifyHostKeyDNS yes - IdentitiesOnly yes - IdentityFile ~/.ssh/id_rsa_yubikey.pub - RemoteForward /home/ben/.gnupg/S.gpg-agent /run/user/1000/gnupg/S.gpg-agent.extra - -Host institute inst - HostName tilde.institute - VerifyHostKeyDNS yes - IdentitiesOnly yes - IdentityFile ~/.ssh/id_rsa_yubikey.pub - RemoteForward /home/gbmor/.gnupg/S.gpg-agent /run/user/1000/gnupg/S.gpg-agent.extra - -Host crawl - HostName crawl.tildeverse.org - -Host town - HostName tilde.town - -Host team - HostName tilde.team - -Host git.sr.ht - IdentitiesOnly yes - IdentityFile ~/.ssh/id_rsa_yubikey.pub - -Host github.com - IdentitiesOnly yes - IdentityFile ~/.ssh/id_rsa_yubikey.pub - -Host tildegit.org - IdentitiesOnly yes - IdentityFile ~/.ssh/id_rsa_yubikey.pub - -Host pestilence - HostName 192.168.1.217 - IdentitiesOnly yes - IdentityFile ~/.ssh/id_rsa_yubikey.pub - RemoteForward /run/user/1000/gnupg/S.gpg-agent /run/user/1000/gnupg/S.gpg-agent.extra - -Host * - Compression no - UseRoaming no - HashKnownHosts yes - VisualHostKey yes - #StrictHostKeyChecking ask - ForwardAgent no - ForwardX11 no - ForwardX11Trusted no - ServerAliveInterval 300 - ServerAliveCountMax 2 - Ciphers chacha20-poly1305@openssh.com,aes256-gcm@openssh.com - MACs hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com - #MACs hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512,hmac-sha2-256,umac-128@openssh.com - KexAlgorithms curve25519-sha256@libssh.org,diffie-hellman-group-exchange-sha256 - HostKeyAlgorithms ssh-ed25519-cert-v01@openssh.com,ssh-rsa-cert-v01@openssh.com,ssh-ed25519,ssh-rsa |