<?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>kb.hurricane-ridge.com &#187; openssh</title>
	<atom:link href="http://kb.hurricane-ridge.com/tag/openssh/feed" rel="self" type="application/rss+xml" />
	<link>http://kb.hurricane-ridge.com</link>
	<description>My personal - but public - knowledge base</description>
	<lastBuildDate>Mon, 09 Jan 2012 14:49:05 +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>Converting SSH Key Formats</title>
		<link>http://kb.hurricane-ridge.com/daemons/ssh-daemons/converting-ssh-key-formats</link>
		<comments>http://kb.hurricane-ridge.com/daemons/ssh-daemons/converting-ssh-key-formats#comments</comments>
		<pubDate>Tue, 25 Jan 2011 17:39:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ssh]]></category>
		<category><![CDATA[keypair]]></category>
		<category><![CDATA[openssh]]></category>
		<category><![CDATA[private key]]></category>
		<category><![CDATA[public key]]></category>
		<category><![CDATA[ssh-keygen]]></category>
		<category><![CDATA[ssh2]]></category>

		<guid isPermaLink="false">http://kb.hurricane-ridge.com/?p=1044</guid>
		<description><![CDATA[To convert an SSH key from SSH2-compatible format to OpenSSH-compatible, use the &#8220;-i&#8221; flag to &#8220;ssh-keygen&#8221;: -i This option will read an unencrypted private (or public) key file in SSH2-compatible format and print an OpenSSH compatible private (or public) key to stdout. ssh-keygen also reads the RFC 4716 SSH Public Key File Format. This option [...]]]></description>
			<content:encoded><![CDATA[<p>To convert an SSH key from SSH2-compatible format to OpenSSH-compatible, use the &#8220;-i&#8221; flag to &#8220;ssh-keygen&#8221;:</p>
<blockquote><p>     -i      This option will read an unencrypted private (or public) key file in SSH2-compatible format and print an OpenSSH compatible private (or public) key to stdout.  ssh-keygen also reads the RFC 4716 SSH Public Key File Format.  This option allows importing keys from several commercial SSH implementations.
</p></blockquote>
<p>e.g.:</p>
<pre class="brush: plain; light: true; title: ; notranslate">
ssh-keygen -i -f user.ssh2.pub &gt; user.ossh.pub
</pre>
]]></content:encoded>
			<wfw:commentRss>http://kb.hurricane-ridge.com/daemons/ssh-daemons/converting-ssh-key-formats/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CVSROOT Environment Variable for CVS-over-SSH</title>
		<link>http://kb.hurricane-ridge.com/applications/cvsroot-environment-variable-for-cvs-over-ssh</link>
		<comments>http://kb.hurricane-ridge.com/applications/cvsroot-environment-variable-for-cvs-over-ssh#comments</comments>
		<pubDate>Thu, 15 Jan 2009 22:09:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[cvs]]></category>
		<category><![CDATA[openssh]]></category>

		<guid isPermaLink="false">http://kb.hurricane-ridge.com/?p=151</guid>
		<description><![CDATA[When using CVS-over-SSH, set the CVSROOT environment variable as follows: :ext:username@remotemachine:/full/path/to/cvsroot You may wish to use SSH public key authentication and ssh-agent to avoid having to enter your password on the remote machine repeatedly.]]></description>
			<content:encoded><![CDATA[<p>When using CVS-over-SSH, set the CVSROOT environment variable as follows:</p>
<p><code>:ext:username@remotemachine:/full/path/to/cvsroot<br />
</code></p>
<p>You may wish to use SSH public key authentication and ssh-agent to avoid having to enter your password on the remote machine repeatedly.</p>
]]></content:encoded>
			<wfw:commentRss>http://kb.hurricane-ridge.com/applications/cvsroot-environment-variable-for-cvs-over-ssh/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Running Tar over SSH</title>
		<link>http://kb.hurricane-ridge.com/applications/running-tar-over-ssh</link>
		<comments>http://kb.hurricane-ridge.com/applications/running-tar-over-ssh#comments</comments>
		<pubDate>Thu, 15 Jan 2009 21:56:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[openssh]]></category>

		<guid isPermaLink="false">http://kb.hurricane-ridge.com/?p=138</guid>
		<description><![CDATA[Running tar over ssh is straightforward: % tar czvf - /home/anl &#124; ssh desthost "cat &#62; home.tar.gz" Other ideas: % tar -cf - /u01 &#124; ssh otherhost "bzip2 -c &#62; /u1/u01-backup.tbz" % tar -cf - /dir &#124; ssh otherhost "cd /newbasedir ; tar -xpf -"]]></description>
			<content:encoded><![CDATA[<p>Running tar over ssh is straightforward:</p>
<p><code>% tar czvf - /home/anl | ssh desthost "cat &gt; home.tar.gz"</code></p>
<p>Other ideas:</p>
<p><code>% tar -cf - /u01 | ssh otherhost "bzip2 -c &gt; /u1/u01-backup.tbz"<br />
% tar -cf - /dir | ssh otherhost "cd /newbasedir ; tar -xpf -"</code></p>
]]></content:encoded>
			<wfw:commentRss>http://kb.hurricane-ridge.com/applications/running-tar-over-ssh/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

