Subscribe to Blog via Email
Recent Comments
- Bill Roberge on Quadrasteer / Dana 60 Rebuild How-To (ring, pinion, carrier replacement)
- Brian Gallimore on Wiring Schematic for Bad Boy ZTE Mower
- Brian Gallimore on DIY Automatic Transfer Switch
- Robert O. Heslop on Wiring Schematic for Bad Boy ZTE Mower
- Brian Gallimore on Philmont Scout Ranch Backpacking Trek
Top Posts
- Quadrasteer / Dana 60 Rebuild How-To (ring, pinion, carrier replacement)
- Private RoIP (Radio over IP) System
- Convert Allen Bradley Logix 5000 Time to Unix Time (Epoch)
- The True Political Spectrum
- Do the Circle of Safety Walk
- Debounce Code for Logix 5000
- Wiring Schematic for Bad Boy ZTE Mower
- The Story of the Bronze Rat
- Razor Dune Buggy w/ 500w motor, 36v battery
- Undocumented Secrets of Integrating BACnet MSTP
Resume
Bookmarks
Archives
Categories
-
Recent Posts
Meta
Tag Archives: command line
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 command line, computer, Linux, server, ssh, Subversion, svn, version control, web host
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