Posts by Andreo Vieira • 175 points
1 post
-
6
votes3
answers6510
viewsA: How to access a server via SSH without using password?
Access is done using public/private keys. First you need to generate your private key (If you use git you probably already have one) ssh-keygen -t rsa After generating the public key, send it to the…