Archive for March, 2009

SSH Keys and auto-login

0

If you look around on the web, most descriptions of how to get SSH Keys setup are really verbose, and in particular, assume you know everything about everything… This is typically NOT the case.

I’m going to attempt to explain how to automatically log in from one PC to another with SSH client and server, and on windows using PuTTY and puttygen.exe.

(more…)

Setting up an SSH Tunnel as a Proxy

0

There are 2 primary reasons you would want to SSH Tunnel:

  • You are being blocked by a proxy at work, university, or some other controlled network.
  • You want increased security over the wire.

When setting up an ssh tunnel, you’re merely routing traffic through a specific address and port. Seems pretty simple, and it really is, but you need to understand each part individually.

(more…)

Go to Top