mirror of
https://github.com/rancher/os.git
synced 2025-08-09 02:28:18 +00:00
make ssh happy with the key perms
This commit is contained in:
parent
2379bd9721
commit
028b274dcd
@ -3,4 +3,6 @@ set -e
|
|||||||
|
|
||||||
cd $(dirname $0)/..
|
cd $(dirname $0)/..
|
||||||
|
|
||||||
|
chmod 0600 ./assets/rancher.key
|
||||||
|
|
||||||
exec ssh -p 2222 -F ./assets/scripts_ssh_config -i ./assets/rancher.key rancher@localhost "$@"
|
exec ssh -p 2222 -F ./assets/scripts_ssh_config -i ./assets/rancher.key rancher@localhost "$@"
|
||||||
|
Loading…
Reference in New Issue
Block a user