From 7c58fa19e316a60b5cd9d5b5b7dc1e1551d2aae7 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 30 Apr 2022 09:24:06 +0300 Subject: ssh/config-pers: tweak SSH credentials for various hosts Sponsored-by: author --- ssh/config-pers | 29 ++++------------------------- 1 file changed, 4 insertions(+), 25 deletions(-) diff --git a/ssh/config-pers b/ssh/config-pers index 5956bf9..4613d18 100644 --- a/ssh/config-pers +++ b/ssh/config-pers @@ -1,23 +1,5 @@ # SSH client configuration for my personal use. -Host v-i - User root - IdentityFile ~/.ssh/id_personal - UserKnownHostsFile /dev/null - StrictHostKeyChecking no - -Host x220 - User root - IdentityFile ~/.ssh/id_personal - UserKnownHostsFile /dev/null - StrictHostKeyChecking no - -Host puomi - User root - IdentityFile ~/.ssh/id_personal - UserKnownHostsFile /dev/null - StrictHostKeyChecking no - Host cookiejar Hostname cookiejar.sequoia-pgp.org User liw @@ -60,18 +42,15 @@ Host atuin.liw.fi nalanda.liw.fi Host exolobe* *.liw.fi pieni.net localhost puomi debian-mirror IdentityFile ~/.ssh/id_personal -Match host=icktool,web user=debian - IdentityFile ~/.ssh/id_personal_as_debian - -Match host=web user=_ewww - IdentityFile ~/.ssh/id_personal_as_ewww - -Host contra7 workera kea holywood2 icktool web ewww-test obnam-bench billion +Host contra7 workera kea holywood2 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 IdentityFile ~/.ssh/id_personal +Host v-i x220 web + IdentityFile ~/.ssh/id_personal + Host git.liw.fi git-git.vm.liw.fi Port 12765 -- cgit v1.2.1