ssh - Bluemix VM Login using Putty -


after creating virtual machine in bluemix, process access vm via ssh?

where credentials located?

what login/pwd used? there way download image?

it confusing find , there no clear documentation.

as explained hubert wagner. need have ssh product putty , puttygen. first thing need create ssh private , public key. required when create bluemix vm. check link:- http://www.ng.bluemix.net/docs/starters/index-gentopic4.html#vms

puttygen generate private , public key. https://www.digitalocean.com/community/tutorials/how-to-create-ssh-keys-with-putty-to-connect-to-a-vps

you have specify passphrase during key generation . once create vm , started.

start putty , specify connection details ssh connection under connection -> ssh -> auth , browse , specify private key generated using puttygen.

then click open , asked login enter ibmcloud , ask passphrase enter during key creation.

i hope helps.

thanks, charles.


Comments

Popular posts from this blog

PHP DOM loadHTML() method unusual warning -

python - How to create jsonb index using GIN on SQLAlchemy? -

c# - TransactionScope not rolling back although no complete() is called -