Posted by fouzi on September 5, 2010 in
HOWTOS,
Technology,
Unix |
∞
Introduction: If you ever find yourself ssh-ing over and over into the same machine(s) and getting tired of typing in a password or if you have some automated shell scripts that need to run remote commands and are overly complicated due to Expect you have probably wished you could do away with the password for […]
Tags: authorized_keys, public private key, rsa, ssh, ssh-keygen
Posted by fouzi on June 19, 2009 in
HOWTOS |
∞
Update 2010-09-07: Bluehost upgraded their SSH which broke this original HOWTO. The new upgrade ignores user set Env Vars in a non-interactive SSH session so if you try to connect with svn+ssh it will fail because the $HOME/bin/svnserve command can’t be found. I have added a few more steps to the end of this HOWTO […]
Tags: bluehost, bluehost.com, command not found, ssh, subversion, svn, svn+ssh, svnserve, version control