I have a problem connecting to my MV Orion in OSX. I performed the following steps:
- I've created my Keypar and download this
- I created my security group (port 33, 3306).
- I created my MV Orion
- I deployed my MV and associated to Allocated Ip.
I open my terminal in my computer (OS X) to try connect to the VM and in the first place have created my key with the following instructions:
$ Chmod 600 private.pem $ Ssh-keygen -f-and private.pem >> publickey.pub Publickey.pub $ cat >> ~ / .ssh / id_rsa.pub
and when I try to connect:
$ Ssh -i my_keypair.pem root@10.0.176.30;
the terminal tells me the next sentence:
$ Ssh: connect to host 130.206.114.31 port 22
: Network is unreachable.
You know, that may be my problem ?, in the security group have open ports 22
and 3306