<?xml version="1.0" encoding="UTF-8"?>
 <rdf:RDF xmlns="http://purl.org/rss/1.0/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://pinboard.in">
    <title>Pinboard (mlednor)</title>
    <link>https://pinboard.in/u:mlednor/public/</link>
    <description>recent bookmarks from mlednor</description>
    <items>
      <rdf:Seq>	<rdf:li rdf:resource="https://www.bastillion.io/"/>
	<rdf:li rdf:resource="https://gist.github.com/monkyz/3849546"/>
	<rdf:li rdf:resource="http://www.rutschle.net/tech/sslh.shtml"/>
	<rdf:li rdf:resource="http://www.agroman.net/corkscrew/"/>
	<rdf:li rdf:resource="https://github.com/q3k/crowbar"/>
	<rdf:li rdf:resource="http://sshpot.com/"/>
	<rdf:li rdf:resource="https://github.com/gokyle/sshbox"/>
	<rdf:li rdf:resource="https://github.com/emre/storm"/>
	<rdf:li rdf:resource="http://www.leancrew.com/all-this/2012/11/ssh-tunneling-redux/"/>
	<rdf:li rdf:resource="http://webdiary.com/2011/12/27/btmm/"/>
	<rdf:li rdf:resource="http://mosh.mit.edu/"/>
	<rdf:li rdf:resource="http://matt.might.net/articles/ssh-hacks/"/>
	<rdf:li rdf:resource="https://moocode.com/posts/5-simple-two-factor-ssh-authentication"/>
	<rdf:li rdf:resource="https://moocode.com/posts/6-code-your-own-multi-user-private-git-server-in-5-minutes?"/>
	<rdf:li rdf:resource="http://tychoish.com/rhizome/9-awesome-ssh-tricks/?"/>
	<rdf:li rdf:resource="http://progrium.com/localtunnel/"/>
	<rdf:li rdf:resource="http://www.mnxsolutions.com/security/two-factor-ssh-with-google-authenticator.html"/>
	<rdf:li rdf:resource="http://www.downloadsquad.com/2007/02/01/howto-transfer-your-putty-settings-between-computers/"/>
	<rdf:li rdf:resource="http://www.linuxjournal.com/content/use-sshconfig-simplify-your-life?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+linuxjournalcom+%28Linux+Journal+-+The+Original+Magazine+of+the+Linux+Community%29"/>
	<rdf:li rdf:resource="http://www.ubuntugeek.com/sshsplit-a-utility-to-multiplex-ssh-dynamic-tunnels.html"/>
	<rdf:li rdf:resource="http://www.commandlinefu.com/commands/view/4434/live-ssh-network-throughput-test"/>
	<rdf:li rdf:resource="http://codesorcery.net/meerkat"/>
	<rdf:li rdf:resource="http://www.linuxjournal.com/content/speed-multiple-ssh-connections-same-server"/>
	<rdf:li rdf:resource="http://blogs.navicat.com/?p=24"/>
      </rdf:Seq>
    </items>
  </channel><item rdf:about="https://www.bastillion.io/">
    <title>Bastillion - Web-Based Bastion Host and SSH Key Management</title>
    <dc:date>2025-12-08T15:07:38+00:00</dc:date>
    <link>https://www.bastillion.io/</link>
    <dc:creator>mlednor</dc:creator><description><![CDATA[Bastillion is an open-source web-based SSH console that centrally manages administrative access to systems.

A bastion host for administrators with features that promote infrastructure security, including key management and auditing.]]></description>
<dc:subject>ssh</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:mlednor/b:88dada74307c/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:ssh"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="https://gist.github.com/monkyz/3849546">
    <title>Creating a transparent SSH tunnel through a bastion host</title>
    <dc:date>2018-07-06T07:30:42+00:00</dc:date>
    <link>https://gist.github.com/monkyz/3849546</link>
    <dc:creator>mlednor</dc:creator><description><![CDATA[Creating a transparent SSH tunnel through a bastion host]]></description>
