Unable to connect to ARM instance using serial console or VNC!
Content
ssh -o ProxyCommand='ssh -W %h:%p -p 443 ocid1.instanceconsoleconnection.oc1.phx.abyhqljrot2jzywvn2vs6ikkzraesq46ud3hjo3pog[email protected]....
ssh -i <privae ssh key> -o ProxyCommand='ssh -i <privae ssh key> -W %h:%p -p 443 ocid1.instanceconsoleconnection.oc1.phx.abyhqljrot2jzywvn2vs6ikkzraesq46ud3hjo3pog[email protected]....
Permission denied (publickey).
kex_exchange_identification: Connection closed by remote host Connection closed by UNKNOWN port 65535
Although from the same local Linux machine I am able to connect to the instance using SSH.
There seems to be a problem that the password permissions are too open, chmod 400 ~/.ssh/id_rsa ... Still the same error!
Tagged:
0