I have some confusion about this task. The main sounds as to allow user ‘thor’ perform password-less SSH connections from the host to dev-servers. I want to notice. Is it about a creation the service ‘thor’ accounts on the servers with ‘sudoers’ file editing or it’s about an establishing ssh connection to the servers by a keys?
The latter – you’re asked to set up the authorized_keys files on the 3 app servers for their “standard” accounts. You’ll want to use the default key pair name (the one that ssh-keygen creates by default, “id_rsa”) to do that.
Thanks! My attention wasn’t strong and I didn’t see that I have logged in as ‘thor’ user on a host. All done)