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?

1

There are 1 best solutions below

1
On BEST ANSWER

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

ssh [email protected]