From dedc4cb60e75de25e9cd31c1daee6f137720e63f Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 24 Jun 2018 11:13:29 -0400 Subject: [PATCH] ssh_config: update crosvm settings --- .ssh/config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.ssh/config b/.ssh/config index 90c0624..1c19e67 100644 --- a/.ssh/config +++ b/.ssh/config @@ -109,11 +109,12 @@ Host crosvm User root StrictHostKeyChecking no UpdateHostKeys yes + UserKnownHostsFile /dev/null IdentityFile ~/.ssh/id_rsa.cros Host hsm IdentityFile ~/.ssh/id_rsa.google - HostName 100.110.253.170 + HostName 100.96.49.195 ### ### random source systems -- 2.39.2