diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2015-03-26 02:26:52 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2015-03-26 02:26:52 -0300 |
commit | 26394012b1a4bf917cffd56a214ce044e6fa3220 (patch) | |
tree | 8ba904a35e6f8727406e53de1705f21aca2250cb /test | |
parent | a549c6d46fdd0b556278548dc7163319c54e3caf (diff) | |
download | luarocks-26394012b1a4bf917cffd56a214ce044e6fa3220.tar.gz luarocks-26394012b1a4bf917cffd56a214ce044e6fa3220.tar.bz2 luarocks-26394012b1a4bf917cffd56a214ce044e6fa3220.zip |
Make localhost a known host.
Diffstat (limited to 'test')
-rwxr-xr-x | test/testing.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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 | |||
157 | [ -e ~/.ssh/id_rsa.pub ] || ssh-keygen -t rsa -P "" -f ~/.ssh/id_rsa | 157 | [ -e ~/.ssh/id_rsa.pub ] || ssh-keygen -t rsa -P "" -f ~/.ssh/id_rsa |
158 | cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys | 158 | cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys |
159 | chmod og-wx ~/.ssh/authorized_keys | 159 | chmod og-wx ~/.ssh/authorized_keys |
160 | ssh-keyscan localhost >> ~/.ssh/known_hosts | ||
160 | else | 161 | else |
161 | luadir="/Programs/Lua/Current" | 162 | luadir="/Programs/Lua/Current" |
162 | fi | 163 | fi |