### login using user/pass: rwa/rwa
config t
interface mgmtEthernet mgmt
ip address 172.17.176.36/28
exit

### enable SSH service on VOSS
boot config flags sshd
ssh
save config

### test ping to ubuntu and otherwise
ping 172.17.176.40 vrf mgmtRouter

### test SSH from ubuntu to VOSS
ssh rwa@172.17.176.36