diff options
author | Benjamin Morrison <ben@gbmor.dev> | 2020-10-07 19:12:22 -0400 |
---|---|---|
committer | Benjamin Morrison <ben@gbmor.dev> | 2020-10-07 19:12:22 -0400 |
commit | c34190191d7f34fb097d25d4286d53bc2ca0f0c5 (patch) | |
tree | 0d02c85f281c337aab0c2a038b6dd9ff59056965 /.ssh | |
parent | 0e028bdf4ac9bddeeabadc6ae31fc1a079b90328 (diff) | |
download | dogfiles-c34190191d7f34fb097d25d4286d53bc2ca0f0c5.tar.gz |
updated $PATH and cleaned ssh config a bit
Diffstat (limited to '.ssh')
-rw-r--r-- | .ssh/config | 2 |
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 |