Dear Expert,
I am working on demo instance of bare metal cloud.
I am trying to connect to a compute instance using Serial console. I am following the steps mentioned in the – “Getting started guide”: https://docs.us-phoenix-1.oraclecloud.com/Content/Compute/References/serialconsole.htm?Highlight=serial%20console
https://docs.us-phoenix-1.oraclecloud.com/Content/Compute/References/serialconsole.htm?Highlight=serial%20consoleBut I am not able to connect and get error.
I am putting more details below.
I have created a serial console and the connect string is like below:
ssh -o ProxyCommand='ssh -W %h:%p -p 443 ocid1.instanceconsoleconnection.oc1.phx.abyhqljrot2jzywvn2vs6ikkzraesq46ud3hjo3pogrhqba44eqx7rftyvkq@instance-console.us-phoenix-1.oraclecloud.com' ocid1.instance.oc1.phx.abyhqljra737pfnjfqob62d2jv2jbvvf6h7fhkyuvpjaffunzt4katcmiwsq
when I try to connect from one of our local Linux machine I get below error.
"Permission denied (publickey).
ssh_exchange_identification: Connection closed by remote host"
Although from the same local Linux machine I am able to connect to the instance using SSH.