SSH keys install one liner

cat .ssh/id\_dsa.pub | ssh 555server.net "cat >> .ssh/authorized\_keys"

A single line to install your public key on remote servers. SSH connection conserves pipes! so cool.


No Comments to “SSH keys install one liner”  

  1. No Comments

Leave a Reply