CONNECT TO SERVER VIA SSH WITHOUT PASSWORD

A step-by-setp setup instructions

Posted by argansos on January 15, 2021
Generate ssh keygen
1
ssh-keygen -t rsa -b 4096 -C "example@email.com"
Copy the pub key to the server
1
ssh-copy-id account@server