I'm new to this so I hope I don't ask nonsense.
I want to send an SSH command to a remote server without password.
On the local machine we have multiple users.
On the remote machine there is only one user, so I have to connect with that_user@remote_server.
Is it possible to create RSA keys for all the users at local_machine (each user will add it's own) to the one user at remote server?
Thanks,