Revision: 37665
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at December 15, 2010 02:41 by electblake
Initial Code
cat ~/.ssh/id_rsa.pub | ssh [email protected] 'cat >> .ssh/authorized_keys'
Initial URL
http://linuxproblem.org/art_9.html
Initial Description
I use this to quickly (in one line) copy my own id_rsa.pub to remote server so I can connect w/out using my password.
Initial Title
Copy my id_rsa.pub to remote server authorized_keys via ssh
Initial Tags
linux, ssh
Initial Language
Bash