diff options
author | sommerfeld <sommerfeld@sommerfeld.dev> | 2024-05-22 17:25:59 +0100 |
---|---|---|
committer | sommerfeld <sommerfeld@sommerfeld.dev> | 2024-05-22 17:25:59 +0100 |
commit | 0071d92155c1e3c18c1cf5847326dfafe06ccf4d (patch) | |
tree | 76f2c920b95f44aefd48167bb9ce1c555d3726ed /home/.ssh/config | |
parent | 97dfad96348a26320581fd0f68e09e7a43871490 (diff) | |
download | dotfiles-0071d92155c1e3c18c1cf5847326dfafe06ccf4d.tar.gz dotfiles-0071d92155c1e3c18c1cf5847326dfafe06ccf4d.tar.bz2 dotfiles-0071d92155c1e3c18c1cf5847326dfafe06ccf4d.zip |
[ssh] Remove work and personal "hosts"
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 |