SSH Key Pairs Stuff


/ Published in: Other
Save to your folder(s)



Copy this code and paste it in your HTML
  1.  
  2. ssh-keygen -t dsa
  3. ssh user@host 'cat >> .ssh/authorizedkeys' < .ssh/id_dsa.pub
  4.  

Report this snippet


Comments


You need to login to view comments.