formats

SSH Key Pair to Login Without Password

Published on June 25, 2010, by + in linux, sysadmin.

SSH Key Pair to Login Without Password | How can I setup ssh to login without having to type the password? You must first generate what is known as a key pair, then copy the public key to your server. 1. Run this command: ssh-keygen -t dsa …which will be followed by: Generating public/private dsa key pair. Enter file in which to save

Home Posts tagged "ssh-keygen"