1
0
mirror of https://github.com/rancher/os.git synced 2025-09-01 06:40:31 +00:00
Files
os/scripts/ssh

9 lines
169 B
Plaintext
Raw Normal View History

#!/bin/bash
set -e
cd $(dirname $0)/..
2015-05-10 16:59:38 +05:00
chmod 0600 ./assets/rancher.key
exec ssh -p 2222 -F ./assets/scripts_ssh_config -i ./assets/rancher.key rancher@localhost "$@"