<dc:subject>ssh security</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:mlednor/b:7f9fba6d9e9d/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:ssh"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:security"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.rutschle.net/tech/sslh.shtml">
    <title>ssl/ssh multiplexer</title>
    <dc:date>2015-07-07T09:18:14+00:00</dc:date>
    <link>http://www.rutschle.net/tech/sslh.shtml</link>
    <dc:creator>mlednor</dc:creator><description><![CDATA[sslh accepts connections on specified ports, and forwards them further based on tests performed on the first data packet sent by the remote client.

Probes for HTTP, SSL, SSH, OpenVPN, tinc, XMPP are implemented, and any other protocol that can be tested using a regular expression, can be recognised. A typical use case is to allow serving several services on port 443 (e.g. to connect to ssh from inside a corporate firewall, which almost never block port 443) while still serving HTTPS on that port.

Hence sslh acts as a protocol demultiplexer, or a switchboard. Its name comes from its original function to serve SSH and HTTPS on the same port.

sslh supports IPv6, privilege dropping, transparent proxying, and more.]]></description>
<dc:subject>linux security ssh</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:mlednor/b:081c79fd4d4e/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:linux"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:security"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:ssh"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.agroman.net/corkscrew/">
    <title>corkscrew</title>
    <dc:date>2015-05-01T14:07:26+00:00</dc:date>
    <link>http://www.agroman.net/corkscrew/</link>
    <dc:creator>mlednor</dc:creator><description><![CDATA[Corkscrew is a tool for tunneling SSH through HTTP proxies.]]></description>
<dc:subject>ssh tcp webserver</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:mlednor/b:940f5f481b0f/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:ssh"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:tcp"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:webserver"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="https://github.com/q3k/crowbar">
    <title>q3k/crowbar · GitHub</title>
    <dc:date>2015-05-01T14:07:04+00:00</dc:date>
    <link>https://github.com/q3k/crowbar</link>
    <dc:creator>mlednor</dc:creator><description><![CDATA[Crowbar is an EXPERIMENTAL tool that allows you to establish a secure circuit with your existing encrypting TCP endpoints (an OpenVPN setup, an SSH server for forwarding...) when your network connection is limited by a Web proxy that only allows basic port 80 HTTP connectivity.

Crowbar will tunnel TCP connections over an HTTP session using only GET and POST requests. This is in contrast to most tunneling systems that reuse the CONNECT verb. It also provides basic authentication to make sure nobody who stumbles upon the server steals your proxy to order drugs from Silkroad.]]></description>
<dc:subject>ssh tcp webserver</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:mlednor/b:11b4225fb6d0/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:ssh"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:tcp"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:webserver"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://sshpot.com/">
    <title>SSHPot.com - Open Source SSH Honeypot</title>
    <dc:date>2014-08-19T09:26:57+00:00</dc:date>
    <link>http://sshpot.com/</link>
    <dc:creator>mlednor</dc:creator><description><![CDATA[SSHPot.com is a open-source web service for receiving data from ssh-pot daemons, which act as a honeypot for ssh login attempts and records all user/password combinations along with the remote address. In order to run the daemon you must configure OpenSSH to run on a different port and let the honeypot run on port 22. We also record commands being run as well as proxy request data.]]></description>
<dc:subject>linux ssh security</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:mlednor/b:18a8fc893bb7/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:linux"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:ssh"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:security"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="https://github.com/gokyle/sshbox">
    <title>gokyle/sshbox · GitHub</title>
    <dc:date>2013-06-29T13:35:51+00:00</dc:date>
    <link>https://github.com/gokyle/sshbox</link>
    <dc:creator>mlednor</dc:creator><description><![CDATA[sshbox: encrypt and decrypt files using OpenSSH keys.

sshbox is a utility to encrypt and decrypt files using OpenSSH keys. The
files may be PEM-encoded (ASCII-armoured) or DER-encoded (a binary
format). Public keys may be fetched over HTTP(S); however, private keys
must be local. sshbox uses cryptobox[1] as the underlying cryptographic
system. It uses the sshkey[2] package to load the keys.

The utility is designed for encryption smaller files (under 128M), as the
file is read into memory.

Password-protected keys are now supported, as are both ECDSA and RSA keys.
]]></description>
<dc:subject>security ssh</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:mlednor/b:95de06f33ec0/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:security"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:ssh"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="https://github.com/emre/storm">
    <title>emre/storm · GitHub</title>
    <dc:date>2013-06-06T09:31:19+00:00</dc:date>
    <link>https://github.com/emre/storm</link>
    <dc:creator>mlednor</dc:creator><description><![CDATA[storm is a command line tool to manage your ssh connections.]]></description>
