Goal: Trying to access Oracle Cloud Instance from Mac terminal.
SSH Command I am using:
ssh –i <private_key_file> username @ public ip address of instance
And it gives:
Error: ssh: Could not resolve hostname ?\200\223i:
nodename nor servname provided, or not known
I am following this manual:
https://docs.oracle.com/en-us/iaas/Content/Compute/Tasks/accessinginstance.htm
Any help would be appreciated.