The Web Developer's Blog has been discontinued. I am now maintaining a new blog that is related to my company, Blue Piccadilly. The most popular articles from this blog (by monthly page views) have already been republished on the new blog, and indeed those original pages on this blog are being redirected to their new location. I'll probably keep these pages up here for a while. At least until the domain expires.

Set up SSH keys to automate server logins

04-Oct-2007
Filed under: Server stuff

Tired of typing your passwords all the time?

Check out this excellent guide on how to set up SSH keys on your web server to automate logins from your SSH client.

I now only get prompted for a single password when I start up my machine in the morning, and the rest of the day is spent is password-free bliss as I connect to various different servers using either PuTTY or WinSCP.

Comments

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <i> <b> <cite> <code> <a>
  • Lines and paragraphs break automatically.
  • You may post code using <code>...</code> (generic) or <?php ... ?> (highlighted PHP) tags.