From 019aaf3cd0d37efae4bff71372e537f6f1989a1d Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 27 Jun 2022 13:59:24 +0300 Subject: ssh: fix per-host config for solace, temp laptop Sponsored-by: author --- ssh/config-pers | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ssh/config-pers b/ssh/config-pers index fe1a6ea..5fc06a8 100644 --- a/ssh/config-pers +++ b/ssh/config-pers @@ -39,7 +39,7 @@ Host github.com Host atuin.liw.fi nalanda.liw.fi IdentityFile ~/.ssh/id_hetzner -Host exolobe* *.liw.fi pieni.net localhost puomi debian-mirror +Host exolobe* solace *.liw.fi pieni.net localhost puomi debian-mirror IdentityFile ~/.ssh/id_personal Host contra7 workera kea holywood2 icktool ewww-test obnam-bench billion @@ -48,8 +48,10 @@ Host contra7 workera kea holywood2 icktool ewww-test obnam-bench billion Host *-dev sequoia-web mirror-git obnam-server python-mess 10.0.0.4 IdentityFile ~/.ssh/id_personal -Host v-i x220 web virtualbox +Host v-i x220 e1 web virtualbox IdentityFile ~/.ssh/id_personal + UserKnownHostsFile /dev/null + StrictHostKeyChecking no Host git.liw.fi git-git.vm.liw.fi Port 12765 -- cgit v1.2.1