From dd78ef7c144d30425920814b91d1a73d2b4fac5c Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 8 Jan 2022 10:42:02 +0200 Subject: ssh: special case my x220 laptop running various systems Sponsored-by: author --- ssh/config-pers | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/ssh/config-pers b/ssh/config-pers index ec0eab5..de48d25 100644 --- a/ssh/config-pers +++ b/ssh/config-pers @@ -1,5 +1,23 @@ # 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 @@ -54,7 +72,7 @@ Host github.com Host atuin.liw.fi nalanda.liw.fi IdentityFile ~/.ssh/id_hetzner -Host exolobe* *.liw.fi pieni.net localhost +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 -- cgit v1.2.1