summary refs log tree commit diff stats
path: root/.ssh/config
diff options
context:
space:
mode:
Diffstat (limited to '.ssh/config')
-rw-r--r--.ssh/config57
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