summary refs log tree commit diff stats
path: root/.ssh/config
diff options
context:
space:
mode:
authorBenjamin Morrison <ben@gbmor.dev>2020-10-07 19:12:22 -0400
committerBenjamin Morrison <ben@gbmor.dev>2020-10-07 19:12:22 -0400
commitc34190191d7f34fb097d25d4286d53bc2ca0f0c5 (patch)
tree0d02c85f281c337aab0c2a038b6dd9ff59056965 /.ssh/config
parent0e028bdf4ac9bddeeabadc6ae31fc1a079b90328 (diff)
downloaddogfiles-c34190191d7f34fb097d25d4286d53bc2ca0f0c5.tar.gz
updated $PATH and cleaned ssh config a bit
Diffstat (limited to '.ssh/config')
-rw-r--r--.ssh/config2
1 files changed, 0 insertions, 2 deletions
diff --git a/.ssh/config b/.ssh/config
index a966721..8687229 100644
--- a/.ssh/config
+++ b/.ssh/config
@@ -1,7 +1,6 @@
 Host gbmor
     HostName gbmor.dev
     VerifyHostKeyDNS yes
-    User ben
     IdentitiesOnly yes
     IdentityFile ~/.ssh/id_rsa_yubikey.pub
     RemoteForward /home/ben/.gnupg/S.gpg-agent /run/user/1000/gnupg/S.gpg-agent.extra
@@ -9,7 +8,6 @@ Host gbmor
 Host institute inst
     HostName tilde.institute
     VerifyHostKeyDNS yes
-    User gbmor
     IdentitiesOnly yes
     IdentityFile ~/.ssh/id_rsa_yubikey.pub
     RemoteForward /home/gbmor/.gnupg/S.gpg-agent /run/user/1000/gnupg/S.gpg-agent.extra