login to fiware GE using putty (Windows) - what credentials?

﹥>﹥吖頭↗ 提交于 2019-12-04 15:57:43

Depending on the VM; sometimes 'root' is not the right username. The documentation, sometimes lacks here. If the VM is a Ubuntu base, then 'ubuntu' would be the username.

And as mentioned before, make sure that you have the right 'read' rights for the keys on your computer.

You should use PuTTygen to generate the .ppk file to access through PuTTy (load your .pem, generate the .ppk file and save on your harddisk).

With this file, you open PuTTy, go to Connection, SSH, Auth and load your .ppk file

I hope this can be useful for

It it just a problem about the permissions that you have in the .pem file. You just need to change it to 600 (u+rw only)

 chmod 600 <file>.pem

And then try to connect again with your ssh client.

 ssh -i <file>.pem root@<IP of the VM>
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!