mirror of
https://github.com/rancher/os.git
synced 2025-09-01 06:40:31 +00:00
./scripts/ssh
convenience script
run `./scripts/ssh` to easily ssh into the RancherOS KVM instance started with `./scripts/run`
This commit is contained in:
6
scripts/ssh
Executable file
6
scripts/ssh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
cd $(dirname $0)/..
|
||||
|
||||
exec ssh -p 2222 -F ./assets/scripts_ssh_config -i ./assets/rancher.key rancher@localhost
|
Reference in New Issue
Block a user