Logo

Lyle Backenroth header image 4

SSHsplit – A utility to multiplex ssh dynamic tunnels

March 9th, 2010 · No Comments

Source: The Original Developer.
(Launchpad link):
A dynamic tunnel SSH multiplexer. When heavily using a Dynamic SSH tunnel, this application will open concurrent SSH tunnels to multiplex the load. This is useful when using torrent connections locally, or when using your computer to share internet access via the dynamic proxy.
To install on Ubuntu Karmic:
sudo add-apt-repository ppa:martineve/ppa
sudo apt-get [...]

[Read more →]

Tags: Blogroll

SSH: On the fly port forwarding.

January 26th, 2009 · No Comments

Once inside an SSH session, you may realize that you need to reach another box via the local port redirect (-L 1234:192.168.0.5:23 for example).
Most people think you need to kill your SSH session to add a new -L option, then reinitiate the SSH session; this is NOT true.
You can open an internal SSH shell within [...]

[Read more →]

Tags: Blogroll

SSHMenu – Like Putty, but for Gnome!

June 18th, 2008 · No Comments

I generally prefer SSH’ing to hosts from the CLI (Command Line Interface) though there are times when a GUI is preferable, especially when there’s a variety of settings specific to each session that might be desired.
SSHMenu is much like Putty, in that you can set up individual address book style destinations to SSH into, and [...]

[Read more →]

Tags: Blogroll