Changes

Jump to navigation Jump to search
54 bytes added ,  06:35, 2 October 2017
Line 6: Line 6:  
  ssh-keygen -e -f id_rsa.pub > yourfilename.pub
 
  ssh-keygen -e -f id_rsa.pub > yourfilename.pub
 
-i is the inverse of the -e switch
 
-i is the inverse of the -e switch
 +
=== Change key Password ===
 +
ssh-keygen -f id_rsa -p
 +
 
== Add the key to the ssh-agent ==
 
== Add the key to the ssh-agent ==
 
  eval "$(ssh-agent -s)"
 
  eval "$(ssh-agent -s)"

Navigation menu