<?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: Mount Remote Directories Securely with SSH : Ubuntu (6.06.1 / 6.10)</title>
	<atom:link href="http://ubuntu-tutorials.com/2007/01/02/mount-remote-directories-securely-with-ssh-ubuntu-6061-610/feed/" rel="self" type="application/rss+xml" />
	<link>http://ubuntu-tutorials.com/2007/01/02/mount-remote-directories-securely-with-ssh-ubuntu-6061-610/</link>
	<description>Enhancing your Ubuntu experience!</description>
	<lastBuildDate>Thu, 02 Feb 2012 10:29:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: mirka</title>
		<link>http://ubuntu-tutorials.com/2007/01/02/mount-remote-directories-securely-with-ssh-ubuntu-6061-610/#comment-5090</link>
		<dc:creator>mirka</dc:creator>
		<pubDate>Sun, 29 Jun 2008 18:23:44 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=237#comment-5090</guid>
		<description>you might also want to try the consoleFISH at www.serfish.com -&gt; a free web ssh client which can help you to greatly increase your mobility. 

just be aware of the security issues related to using web based server access: the mentioned site offers a good tutorial.</description>
		<content:encoded><![CDATA[<p>you might also want to try the consoleFISH at <a href="http://www.serfish.com" rel="nofollow">http://www.serfish.com</a> -&gt; a free web ssh client which can help you to greatly increase your mobility. </p>
<p>just be aware of the security issues related to using web based server access: the mentioned site offers a good tutorial.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: john</title>
		<link>http://ubuntu-tutorials.com/2007/01/02/mount-remote-directories-securely-with-ssh-ubuntu-6061-610/#comment-4981</link>
		<dc:creator>john</dc:creator>
		<pubDate>Tue, 24 Jun 2008 10:37:46 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=237#comment-4981</guid>
		<description>For greater accessibility to your ssh server use a web based ssh client -

http://www.browsershell.com</description>
		<content:encoded><![CDATA[<p>For greater accessibility to your ssh server use a web based ssh client -</p>
<p><a href="http://www.browsershell.com" rel="nofollow">http://www.browsershell.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: natuk</title>
		<link>http://ubuntu-tutorials.com/2007/01/02/mount-remote-directories-securely-with-ssh-ubuntu-6061-610/#comment-560</link>
		<dc:creator>natuk</dc:creator>
		<pubDate>Sun, 18 Nov 2007 14:35:38 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=237#comment-560</guid>
		<description>Thank you for this info. I tried Konse&#039;s advice and although it generally works - it does not work during the first session. If I log off and on again it works fine. There is, however, an annoying message coming up saying the gnome cannot &quot;grab the keyboard&quot; and there may be malicious activity on the session - but the mount still work fine.</description>
		<content:encoded><![CDATA[<p>Thank you for this info. I tried Konse&#8217;s advice and although it generally works &#8211; it does not work during the first session. If I log off and on again it works fine. There is, however, an annoying message coming up saying the gnome cannot &#8220;grab the keyboard&#8221; and there may be malicious activity on the session &#8211; but the mount still work fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gobisoft Ltd &#187; Blog Archive &#187; The shared Network drive solution revisted</title>
		<link>http://ubuntu-tutorials.com/2007/01/02/mount-remote-directories-securely-with-ssh-ubuntu-6061-610/#comment-559</link>
		<dc:creator>Gobisoft Ltd &#187; Blog Archive &#187; The shared Network drive solution revisted</dc:creator>
		<pubDate>Wed, 17 Oct 2007 01:13:04 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=237#comment-559</guid>
		<description>[...] The Linux commands should be similar. Try looking here. [...]</description>
		<content:encoded><![CDATA[<p>[...] The Linux commands should be similar. Try looking here. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Konse</title>
		<link>http://ubuntu-tutorials.com/2007/01/02/mount-remote-directories-securely-with-ssh-ubuntu-6061-610/#comment-558</link>
		<dc:creator>Konse</dc:creator>
		<pubDate>Thu, 01 Mar 2007 21:34:59 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=237#comment-558</guid>
		<description>Let&#039;s make it easier!!!

http://wiki.ubuntuusers.de/FUSE/sshfs

requirements:
1. a line fuse in /etc/modules
2. the package sshfs installed

3. a line in /etc/fstab
sshfs#username@yourserver:/pathonserver/ /yourmountdir fuse uid=1003,gid=100,umask=0,allow_other 0 0

and now the best an easiest:
4. a line in menu-&gt;system-&gt;settings-&gt;sessions-&gt;startup
sshfs username@yourserver:/pathonserver/ /yourmountdir

That&#039;s awful -&gt; with starting the session, there is a password-question and no need of terminals!!!!</description>
		<content:encoded><![CDATA[<p>Let&#8217;s make it easier!!!</p>
<p><a href="http://wiki.ubuntuusers.de/FUSE/sshfs" rel="nofollow">http://wiki.ubuntuusers.de/FUSE/sshfs</a></p>
<p>requirements:<br />
1. a line fuse in /etc/modules<br />
2. the package sshfs installed</p>
<p>3. a line in /etc/fstab<br />
sshfs#username@yourserver:/pathonserver/ /yourmountdir fuse uid=1003,gid=100,umask=0,allow_other 0 0</p>
<p>and now the best an easiest:<br />
4. a line in menu-&gt;system-&gt;settings-&gt;sessions-&gt;startup<br />
sshfs username@yourserver:/pathonserver/ /yourmountdir</p>
<p>That&#8217;s awful -&gt; with starting the session, there is a password-question and no need of terminals!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: &#187; What You Ought To Know About Securing SSH Ubuntu Tutorials : Breezy - Dapper - Edgy - Feisty</title>
		<link>http://ubuntu-tutorials.com/2007/01/02/mount-remote-directories-securely-with-ssh-ubuntu-6061-610/#comment-557</link>
		<dc:creator>&#187; What You Ought To Know About Securing SSH Ubuntu Tutorials : Breezy - Dapper - Edgy - Feisty</dc:creator>
		<pubDate>Thu, 15 Feb 2007 05:16:51 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=237#comment-557</guid>
		<description>[...] have written a bit about some of the uses for ssh (here and here).  I thought I would outline a few quick tips on securing an ssh host machine.  One of the [...]</description>
		<content:encoded><![CDATA[<p>[...] have written a bit about some of the uses for ssh (here and here).  I thought I would outline a few quick tips on securing an ssh host machine.  One of the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TuxGirl</title>
		<link>http://ubuntu-tutorials.com/2007/01/02/mount-remote-directories-securely-with-ssh-ubuntu-6061-610/#comment-556</link>
		<dc:creator>TuxGirl</dc:creator>
		<pubDate>Fri, 09 Feb 2007 16:23:18 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=237#comment-556</guid>
		<description>When using /etc/fstab for mounting, how are you giving username / password?  I don&#039;t see that in the tutorial (I might just need to read more carefully), and it seems like a potential issue.
My assumption is that you would need to have ssh-keys set up in order to get that to work correctly, because otherwise, you would need to do a manual login, which would make it difficult to auto-mount (how would it ask for your username/password?).
Can you do it using ssh keys that require a password?  When do you give the password?
~TuxGirl</description>
		<content:encoded><![CDATA[<p>When using /etc/fstab for mounting, how are you giving username / password?  I don&#8217;t see that in the tutorial (I might just need to read more carefully), and it seems like a potential issue.<br />
My assumption is that you would need to have ssh-keys set up in order to get that to work correctly, because otherwise, you would need to do a manual login, which would make it difficult to auto-mount (how would it ask for your username/password?).<br />
Can you do it using ssh keys that require a password?  When do you give the password?<br />
~TuxGirl</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Quality Indonesian Blogger &#187; Blog Archive &#187; Filesystem SSH di Ubuntu</title>
		<link>http://ubuntu-tutorials.com/2007/01/02/mount-remote-directories-securely-with-ssh-ubuntu-6061-610/#comment-555</link>
		<dc:creator>Quality Indonesian Blogger &#187; Blog Archive &#187; Filesystem SSH di Ubuntu</dc:creator>
		<pubDate>Fri, 02 Feb 2007 16:59:04 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=237#comment-555</guid>
		<description>[...] Ref: ubuntu-tutorials.com [...]</description>
		<content:encoded><![CDATA[<p>[...] Ref: ubuntu-tutorials.com [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Blog de Sergi &#187; Blog Archive &#187; Montar unitats amb seguretat per ssh</title>
		<link>http://ubuntu-tutorials.com/2007/01/02/mount-remote-directories-securely-with-ssh-ubuntu-6061-610/#comment-554</link>
		<dc:creator>Blog de Sergi &#187; Blog Archive &#187; Montar unitats amb seguretat per ssh</dc:creator>
		<pubDate>Mon, 08 Jan 2007 09:20:11 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=237#comment-554</guid>
		<description>[...] Artícle complet aquí [...]</description>
		<content:encoded><![CDATA[<p>[...] Artícle complet aquí [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mounting Remote Shares Via SSH &#171; A Conservative Techie</title>
		<link>http://ubuntu-tutorials.com/2007/01/02/mount-remote-directories-securely-with-ssh-ubuntu-6061-610/#comment-553</link>
		<dc:creator>Mounting Remote Shares Via SSH &#171; A Conservative Techie</dc:creator>
		<pubDate>Fri, 05 Jan 2007 22:50:42 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=237#comment-553</guid>
		<description>[...] Thoughts from a Conservative point of view in regards to technology    &#171; strange&#160;maps    Mounting Remote Shares Via&#160;SSH January 6th, 2007   Found this great article on how to mount shares in Ubuntu via SSH and will haveto work on doing this myself as I&#8217;m accessing shares all the time. [...]</description>
		<content:encoded><![CDATA[<p>[...] Thoughts from a Conservative point of view in regards to technology    &laquo; strange&nbsp;maps    Mounting Remote Shares Via&nbsp;SSH January 6th, 2007   Found this great article on how to mount shares in Ubuntu via SSH and will haveto work on doing this myself as I&#8217;m accessing shares all the time. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: basic (User agent is rejected)
Database Caching 4/8 queries in 0.005 seconds using disk: basic
Object Caching 311/315 objects using disk: basic

Served from: ubuntu-tutorials.com @ 2012-02-09 23:31:37 -->
