From 57356b6d35709413e889c38d8420851b88ff26b6 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 7 Feb 2017 12:15:37 -0500 Subject: [PATCH] ssh_config: update work systems --- .ssh/config | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.ssh/config b/.ssh/config index 9b2311b..228668c 100644 --- a/.ssh/config +++ b/.ssh/config @@ -6,6 +6,9 @@ # ControlMaster auto # ControlPath ~/.ssh/cm_socket/%r@%h:%p +Host localhost + StrictHostKeyChecking no + Host wh0rd.org # For openssh IdentityFile ~/.ssh/id_ed25519.vapier @@ -98,7 +101,15 @@ Host work HostName vapier.cam.corp.google.com Host lemote - HostName 172.29.72.35 + HostName 100.100.36.240 + +Host crosvm + Port 9222 + HostName localhost + User root + StrictHostKeyChecking no + UpdateHostKeys yes + IdentityFile ~/.ssh/id_rsa.cros ### ### random source systems -- 2.39.2