mirror of
https://github.com/rancher/os.git
synced 2025-06-20 12:11:56 +00:00
7 lines
136 B
Bash
Executable File
7 lines
136 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
cd $(dirname $0)/..
|
|
|
|
exec ssh -p 2222 -F ./assets/scripts_ssh_config -i ./assets/rancher.key rancher@localhost "$@"
|