CompTIA Security+ Exam Notes

CompTIA Security+ Exam Notes
Let Us Help You Pass

Saturday, July 24, 2021

Passwordless Authentication Setup using SSH Commands

 Passwordless Authentication

This only requires three steps. Here are the steps in order:

1. ssh-keygen -t rsa

2. Ssh-copy-id -I ~/.ssh/id_rsa.pub user@server

3. Ssh root@server

No comments:

Post a Comment