Which of the following is the BEST way to set up SSH(Secure Shell) for communication between Systems without needing passwords?
Options
- Use ssh-keygen for generating public-private keys.
- Disable passwords on specific accounts that will use SSH.
- Both A and B
- None of the above
CORRECT ANSWER : Use ssh-keygen for generating public-private keys.
Write your comments