QuestionQ2
System SecurityWhich local file’s contents must be sent to a remote SSH server so that you can log in to that remote server using SSH keys?
- A ~/.ssh/authorized_keys
- B ~/.ssh/config
- C ~/.ssh/id_rsa.pub
- D ~/.ssh/id_rsa
- E ~./ssh/known_hosts
Which local file’s contents must be sent to a remote SSH server so that you can log in to that remote server using SSH keys?
Community Discussion