]> git.wh0rd.org - home.git/commitdiff
ssh_config: update work systems
authorMike Frysinger <vapier@gentoo.org>
Tue, 7 Feb 2017 17:15:37 +0000 (12:15 -0500)
committerMike Frysinger <vapier@gentoo.org>
Tue, 7 Feb 2017 17:15:37 +0000 (12:15 -0500)
.ssh/config

index 9b2311b99c76ec70c05862edbe3534ce737fdab9..228668c7fcbc20d88c117b7616daf3f9f101c10a 100644 (file)
@@ -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