<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>. kam &#187; ssh</title>
	<atom:link href="http://www.dotkam.com/category/ssh/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dotkam.com</link>
	<description>one of those blogs</description>
	<lastBuildDate>Fri, 27 Jan 2012 20:32:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>To Yammer through Corkscrew and Cygwin</title>
		<link>http://www.dotkam.com/2010/12/01/to-yammer-through-corkscrew-and-cygwin/</link>
		<comments>http://www.dotkam.com/2010/12/01/to-yammer-through-corkscrew-and-cygwin/#comments</comments>
		<pubDate>Wed, 01 Dec 2010 19:28:29 +0000</pubDate>
		<dc:creator>Toly</dc:creator>
				<category><![CDATA[corkscrew]]></category>
		<category><![CDATA[cygwin]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[yammer]]></category>

		<guid isPermaLink="false">http://www.dotkam.com/?p=853</guid>
		<description><![CDATA[The whole thing started when I wanted to use Yammer from behind a corporate firewall. The only laptop I had handy at that moment had Windows on it, so I thought, well.. I&#8217;ll install Cygwin ( a Linux-like environment for Windows ) download and compile corkscrew ( enables SSH connections over HTTP/HTTPS proxies ) set [...]]]></description>
		<wfw:commentRss>http://www.dotkam.com/2010/12/01/to-yammer-through-corkscrew-and-cygwin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gitolite: Does Not Appear to be a Git Repository</title>
		<link>http://www.dotkam.com/2010/08/22/gitolite-does-not-appear-to-be-a-git-repository/</link>
		<comments>http://www.dotkam.com/2010/08/22/gitolite-does-not-appear-to-be-a-git-repository/#comments</comments>
		<pubDate>Sun, 22 Aug 2010 04:33:11 +0000</pubDate>
		<dc:creator>Toly</dc:creator>
				<category><![CDATA[git]]></category>
		<category><![CDATA[gitolite]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.dotkam.com/?p=752</guid>
		<description><![CDATA[Have a user, whose public key was successfully added under &#8220;gitolite-admin/keydir&#8221; and whose rights were successfully configured under &#8220;gitolite-admin/conf/gitolite.conf&#8221;. When this very user is cloning an existing, correctly configured repository, his/her identity ( public key ) is not being passed correclty => hence notice a password prompt: $ git clone git@yourgitserver.com:your-project Cloning into your-project... git@yourgitserver.com's [...]]]></description>
		<wfw:commentRss>http://www.dotkam.com/2010/08/22/gitolite-does-not-appear-to-be-a-git-repository/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Git: Specify SSH Port</title>
		<link>http://www.dotkam.com/2010/08/16/git-specify-ssh-port/</link>
		<comments>http://www.dotkam.com/2010/08/16/git-specify-ssh-port/#comments</comments>
		<pubDate>Mon, 16 Aug 2010 06:21:04 +0000</pubDate>
		<dc:creator>Toly</dc:creator>
				<category><![CDATA[git]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://www.dotkam.com/?p=736</guid>
		<description><![CDATA[On the client side add &#8220;host&#8221; and &#8220;port&#8221; entries into &#8220;~/.ssh/config&#8221;, git will obey: $ cat ~/.ssh/config host reposerver.com port 123]]></description>
		<wfw:commentRss>http://www.dotkam.com/2010/08/16/git-specify-ssh-port/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Play Video/Audio on Remote X Server over SSH</title>
		<link>http://www.dotkam.com/2010/08/09/play-videoaudio-on-remote-x-server-over-ssh/</link>
		<comments>http://www.dotkam.com/2010/08/09/play-videoaudio-on-remote-x-server-over-ssh/#comments</comments>
		<pubDate>Tue, 10 Aug 2010 02:21:02 +0000</pubDate>
		<dc:creator>Toly</dc:creator>
				<category><![CDATA[ssh]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[vlc]]></category>

		<guid isPermaLink="false">http://www.dotkam.com/?p=724</guid>
		<description><![CDATA[export DISPLAY=:0.0 vlc --fullscreen ~/mmedia/video/мультики/снежная-королева.avi]]></description>
		<wfw:commentRss>http://www.dotkam.com/2010/08/09/play-videoaudio-on-remote-x-server-over-ssh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Run Commands Remotely via SSH with No Password</title>
		<link>http://www.dotkam.com/2009/03/10/run-commands-remotely-via-ssh-with-no-password/</link>
		<comments>http://www.dotkam.com/2009/03/10/run-commands-remotely-via-ssh-with-no-password/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 20:13:22 +0000</pubDate>
		<dc:creator>Toly</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[sysadmin]]></category>

		<guid isPermaLink="false">http://blog.dotkam.com/2009/03/10/run-commands-remotely-via-ssh-with-no-password/</guid>
		<description><![CDATA[Extremely useful for system administrators, very useful for application developers when testing with remote services, or how some buzz developers refer to it: Service Oriented Architecture (SOA). Also remote execution is widely used by web masters to sync/backup/create mirrors. Below 5 simple steps will enable you to run any commands on the remote box/host/server via [...]]]></description>
		<wfw:commentRss>http://www.dotkam.com/2009/03/10/run-commands-remotely-via-ssh-with-no-password/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>

