From 7cd49322a41bced2d8ee395f8e8d74bbc71bb41b Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 6 Mar 2020 19:21:22 +0200 Subject: Add: random personal hosts --- ssh/config-pers | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/ssh/config-pers b/ssh/config-pers index 878601a..f03178d 100644 --- a/ssh/config-pers +++ b/ssh/config-pers @@ -5,3 +5,19 @@ Host pergamum Hostname pergamum.geah.org User liw-e4 IdentityFile ~/.ssh/pergamum.key + +# Random individucal hosts. These are not tested by Subplot. + +Host liwphone + Hostname 10.0.0.161 + Port 2222 + User me + +Host raspi + User pi + Hostname raspberrypi + PasswordAuthentication yes + +Host *vm.liw.fi + UserKnownHostsFile /dev/null + StrictHostKeyChecking no -- cgit v1.2.1