1 min readJan 17, 2020
Hi! I’ve been trying your Action in a while but I got authentication problems. This is because I don’t know which user is being used in ssh connection.
If I use ssh root@myhost.com -i id_rsa
— everything works because I added my public key to authorized_keys
of root user. How can I specify in Action to make it connect using theroot
user?