Tag Archives: ssh

Subversion (svn) on shared web host (bluehost) and Linux client setup

This explains how to configure and use a Subversion client from a GNU/Linux box*  to connect to a Subversion server on a shared web host account.  (bluehost.com)  If you have already set up a shared key for password-less ssh access … Continue reading

Posted in How-To | Tagged , , , , , , , , | Leave a comment

use ssh without a password

Use a public/private key pair to avoid having to type in your password every time you open up a ssh session: 1- Generate a keypair, install the public key on the server and ‘authorize’ it. 2- Copy the private key(s) … Continue reading

Posted in How-To | Tagged , , , | 3 Comments