From 1aeda1d57cdd3ea71eaafd00b0f25a2b920e3513 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 12 Feb 2022 07:24:54 +0200 Subject: fix(ssh): liwphone IP addrewss Sponsored-by: author --- ssh/config-pers | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ssh/config-pers b/ssh/config-pers index 551d9d0..7aa0228 100644 --- a/ssh/config-pers +++ b/ssh/config-pers @@ -36,7 +36,7 @@ Host dragon IdentityFile ~/.ssh/id_pep.foundation Host liwphone - Hostname 10.1.1.193 + Hostname 10.1.1.192 Port 2222 User me IdentityFile ~/.ssh/id_personal @@ -60,7 +60,7 @@ Host atuin.liw.fi nalanda.liw.fi Host exolobe* *.liw.fi pieni.net localhost puomi debian-mirror IdentityFile ~/.ssh/id_personal -Host contra7 workera kea holywood2 web icktool ewww-test obnam-bench +Host contra7 workera kea holywood2 web icktool ewww-test obnam-bench billion IdentityFile ~/.ssh/id_personal Host *-dev sequoia-dev-e5 sequoia-web mirror-git obnam-server python-mess 10.0.0.4 @@ -68,3 +68,6 @@ 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 *.sequoia-pgp.org sequoia-pgp.org + IdentityFile ~/.ssh/liw-openpgp.pub -- cgit v1.2.1