Gitiles
Code Review
Sign In
gerrit.opencord.org
/
service-profile
/
daef0c860e46268d56318ff7bc3ff9dc9b32b9de
/
.
/
cord-pod
/
cdn
/
ssh-cmi.sh
blob: 15a0408fe7b0f6506d19de186d69632f91dd50df [
file
] [
log
] [
blame
]
#! /bin/bash
source
./
cmi
-
settings
.
sh
ssh
-
i $VM_KEY
-
o
"ProxyCommand ssh -q -i $NODE_KEY -o StrictHostKeyChecking=no root@$COMPUTE_NODE nc $MGMT_IP 22"
root@cmi