1
0
mirror of https://github.com/rancher/os.git synced 2025-06-19 11:41:55 +00:00
os/scripts/ssh

9 lines
169 B
Plaintext
Raw Normal View History

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