Search code examples
ibm-cloudssh-keysibm-cloud-infrastructurecoreosvirtual-server

Need to connect to my IBM Bluemix Virtual Servers from my laptop (Using ssh or any remote connecting method)


I have created a virtual server which is under the Infrastructure category of the IBM Bluemix. When I go to the Bluemix portal I can see that the Virtual Server is running and is in connected state. Virtual Server is running the CoreOS. Now I want to connect to this server remotely using my laptop. I created SSH keys in my local machine and added the Public key to the Bluemix. And then I tried to connect remotely using ssh to the Virtual Server with its private key file. But I couldn't connect. It gives a connection refuse error. Is there anyone who have connected to a virtual server like this or know about this?


Solution

  • CoreOS uses the core user instead of root, did you specify that?

    ssh [email protected]