Linux CLI - SSH and Remote Access
You want to automate SSH login to multiple servers without passwords. Which sequence of commands is correct?
ssh-keygen to create your key pair locally.ssh-copy-id user@server to add your public key to the server.ssh user@server logs in using the key without asking for a password.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions