diff options
Diffstat (limited to 'home/.ssh/config')
-rw-r--r-- | home/.ssh/config | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/home/.ssh/config b/home/.ssh/config index 7f6a63d..8dd0eb7 100644 --- a/home/.ssh/config +++ b/home/.ssh/config @@ -18,13 +18,5 @@ Match host * exec "gpg-connect-agent UPDATESTARTUPTTY /bye" IdentityFile ~/.ssh/nym.pub IdentitiesOnly yes -Host personal - Hostname github.com - IdentityFile ~/.ssh/personal.pub - -Host work - Hostname github.com - IdentityFile ~/.ssh/work.pub - Host git.strisemarx.com Hostname mandibles.wg |