From 26394012b1a4bf917cffd56a214ce044e6fa3220 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Thu, 26 Mar 2015 02:26:52 -0300 Subject: Make localhost a known host. --- test/testing.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/test/testing.sh b/test/testing.sh index 73383bac..00ec9be5 100755 --- a/test/testing.sh +++ b/test/testing.sh @@ -157,6 +157,7 @@ then [ -e ~/.ssh/id_rsa.pub ] || ssh-keygen -t rsa -P "" -f ~/.ssh/id_rsa cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys chmod og-wx ~/.ssh/authorized_keys + ssh-keyscan localhost >> ~/.ssh/known_hosts else luadir="/Programs/Lua/Current" fi -- cgit v1.2.3-55-g6feb