From 49026a67fdc4e0179986e5ef6f3d21281a67f772 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 16 Jan 2022 18:45:15 +0200 Subject: drop all use of old SSH key that's really a PGP subkey Sponsored-by: author --- ssh/config-pers | 15 ++------------- 1 file 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 -- cgit v1.2.1