From: Mike Frysinger Date: Tue, 7 Feb 2017 17:15:37 +0000 (-0500) Subject: ssh_config: update work systems X-Git-Url: https://git.wh0rd.org/?p=home.git;a=commitdiff_plain;h=57356b6d35709413e889c38d8420851b88ff26b6 ssh_config: update work systems --- 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