Gitiles
Code Review
Sign In
gerrit.opencord.org
/
service-profile
/
76d7bcd83dd36d26684eb38a426ee1f1395727fb
/
.
/
cord-pod
/
cdn
/
ssh-cmi.sh
blob: 15a0408fe7b0f6506d19de186d69632f91dd50df [
file
] [
log
] [
blame
]
Scott Baker
5042166
2016-06-27 22:09:48 -0700
[
diff
] [
blame
]
1
#! /bin/bash
2
3
source
./
cmi
-
settings
.
sh
4
5
ssh
-
i $VM_KEY
-
o
"ProxyCommand ssh -q -i $NODE_KEY -o StrictHostKeyChecking=no root@$COMPUTE_NODE nc $MGMT_IP 22"
root@cmi