SSH keys install one liner
Published March 23rd, 2005 in Linuxcat .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.
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”
Please Wait
Leave a Reply