When I started this blog (2004) it was to document Gentoo linux experiences and *nix adventures. Then it turned into posts regarding software development challenges and other findings. These days I mostly tweet (rollinsruss) and my posts are infrequent.
Monday, June 05, 2006
simplified ssh and ssh-agent
(condensed version of http://www.gentoo.org/doc/en/keychain-guide.xml) ssh-keygen -t dsa scp ~/.ssh/id_dsa.pub server_user@server:~/myhost.pub ssh server_user@server "cat ~/myhost.pub >> ~/.ssh/authorized_keys"
No comments:
Post a Comment