Gitiles
Code Review
Sign In
gerrit.opencord.org
/
service-profile
/
d0c49fd68e4603c758c39c60122ef2cc6d6b2e99
/
.
/
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