After creating a virtual machine in Bluemix, what is the process to access the VM via SSH?
Where are the credentials located?
What is login/pwd to be used? Is there a way to download the image?
It is confusing to find this and there is no clear documentation.
I use the username "ibmcloud" and have the private ssh key file specified in "Connection / SSH / Auth / Private key file for authentication"
[Edit] more info: In Bluemix / Cloud Management Dashboard / Access & Security you can either 'Create Key Pair' or 'Import Key Pair'.
The 'Create Key Pair' dialog shows following info: Key pairs are ssh credentials which are injected into images when they are launched. Creating a new key pair registers the public key and downloads the private key (a .pem file). Protect and use the key as you would any normal ssh private key.
You can import a key pair which you have created yourself either with puttygen.exe or with ssh-keygen (for example on Linux: ssh-keygen -t rsa -f cloud.key)
In Putty you then specify the private key file in Connection / SSH / Auth. A Putty login looks then similar to below:
I hope this helps.
[Edit #2] I've just created a new vm on Bluemix (horizon2.open.ibmcloud.com) and had trouble importing my 'puttygen generated' public key. The 'Import Public Key' dialog in Access & Security would not accept the public key.
I had to replace at the start
with
and remove at the end
No modifications where required in the private key file (*.ppk).