SSH Pubkey Authentication Login to a remote server from another server with SSH Pubkey Authentication, and avoid the password prompt. SSH Pubkey Authentication Create an SSH key for pubkey authentication #ssh-keygen -t rsa or #ssh-keygen -t dsa Copy the key to the remote server #scp ~/.ssh/id_dsa.pub username@192.168.168.200: On the remote server #cat id_dsa.pub >> ~/.ssh/authorized_keys Leave a Reply Cancel replyYour email address will not be published. Required fields are marked *Comment * Name * Email * Website Save my name, email, and website in this browser for the next time I comment. Δ Filed under: SSH,Tips & Tricks - @ February 3, 2013 9:36 pm Tags: pubkey, ssh