Page 1 of 1

A user generated a pair of private-public keys on a workstation. Which of the following commands will allow the user to

Posted: Wed Oct 12, 2022 7:53 am
by answerhappygod
A user generated a pair of private-public keys on a workstation. Which of the following commands will allow the user to upload the public key to a remote server and enable passwordless login?

A. scp ~/.ssh/id_rsa user@server:~/
B. rsync ~ /.ssh/ user@server:~/
C. ssh-add user server
D. ssh-copy-id user@server