From 028b274dcde8d31c7cee7dea63ef048a1ba1e434 Mon Sep 17 00:00:00 2001 From: Ivan Mikushin Date: Sun, 10 May 2015 16:59:38 +0500 Subject: [PATCH] make ssh happy with the key perms --- scripts/ssh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/ssh b/scripts/ssh index 8c15091d..d11fc688 100755 --- a/scripts/ssh +++ b/scripts/ssh @@ -3,4 +3,6 @@ set -e cd $(dirname $0)/.. +chmod 0600 ./assets/rancher.key + exec ssh -p 2222 -F ./assets/scripts_ssh_config -i ./assets/rancher.key rancher@localhost "$@"