summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-01-16 18:45:15 +0200
committerLars Wirzenius <liw@liw.fi>2022-01-16 18:45:15 +0200
commit49026a67fdc4e0179986e5ef6f3d21281a67f772 (patch)
tree51b16b06bfbe5acb9a91e63f71b82562a774cc32
parent614925656896bbeb93b88794192a1c7354f247b5 (diff)
downloadliw-dot-files-49026a67fdc4e0179986e5ef6f3d21281a67f772.tar.gz
drop all use of old SSH key that's really a PGP subkey
Sponsored-by: author
-rw-r--r--ssh/config-pers15
1 files changed, 2 insertions, 13 deletions
diff --git a/ssh/config-pers b/ssh/config-pers
index de48d25..e48cb00 100644
--- a/ssh/config-pers
+++ b/ssh/config-pers
@@ -27,8 +27,7 @@ Host cookiejar
Host runner1
HostName 192.168.122.253
ProxyJump cookiejar
-# IdentityFile ~/.ssh/id_pep.foundation
- IdentityFile ~/.ssh/liw-openpgp.pub
+ IdentityFile ~/.ssh/id_pep.foundation
Host dragon
Hostname dragon.pibit.ch
@@ -49,16 +48,12 @@ Host liwphone2
IdentityFile ~/.ssh/id_personal
Host ci-prod-controller.vm.liw.fi
- IdentityFile ~/.ssh/liw-openpgp.pub
+ IdentityFile ~/.ssh/id_personal
Host *vm.liw.fi atuin.liw.fi
UserKnownHostsFile /dev/null
StrictHostKeyChecking no
-Host git.dns-api.com
- IdentityFile ~/.ssh/liw-openpgp.pub
- SendEnv !LC_* !LANG
-
Host remy
User root
Hostname 10.0.0.79
@@ -83,9 +78,3 @@ Host *-dev sequoia-dev-e5 sequoia-web mirror-git obnam-server python-mess 10.0.0
Host git.liw.fi git-git.vm.liw.fi
Port 12765
-
-Host 10.0.0.* 195.* *.vm.liw.fi workera
- UserKnownHostsFile /dev/null
- StrictHostKeyChecking accept-new
- CheckHostIp no
- IdentityFile ~/.ssh/liw-openpgp.pub