<dc:subject>network ssh tools</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:mlednor/b:1d5548ba863c/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:network"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:ssh"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:tools"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.leancrew.com/all-this/2012/11/ssh-tunneling-redux/">
    <title>SSH tunneling redux - All this</title>
    <dc:date>2012-11-11T09:50:57+00:00</dc:date>
    <link>http://www.leancrew.com/all-this/2012/11/ssh-tunneling-redux/</link>
    <dc:creator>mlednor</dc:creator><description><![CDATA[Years ago I wrote a post about how I access services on my office computer from my laptop. My setup has changed a bit since then, so it seemed worthwhile to write a short update.

My office computer isn’t generally accessible from the internet, but the office router does have a permanent public IP number and it’s configured to forward calls on the SSH port to my computer, which has an SSH server running by enabling Remote Login in the Sharing Preference Pane. Through a system called SSH tunneling, I can securely access services that run on my office machine by piping them through the SSH protocol. Using a service remotely from my laptop generally consists of two steps:

Running a script on my laptop that sets up the tunnel.
Accessing the remote service through whatever application would access it locally.
There are three services I use this way, and therefore three tunneling scripts.]]></description>
<dc:subject>bash ssh mac</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:mlednor/b:9586a67b5af2/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:bash"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:ssh"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:mac"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://webdiary.com/2011/12/27/btmm/">
    <title>Remote SSH using Back To My Mac | WebDiary.com</title>
    <dc:date>2012-07-24T13:23:22+00:00</dc:date>
    <link>http://webdiary.com/2011/12/27/btmm/</link>
    <dc:creator>mlednor</dc:creator><description><![CDATA[One of the less well publicised features of Apple’s iCloud service is Back To My Mac.

This service provides a private IPv6 network which you can use to securely connect all your Mac hosts.

To use BTMM you will need to upgrade all your Macs to OS X Lion and sign them all into the same Apple iCloud account. You will also need your unique BTMM account number.]]></description>
<dc:subject>mac ssh</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:mlednor/b:fa7bfa28c988/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:mac"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:ssh"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://mosh.mit.edu/">
    <title>Mosh: the mobile shell</title>
    <dc:date>2012-04-11T06:26:55+00:00</dc:date>
    <link>http://mosh.mit.edu/</link>
    <dc:creator>mlednor</dc:creator><description><![CDATA[Remote terminal application that allows roaming, supports intermittent connectivity, and provides intelligent local echo and line editing of user keystrokes.

Mosh is a replacement for SSH. It's more robust and responsive, especially over Wi-Fi, cellular, and long-distance links.

Mosh is free software, available for GNU/Linux, FreeBSD, and Mac OS X.]]></description>
<dc:subject>linux osx shell ssh</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:mlednor/b:5d6be44e31e4/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:linux"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:osx"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:shell"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:ssh"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://matt.might.net/articles/ssh-hacks/">
    <title>SSH tricks</title>
    <dc:date>2012-02-05T08:59:34+00:00</dc:date>
    <link>http://matt.might.net/articles/ssh-hacks/</link>
    <dc:creator>mlednor</dc:creator><description><![CDATA[SSH is a protocol for authenticating and encrypting remote shell sessions.

But, using SSH for just remote shell sessions ignores 90% of what it can do.

 
# ssh home -L 80:reddit.com:80
This article covers less common SSH use cases, such as:

using passwordless, key-based login;
setting up local per-host configurations;
exporting a local service through a firewall;
accessing a remote service through a firewall;
setting up a SOCKS proxy for Firefox;
executing commands remotely from scripts;
transfering files to/from remote machines;
mounting a filesystem through SSH; and
triggering admin scripts from a phone.]]></description>
<dc:subject>ssh unix sysadmin network</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:mlednor/b:9a24e1508ac6/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:ssh"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:unix"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:sysadmin"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:network"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="https://moocode.com/posts/5-simple-two-factor-ssh-authentication">
    <title>Simple Two-Factor SSH Authentication with Google Authenticator - Moocode Blog</title>
    <dc:date>2011-10-08T13:12:46+00:00</dc:date>
    <link>https://moocode.com/posts/5-simple-two-factor-ssh-authentication</link>
    <dc:creator>mlednor</dc:creator><description><![CDATA[n a two-part post I'm going to show you some tricks you can do with SSH logins. This post covers setting up two-factor SSH authentication with the Google Authenticator app.

I was recently getting some servers in shape so I can pass the Payment Card Industry standards questionnaire and one requirement was two-factor authentication access to the server. I queried whether SSH key + passphrase was acceptable but didn't get a clear answer so I figured I'd explore setting up another authentication factor myself, plus it piqued my interest.

After a bit of research I found it was possible using a PAM module but it doesn't work along with SSH key authentication (only password authentication) and I only use SSH key logins for my servers.]]></description>
<dc:subject>google ssh security ruby</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:mlednor/b:4a8a09d4658f/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:google"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:ssh"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:security"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:ruby"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="https://moocode.com/posts/6-code-your-own-multi-user-private-git-server-in-5-minutes?">
    <title>Code Your Own Multi-User Private Git Server in 5 Minutes - Moocode Blog</title>
    <dc:date>2011-10-08T13:12:28+00:00</dc:date>
    <link>https://moocode.com/posts/6-code-your-own-multi-user-private-git-server-in-5-minutes?</link>
    <dc:creator>mlednor</dc:creator><description><![CDATA[ollowing on from last weeks post about Simple Two Factor SSH Authentication this post shows you how to use the same SSH trick to create a multi-user private git server. I believe the principles here can also be applied to mercurial or subversion.

I was recently working on a client project that we converted to git, we hired an agency to work on the front-end for the project and they had four users that needed access. I didn't really want to create them individual accounts on the server so I started thinking how I could securely manage multiple-user access to a git repository running under a single git user without giving them shell access.

After a bit of research I identified two possible candidates gitosis and gitolite but they seemed overkill for what I was trying to achieve.

]]></description>
<dc:subject>git security ssh</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:mlednor/b:23d93002ab00/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:git"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:security"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:ssh"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://tychoish.com/rhizome/9-awesome-ssh-tricks/?">
    <title>9 Awesome SSH Tricks</title>
    <dc:date>2011-09-19T11:53:19+00:00</dc:date>
    <link>http://tychoish.com/rhizome/9-awesome-ssh-tricks/?</link>
    <dc:creator>mlednor</dc:creator><description><![CDATA[Sorry for the lame title. I was thinking the other day, about how awesome SSH is, and how it's probably one of the most crucial pieces of technology that I use every single day. Here's a list of 10 things that I think are particularly awesome and perhaps a bit off the beaten path.]]></description>
<dc:subject>ssh unix linux security</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:mlednor/b:e30da958d050/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:ssh"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:unix"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:linux"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:security"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://progrium.com/localtunnel/">
    <title>localtunnel: instantly show localhost to the rest of the world</title>
    <dc:date>2011-06-10T08:02:00+00:00</dc:date>
    <link>http://progrium.com/localtunnel/</link>
    <dc:creator>mlednor</dc:creator><description><![CDATA[The easiest way to share localhost web servers to the rest of the world.]]></description>
<dc:subject>programming ssh</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:mlednor/b:a27fb3016105/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:programming"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:ssh"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.mnxsolutions.com/security/two-factor-ssh-with-google-authenticator.html">
    <title>Two Factor SSH with Google Authenticator</title>
    <dc:date>2011-02-19T18:14:18+00:00</dc:date>
    <link>http://www.mnxsolutions.com/security/two-factor-ssh-with-google-authenticator.html</link>
    <dc:creator>mlednor</dc:creator><description><![CDATA[Last week, Google enabled two factor authentication for everyone. This article explains how to install and configure Google Authenticator in conjunction with SSH for two factor authentication. Two-factor authentication relies on something you know (a password) and something you have (your phone).
You can use this existing implementation and Google Authenticator application with SSH via an included PAM in the Google Authenticator open source application.]]></description>
<dc:subject>google security ssh</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:mlednor/b:ccc644673ab4/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:google"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:security"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:ssh"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.downloadsquad.com/2007/02/01/howto-transfer-your-putty-settings-between-computers/">
    <title>How To: Transfer your PuTTY settings between computers</title>
    <dc:date>2010-11-17T20:24:26+00:00</dc:date>
    <link>http://www.downloadsquad.com/2007/02/01/howto-transfer-your-putty-settings-between-computers/</link>
    <dc:creator>mlednor</dc:creator><description><![CDATA[PuTTY is tops on the short list of applications I install first on any Windows machine. Over the years I've used PuTTY, I've installed it on a huge number of computers but I've always had one complaint; There isn't a configuration file I can backup or move to a new machine. ]]></description>
<dc:subject>windows ssh</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:mlednor/b:bde1038bb51f/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:windows"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:ssh"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.linuxjournal.com/content/use-sshconfig-simplify-your-life?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+linuxjournalcom+%28Linux+Journal+-+The+Original+Magazine+of+the+Linux+Community%29">
    <title>Use ssh_config To Simplify Your Life | Linux Journal</title>
    <dc:date>2010-10-28T19:09:38+00:00</dc:date>
    <link>http://www.linuxjournal.com/content/use-sshconfig-simplify-your-life?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+linuxjournalcom+%28Linux+Journal+-+The+Original+Magazine+of+the+Linux+Community%29</link>
    <dc:creator>mlednor</dc:creator><description><![CDATA[When using multiple systems the indispensable tool is, as we all know, ssh. Using ssh you can login to other (remote) systems and work with them as if you were sitting in front of them. Even if some of your systems exist behind firewalls you can still get to them with ssh, but getting there can end up requiring a number of command line options and the more systems you have the more difficult it gets to remember them. However, you don't have to remember them, at least not more than once: you can just enter them into ssh's config file and be done with it.

]]></description>
<dc:subject>ssh tutorial</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:mlednor/b:af6e513b45dc/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:ssh"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:tutorial"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.ubuntugeek.com/sshsplit-a-utility-to-multiplex-ssh-dynamic-tunnels.html">
    <title>sshsplit - A utility to multiplex ssh dynamic tunnels | Ubuntu Geek</title>
    <dc:date>2010-03-08T07:55:52+00:00</dc:date>
    <link>http://www.ubuntugeek.com/sshsplit-a-utility-to-multiplex-ssh-dynamic-tunnels.html</link>
    <dc:creator>mlednor</dc:creator><description><![CDATA[A utility to multiplex ssh dynamic tunnels. Frequently, for instance when proxying a torrent client through a tunnel established with ssh -D, the tunnel will be swamped by traffic. sshsplit spawns multiple instances and distributes the load among them.]]></description>
<dc:subject>linux ubuntu ssh</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:mlednor/b:9b02d9101bd5/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:linux"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:ubuntu"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:ssh"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.commandlinefu.com/commands/view/4434/live-ssh-network-throughput-test">
    <title>live ssh network throughput test | commandlinefu.com</title>
    <dc:date>2010-01-07T11:22:24+00:00</dc:date>
    <link>http://www.commandlinefu.com/commands/view/4434/live-ssh-network-throughput-test</link>
    <dc:creator>mlednor</dc:creator><dc:subject>ssh network</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:mlednor/b:757437294b38/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:ssh"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:network"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://codesorcery.net/meerkat">
    <title>Meerkat | Code Sorcery Workshop</title>
    <dc:date>2009-11-21T09:48:09+00:00</dc:date>
    <link>http://codesorcery.net/meerkat</link>
    <dc:creator>mlednor</dc:creator><dc:subject>mac security ssh</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:mlednor/b:848b7e06bdc6/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:mac"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:security"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:ssh"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.linuxjournal.com/content/speed-multiple-ssh-connections-same-server">
    <title>Speed Up Multiple SSH Connections to the Same Server | Linux Journal</title>
    <dc:date>2008-12-26T18:58:37+00:00</dc:date>
    <link>http://www.linuxjournal.com/content/speed-multiple-ssh-connections-same-server</link>
    <dc:creator>mlednor</dc:creator><dc:subject>linux ssh</dc:subject>
<dc:identifier>https://pinboard.in/u:mlednor/b:a12ce3d7f66f/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:linux"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:ssh"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://blogs.navicat.com/?p=24">
    <title>PremiumSoft’s blog: Database GUI » Connecting to your Remote MySQL Server in Dreamhost with Navicat SSH Tunneling</title>
    <dc:date>2008-10-17T16:44:26+00:00</dc:date>
    <link>http://blogs.navicat.com/?p=24</link>
    <dc:creator>mlednor</dc:creator><dc:subject>mysql ssh</dc:subject>
<dc:identifier>https://pinboard.in/u:mlednor/b:985f61d87a2c/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:mysql"/>
	<rdf:li rdf:resource="https://pinboard.in/u:mlednor/t:ssh"/>
</rdf:Bag></taxo:topics>
</item>
</rdf:RDF>