authorized_keys and public key
February 27th, 2007
No comments
I found some problem when generate private key from Putty Keygen or Vandake SecureCRT that will generate public key in standard type and it cannot be use in authorized_keys file in Linux. So, this is the way to convert standard public key file type to be format that can add to authorized_keys
- Copy public key to Linux (Destination which you would like to automatically authentication)
- #ssh-keygen -t rsa -f publickeyfile -i
- copy STDOUT to authorized_keys
- Done