<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: HOWTO: ssh tunneling for fun and profit</title>
	<atom:link href="http://fak3r.com/2007/04/16/howto-ssh-tunneling-for-fun-and-profit/feed/" rel="self" type="application/rss+xml" />
	<link>http://fak3r.com/2007/04/16/howto-ssh-tunneling-for-fun-and-profit/</link>
	<description>look out honey, &#039;cause I&#039;m using technology</description>
	<lastBuildDate>Sat, 11 Feb 2012 04:52:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: fak3r</title>
		<link>http://fak3r.com/2007/04/16/howto-ssh-tunneling-for-fun-and-profit/#comment-698</link>
		<dc:creator>fak3r</dc:creator>
		<pubDate>Tue, 09 Nov 2010 15:08:00 +0000</pubDate>
		<guid isPermaLink="false">http://fak3r.com/2007/04/16/howto-ssh-tunneling-for-fun-and-profit/#comment-698</guid>
		<description>Sure, so to kill the process you would need to determine the PID of it and kill it. A crude way would be to do something like: kill `ps -fe &#124; grep 5555 &#124; cut -d &quot; &quot; -f3`or use ps to get the PIDkill `ps -C ssh -o pid=`but it would probably be smoother to wrap the command string so that it creates a pid file in /var/run, and then use that to determine the PID to kill.</description>
		<content:encoded><![CDATA[<p>Sure, so to kill the process you would need to determine the PID of it and kill it. A crude way would be to do something like: kill `ps -fe | grep 5555 | cut -d &#8221; &#8221; -f3`or use ps to get the PIDkill `ps -C ssh -o pid=`but it would probably be smoother to wrap the command string so that it creates a pid file in /var/run, and then use that to determine the PID to kill.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fak3r</title>
		<link>http://fak3r.com/2007/04/16/howto-ssh-tunneling-for-fun-and-profit/#comment-1888</link>
		<dc:creator>fak3r</dc:creator>
		<pubDate>Tue, 09 Nov 2010 15:08:00 +0000</pubDate>
		<guid isPermaLink="false">http://fak3r.com/2007/04/16/howto-ssh-tunneling-for-fun-and-profit/#comment-1888</guid>
		<description>Sure, so to kill the process you would need to determine the PID of it and kill it. A crude way would be to do something like: kill `ps -fe &#124; grep 5555 &#124; cut -d &quot; &quot; -f3`or use ps to get the PIDkill `ps -C ssh -o pid=`but it would probably be smoother to wrap the command string so that it creates a pid file in /var/run, and then use that to determine the PID to kill.</description>
		<content:encoded><![CDATA[<p>Sure, so to kill the process you would need to determine the PID of it and kill it. A crude way would be to do something like: kill `ps -fe | grep 5555 | cut -d &#8221; &#8221; -f3`or use ps to get the PIDkill `ps -C ssh -o pid=`but it would probably be smoother to wrap the command string so that it creates a pid file in /var/run, and then use that to determine the PID to kill.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Carter</title>
		<link>http://fak3r.com/2007/04/16/howto-ssh-tunneling-for-fun-and-profit/#comment-697</link>
		<dc:creator>Mike Carter</dc:creator>
		<pubDate>Sat, 30 Oct 2010 21:43:00 +0000</pubDate>
		<guid isPermaLink="false">http://fak3r.com/2007/04/16/howto-ssh-tunneling-for-fun-and-profit/#comment-697</guid>
		<description>What about stopping the tunnel when done? Whats the command to kill the local port 5555?</description>
		<content:encoded><![CDATA[<p>What about stopping the tunnel when done? Whats the command to kill the local port 5555?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Carter</title>
		<link>http://fak3r.com/2007/04/16/howto-ssh-tunneling-for-fun-and-profit/#comment-1882</link>
		<dc:creator>Mike Carter</dc:creator>
		<pubDate>Sat, 30 Oct 2010 21:43:00 +0000</pubDate>
		<guid isPermaLink="false">http://fak3r.com/2007/04/16/howto-ssh-tunneling-for-fun-and-profit/#comment-1882</guid>
		<description>What about stopping the tunnel when done? Whats the command to kill the local port 5555?</description>
		<content:encoded><![CDATA[<p>What about stopping the tunnel when done? Whats the command to kill the local port 5555?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

