i can only login as "forward". I can't do much without root. how to login AWS as root? when I enter su it asks for password (hitting enter does not do it)
also, aws ec2 instances are supposed to have ubuntu as default user. I can't log in as ubuntu neither, it asks for password.
Sorry if I missed something basic or obvious. Any help would be much appreciated.
google is not helping. I am using PuTTy on Windows and I can only ssh with "forward". ubuntu, root, ec2-user do not work
if i try "ubuntu" or "root", putty prompts:
using username "ubuntu"
server refused our key.
Disconnected: No supported authentication methods available (server sent: publickey)
openvpn is the only thing working on this aws streisand instance. I need to reinstall things, but "forward" does not have permissions
any help would be much appreciated. thanks
The forward user is unprivileged and has an entirely separate key than the one that would have been used to connect with root permissions to configure the server. This is by design.
You'll need to use the SSH key that is on the machine from which you initially ran Streisand. That key will allow you to connect as ubuntu on the EC2 instance, which is the same way that Ansible initially connected to the new server to run the Streisand playbook.
All of the services seem to be working for me on a new EC2 instance. Can you provide more detail about why only OpenVPN is working and what errors you are seeing?
I can't seem to ssh in to a new Digital Ocean streisand instance as ubuntu- I have the key used in setup specified in .ssh/config for the ip, but I'm getting Permission denied (publickey). errors. Am I missing something obvious?
The username is root on new DigitalOcean servers instead of ubuntu (a la AWS).
Thanks! I think that qualifies as "missing something obvious" ...
I believe there's no outstanding questions in this thread - I'm going to close this issue. Thanks!
Most helpful comment
The username is
rooton new DigitalOcean servers instead ofubuntu(a la AWS).