I'm trying to login to my brand new instance in FIWARE lab without success. I'm trying with Putty and OpenSSH in Windows. So far:
- Launched the instance while creating a keypair (ubuntu)
- Assigned the public IP
1st tried with Putty:
- Saved the private key using the pem file
- Used it in the login
- Asked for a user (don't know which one to used but tried both "root" and "ubuntu"
- Got an error window ("Disconnected: No supported authentication methods available (server sent: public key).
2nd tried with OpenSSH - Used command window - Changed persmissions chmod -600 *.pem - Tried to connect with "ssh -i *.pem [email protected]" and "ssh -i *.pem [email protected]" - Got the error "Permission denied (public key)".
I have checked login to fiware GE using putty (Windows) - what credentials? and other related entries but no luck.
By the way the Virtual Console opens and asks me for user/password which again do not know.
Any help will be appreciated. Regards Miguel.