<?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: Five handy secure shell tips and tricks</title> <atom:link href="http://www.ghacks.net/2009/10/17/five-handy-secure-shell-tips-and-tricks/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net/2009/10/17/five-handy-secure-shell-tips-and-tricks/</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Sun, 12 Feb 2012 04:50:20 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: Luckybackup: Linux backup made easy</title><link>http://www.ghacks.net/2009/10/17/five-handy-secure-shell-tips-and-tricks/comment-page-1/#comment-1033858</link> <dc:creator>Luckybackup: Linux backup made easy</dc:creator> <pubDate>Tue, 13 Apr 2010 11:39:10 +0000</pubDate> <guid
isPermaLink="false">http://www.ghacks.net/?p=17386#comment-1033858</guid> <description>[...] set up password-less secure shell communication. You can see how this is done in my article &#8220;Five handy secure shell tips and tricks&#8220;.Once installed open up a terminal window and issue the command luckybackup. This command [...]</description> <content:encoded><![CDATA[<p>[...] set up password-less secure shell communication. You can see how this is done in my article &#8220;Five handy secure shell tips and tricks&#8220;.Once installed open up a terminal window and issue the command luckybackup. This command [...]</p> ]]></content:encoded> </item> <item><title>By: Konqueror tips and tricks</title><link>http://www.ghacks.net/2009/10/17/five-handy-secure-shell-tips-and-tricks/comment-page-1/#comment-907534</link> <dc:creator>Konqueror tips and tricks</dc:creator> <pubDate>Tue, 27 Oct 2009 18:32:15 +0000</pubDate> <guid
isPermaLink="false">http://www.ghacks.net/?p=17386#comment-907534</guid> <description>[...] Where USERNAME is an actual username on the remote machine and ADDRESS is the actual address of the remote machine. You will be prompted for a password, unless you already have this connection set up for passwordless secure shell connections (see &#8220;Five handy secure shell tips and tricks&#8220;). [...]</description> <content:encoded><![CDATA[<p>[...] Where USERNAME is an actual username on the remote machine and ADDRESS is the actual address of the remote machine. You will be prompted for a password, unless you already have this connection set up for passwordless secure shell connections (see &#8220;Five handy secure shell tips and tricks&#8220;). [...]</p> ]]></content:encoded> </item> <item><title>By: bob dole</title><link>http://www.ghacks.net/2009/10/17/five-handy-secure-shell-tips-and-tricks/comment-page-1/#comment-901957</link> <dc:creator>bob dole</dc:creator> <pubDate>Mon, 19 Oct 2009 16:39:48 +0000</pubDate> <guid
isPermaLink="false">http://www.ghacks.net/?p=17386#comment-901957</guid> <description>^agreed with Adam.
if you&#039;re on a linux box tryin to remote thru ssh tunnel - i&#039;d suggest to use an app called: GSTM</description> <content:encoded><![CDATA[<p>^agreed with Adam.</p><p>if you&#8217;re on a linux box tryin to remote thru ssh tunnel &#8211; i&#8217;d suggest to use an app called: GSTM</p> ]]></content:encoded> </item> <item><title>By: Adam Backstrom</title><link>http://www.ghacks.net/2009/10/17/five-handy-secure-shell-tips-and-tricks/comment-page-1/#comment-901208</link> <dc:creator>Adam Backstrom</dc:creator> <pubDate>Sun, 18 Oct 2009 14:39:33 +0000</pubDate> <guid
isPermaLink="false">http://www.ghacks.net/?p=17386#comment-901208</guid> <description>I find the built-in SOCKS proxy server (-D portnumber) is one of the most useful &quot;extra&quot; features of SSH.</description> <content:encoded><![CDATA[<p>I find the built-in SOCKS proxy server (-D portnumber) is one of the most useful &#8220;extra&#8221; features of SSH.</p> ]]></content:encoded> </item> <item><title>By: Dotan Cohen</title><link>http://www.ghacks.net/2009/10/17/five-handy-secure-shell-tips-and-tricks/comment-page-1/#comment-901048</link> <dc:creator>Dotan Cohen</dc:creator> <pubDate>Sun, 18 Oct 2009 09:48:55 +0000</pubDate> <guid
isPermaLink="false">http://www.ghacks.net/?p=17386#comment-901048</guid> <description>The X tunnelling is great. Applications running over the network seem just as fast as if they were local.</description> <content:encoded><![CDATA[<p>The X tunnelling is great. Applications running over the network seem just as fast as if they were local.</p> ]]></content:encoded> </item> <item><title>By: Fozzy</title><link>http://www.ghacks.net/2009/10/17/five-handy-secure-shell-tips-and-tricks/comment-page-1/#comment-901043</link> <dc:creator>Fozzy</dc:creator> <pubDate>Sun, 18 Oct 2009 09:38:40 +0000</pubDate> <guid
isPermaLink="false">http://www.ghacks.net/?p=17386#comment-901043</guid> <description>The ssh keys bit isn&#039;t quite right and there&#039;s one important tip to highlight. Ssh needs the id_dsa.pub file to be stored on the distination machine as &quot;$HOME/.ssh/authorized_keys&quot; for it to work.  But remember, the ssh daemon on the remote server it will only use the key if it&#039;s sure it hasn&#039;t been compromised.  What this means in practice is that if the authorized_keys file OR ANY OF THE PATH TO IT, is writeable by anyone other than the user (and root), it will ignore the authorized_keys file.  Too often I have seen people trying to understand why they&#039;re authorized_keys file is not being used.  To solve it they make everything permission &quot;777&quot;!  Under most circumstances this would work, but with ssh this only makes things worse.
Also, I would recommend, rather than creating a keypair with no password, make use of ssh-agent.  If you run everything as a sub process of ssh-agent (which a lot of windowing systems do for you by default) then you can use  ssh-add to add the &quot;unlocked&quot; private key that uses a password.  Then everything you do from then on won&#039;t require a password each time you make a connection.
More detail could be added, but I&#039;ve written more than most are likely to read.</description> <content:encoded><![CDATA[<p>The ssh keys bit isn&#8217;t quite right and there&#8217;s one important tip to highlight. Ssh needs the id_dsa.pub file to be stored on the distination machine as &#8220;$HOME/.ssh/authorized_keys&#8221; for it to work.  But remember, the ssh daemon on the remote server it will only use the key if it&#8217;s sure it hasn&#8217;t been compromised.  What this means in practice is that if the authorized_keys file OR ANY OF THE PATH TO IT, is writeable by anyone other than the user (and root), it will ignore the authorized_keys file.  Too often I have seen people trying to understand why they&#8217;re authorized_keys file is not being used.  To solve it they make everything permission &#8220;777&#8243;!  Under most circumstances this would work, but with ssh this only makes things worse.</p><p>Also, I would recommend, rather than creating a keypair with no password, make use of ssh-agent.  If you run everything as a sub process of ssh-agent (which a lot of windowing systems do for you by default) then you can use  ssh-add to add the &#8220;unlocked&#8221; private key that uses a password.  Then everything you do from then on won&#8217;t require a password each time you make a connection.</p><p>More detail could be added, but I&#8217;ve written more than most are likely to read.</p> ]]></content:encoded> </item> <item><title>By: Jack</title><link>http://www.ghacks.net/2009/10/17/five-handy-secure-shell-tips-and-tricks/comment-page-1/#comment-900886</link> <dc:creator>Jack</dc:creator> <pubDate>Sun, 18 Oct 2009 03:02:27 +0000</pubDate> <guid
isPermaLink="false">http://www.ghacks.net/?p=17386#comment-900886</guid> <description>@Ishan: I also shortchanged you on tips. I will make that up with more secure shell basics in future articles.</description> <content:encoded><![CDATA[<p>@Ishan: I also shortchanged you on tips. I will make that up with more secure shell basics in future articles.</p> ]]></content:encoded> </item> <item><title>By: B</title><link>http://www.ghacks.net/2009/10/17/five-handy-secure-shell-tips-and-tricks/comment-page-1/#comment-900857</link> <dc:creator>B</dc:creator> <pubDate>Sun, 18 Oct 2009 01:45:43 +0000</pubDate> <guid
isPermaLink="false">http://www.ghacks.net/?p=17386#comment-900857</guid> <description>I&#039;d like to point out using SSH keys without passwords kind of defeats the purpose. It is convenient, but that&#039;s not what it&#039;s meant for (well maybe it is since OpenSSH devs allow an empty passphrase...).
I have a better suggestion: set up SSH-agent, load your keys when your session starts, and neve rlook back. If I&#039;m not mistaken even with an empty passphrase, if the keys are not cached, you&#039;ll still have to press Enter to get the authentication to continue. Cached keys are even easier - and far more safer than this widespread trick that is in fact bad practice.</description> <content:encoded><![CDATA[<p>I&#8217;d like to point out using SSH keys without passwords kind of defeats the purpose. It is convenient, but that&#8217;s not what it&#8217;s meant for (well maybe it is since OpenSSH devs allow an empty passphrase&#8230;).</p><p>I have a better suggestion: set up SSH-agent, load your keys when your session starts, and neve rlook back. If I&#8217;m not mistaken even with an empty passphrase, if the keys are not cached, you&#8217;ll still have to press Enter to get the authentication to continue. Cached keys are even easier &#8211; and far more safer than this widespread trick that is in fact bad practice.</p> ]]></content:encoded> </item> <item><title>By: Ishan@ILoveFreeSoftware</title><link>http://www.ghacks.net/2009/10/17/five-handy-secure-shell-tips-and-tricks/comment-page-1/#comment-900700</link> <dc:creator>Ishan@ILoveFreeSoftware</dc:creator> <pubDate>Sat, 17 Oct 2009 20:34:02 +0000</pubDate> <guid
isPermaLink="false">http://www.ghacks.net/?p=17386#comment-900700</guid> <description>I am really short handed in Secure Shell. Would have to first get my basics right, before I am able to use this advanced stuff.</description> <content:encoded><![CDATA[<p>I am really short handed in Secure Shell. Would have to first get my basics right, before I am able to use this advanced stuff.</p> ]]></content:encoded> </item> </channel> </rss>
