<?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: My SSH Tips &#8211; Yes, More Than One</title>
	<atom:link href="http://pthree.org/2008/12/11/my-ssh-tips-yes-more-than-one/feed/" rel="self" type="application/rss+xml" />
	<link>http://pthree.org/2008/12/11/my-ssh-tips-yes-more-than-one/</link>
	<description>Linux.  GNU.  Freedom.</description>
	<lastBuildDate>Wed, 16 May 2012 07:36:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4-beta2-20489</generator>
	<item>
		<title>By: Yorokobi</title>
		<link>http://pthree.org/2008/12/11/my-ssh-tips-yes-more-than-one/#comment-109061</link>
		<dc:creator>Yorokobi</dc:creator>
		<pubDate>Wed, 17 Dec 2008 03:16:10 +0000</pubDate>
		<guid isPermaLink="false">http://pthree.org/?p=740#comment-109061</guid>
		<description>Something that was pointed out to me earlier today: ControlMaster and ControlPath. Definitely worth using if you need more than one concurrent connection to a SSH host.

Host *
        ControlMaster auto
        ControlPath ~/.ssh/master-%r@@h:%p</description>
		<content:encoded><![CDATA[<p>Something that was pointed out to me earlier today: ControlMaster and ControlPath. Definitely worth using if you need more than one concurrent connection to a SSH host.</p>
<p>Host *<br />
        ControlMaster auto<br />
        ControlPath ~/.ssh/master-%r@@h:%p</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ilja Pavkovic</title>
		<link>http://pthree.org/2008/12/11/my-ssh-tips-yes-more-than-one/#comment-108998</link>
		<dc:creator>Ilja Pavkovic</dc:creator>
		<pubDate>Fri, 12 Dec 2008 10:46:18 +0000</pubDate>
		<guid isPermaLink="false">http://pthree.org/?p=740#comment-108998</guid>
		<description>You can do other interesting stuff: For example you can have different identity files  for different hosts, for example:

Host *

Host bar
    Hostname bar.server2.com
    IdentityFile ~/.ssh/id_dsa.bar.server2.com

Host foo
    Hostname foo.server.com
    IdentityFile ~/.ssh/id_dsa.foo.server.com

[WORDPRESS HASHCASH] The poster sent us &#039;0 which is not a hashcash value.</description>
		<content:encoded><![CDATA[<p>You can do other interesting stuff: For example you can have different identity files  for different hosts, for example:</p>
<p>Host *</p>
<p>Host bar<br />
    Hostname bar.server2.com<br />
    IdentityFile ~/.ssh/id_dsa.bar.server2.com</p>
<p>Host foo<br />
    Hostname foo.server.com<br />
    IdentityFile ~/.ssh/id_dsa.foo.server.com</p>
<p>[WORDPRESS HASHCASH] The poster sent us &#8217;0 which is not a hashcash value.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Shipley</title>
		<link>http://pthree.org/2008/12/11/my-ssh-tips-yes-more-than-one/#comment-108984</link>
		<dc:creator>Jeff Shipley</dc:creator>
		<pubDate>Thu, 11 Dec 2008 23:50:11 +0000</pubDate>
		<guid isPermaLink="false">http://pthree.org/?p=740#comment-108984</guid>
		<description>.hushlogin is going to save me a lot of screen chatter, thanks.

I have a question though. On some servers, .hushlogin doesn&#039;t seem to work. For example, I have a shell account that I use sometimes which displays some ascii art and then goes to a curses dialog that allows me to check some stats on my account (available vhosts and ports). If I put a .hushlogin file in my ~, then the curses dialog is disabled but the /etc/motd is still displayed when I connect.

Is there any other way besides .hushlogin to silence ssh login chatter?</description>
		<content:encoded><![CDATA[<p>.hushlogin is going to save me a lot of screen chatter, thanks.</p>
<p>I have a question though. On some servers, .hushlogin doesn&#8217;t seem to work. For example, I have a shell account that I use sometimes which displays some ascii art and then goes to a curses dialog that allows me to check some stats on my account (available vhosts and ports). If I put a .hushlogin file in my ~, then the curses dialog is disabled but the /etc/motd is still displayed when I connect.</p>
<p>Is there any other way besides .hushlogin to silence ssh login chatter?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

