From b3603c951021332fcae14880a4491c05d96e206b Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 4 Sep 2022 14:18:18 +0300 Subject: ssh: tweak client config Sponsored-by: author --- ssh/config-pers | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/ssh/config-pers b/ssh/config-pers index 3696e5b..cf42f6b 100644 --- a/ssh/config-pers +++ b/ssh/config-pers @@ -17,15 +17,16 @@ Host dragon User liw IdentityFile ~/.ssh/id_pep.foundation +Host *.sequoia-pgp.org sequoia-pgp.org +# IdentityFile ~/.ssh/liw-openpgp.pub + IdentityFile ~/.ssh/id_pep.foundation + Host liwphone Hostname 10.1.1.192 Port 2222 User me IdentityFile ~/.ssh/id_personal -Host ci-prod-controller.vm.liw.fi - IdentityFile ~/.ssh/id_personal - Host *vm.liw.fi UserKnownHostsFile /dev/null StrictHostKeyChecking no @@ -39,16 +40,11 @@ Host github.com Host atuin.liw.fi nalanda.liw.fi sq-test.liw.fi IdentityFile ~/.ssh/id_hetzner - Host git.liw.fi git-git.vm.liw.fi Port 12765 Host salsa.debian.org IdentityFile ~/.ssh/id_salsa -Host *.sequoia-pgp.org sequoia-pgp.org -# IdentityFile ~/.ssh/liw-openpgp.pub - IdentityFile ~/.ssh/id_pep.foundation - Host * IdentityFile ~/.ssh/id_personal -- cgit v1.2.1