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
- Private RoIP (Radio over IP) System
- Differential Damage
- Quadrasteer / Dana 60 Axle Differences and Similarities
- Raspberry Pi Data to Google Sheets
- Garden and Bryson Pics
- Wiring Schematic for Bad Boy ZTE Mower
- Cantaloupe is in Season
- DIY Automatic Transfer Switch
- Troy Bilt Chipper Shredder Review
- Convert Allen Bradley Logix 5000 Time to Unix Time (Epoch)
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