<?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>KarkomaOnline &#187; OpenSSH</title>
	<atom:link href="http://www.karkomaonline.com/index.php/tag/openssh/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.karkomaonline.com</link>
	<description>a Blog for SysAdmins and Unix stuff in general</description>
	<lastBuildDate>Fri, 30 Jul 2010 17:38:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>OpenSSH: simplifying logins</title>
		<link>http://www.karkomaonline.com/index.php/2007/12/openssh-simplifying-logins/</link>
		<comments>http://www.karkomaonline.com/index.php/2007/12/openssh-simplifying-logins/#comments</comments>
		<pubDate>Thu, 06 Dec 2007 04:21:09 +0000</pubDate>
		<dc:creator>karkoma</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[OpenSSH]]></category>

		<guid isPermaLink="false">http://www.karkomaonline.com/index.php/2007/12/06/openssh-simplifying-logins/</guid>
		<description><![CDATA[OpenSSH provides a per-user configuration file usually located in ~/.ssh/config. This file can help ease your life as Sysadmin. Let&#8217;s say that you frequently connect to a server in this way: ssh admin@boring-servername.boring-domain.com With OpenSSH there is an easy way to do the job. Edit or create a config file: vi ~/.ssh/config and then add [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.openbsd.org/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.openbsd.org/?referer=');">OpenSSH</a> provides a per-user configuration file usually located in ~/.ssh/config. This file can help ease your life as Sysadmin. Let&#8217;s say that you frequently connect to a server in this way:</p>
<blockquote><p>ssh admin@boring-servername.boring-domain.com</p></blockquote>
<p>With OpenSSH there is an easy way to do the job. Edit or create a <em>config</em> file:</p>
<blockquote><p>vi ~/.ssh/config</p></blockquote>
<p>and then add the following:</p>
<blockquote><p> Host servername<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;User admin<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;HostName boring-servername.boring-domain.com</p></blockquote>
<p>Where Host is the alias for the remote server you want to connect to, HostName is the full name of the remote server and User is the login name.</p>
<p><strong>References</strong>:</p>
<ul>
<li>man <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh_config" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.openbsd.org/cgi-bin/man.cgi?query=ssh_config&amp;referer=');">ssh_config </a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.karkomaonline.com/index.php/2007/12/openssh-simplifying-logins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenSSH and OpenBSD&#8217;s financial troubles</title>
		<link>http://www.karkomaonline.com/index.php/2006/04/openssh-and-openbsds-financial-troubles/</link>
		<comments>http://www.karkomaonline.com/index.php/2006/04/openssh-and-openbsds-financial-troubles/#comments</comments>
		<pubDate>Sat, 01 Apr 2006 00:38:25 +0000</pubDate>
		<dc:creator>karkoma</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[OpenBSD]]></category>
		<category><![CDATA[OpenSSH]]></category>

		<guid isPermaLink="false">http://www.karkoma.info/index.php/2006/04/01/openssh-and-openbsds-financial-troubles/</guid>
		<description><![CDATA[The OpenBSD project is requesting help to surpass its financial difficulties. As you probably know, the development team of OpenBSD is also in charge of the development of OpenSSH. Could these economic problems put in danger the continuity of OpenSSH, an essential tool for Sysadmins like you? While all this happens, the big companies (Cisco, [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://www.openbsd.org/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.openbsd.org/?referer=');">OpenBSD</a> project is requesting help to surpass its financial difficulties. As you probably know, the development team of OpenBSD is also in charge of the development of <a href="http://www.openssh.org/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.openssh.org/?referer=');">OpenSSH</a>. Could these economic problems put in danger the continuity of OpenSSH, an essential tool for Sysadmins like you? While all this happens, the big companies (Cisco, IBM, RedHat, etc etc etc) that take advantage of the work done in OpenSSH for free are in silence. And what about you? What will you do without OpenSSH?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.karkomaonline.com/index.php/2006/04/openssh-and-openbsds-financial-troubles/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
