<?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 for </title>
	<atom:link href="http://meshfields.de/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://meshfields.de</link>
	<description>Portfolio and Blog about Web design and IT</description>
	<lastBuildDate>Sat, 28 Jan 2012 06:34:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on ExternalInterface Call with AS3 and Javascript by Mak</title>
		<link>http://meshfields.de/externalinterface-call-as3-javascript/#comment-12944</link>
		<dc:creator>Mak</dc:creator>
		<pubDate>Sat, 28 Jan 2012 06:34:21 +0000</pubDate>
		<guid isPermaLink="false">http://meshfields.de/blog/?p=63#comment-12944</guid>
		<description>You are correct in having to put it in live environment first. Thanks.</description>
		<content:encoded><![CDATA[<p>You are correct in having to put it in live environment first. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SFTP with chroot jail on CentOS by Adam</title>
		<link>http://meshfields.de/sftp-chroot-centos/#comment-12773</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Mon, 16 Jan 2012 21:54:44 +0000</pubDate>
		<guid isPermaLink="false">http://meshfields.de/?p=1463#comment-12773</guid>
		<description>Thanks for the help, one question how do I set the default file permissions for uploads?</description>
		<content:encoded><![CDATA[<p>Thanks for the help, one question how do I set the default file permissions for uploads?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mask animation with jQuery and CSS by Azhar Kamar</title>
		<link>http://meshfields.de/mask-animation-jquery-css/#comment-11785</link>
		<dc:creator>Azhar Kamar</dc:creator>
		<pubDate>Sat, 19 Nov 2011 04:53:35 +0000</pubDate>
		<guid isPermaLink="false">http://meshfields.de/blog/?p=284#comment-11785</guid>
		<description>Good one Todd, gonna use that for my project. Thanks!</description>
		<content:encoded><![CDATA[<p>Good one Todd, gonna use that for my project. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ExternalInterface Call with AS3 and Javascript by Growan Technologies Pvt. Ltd.</title>
		<link>http://meshfields.de/externalinterface-call-as3-javascript/#comment-11668</link>
		<dc:creator>Growan Technologies Pvt. Ltd.</dc:creator>
		<pubDate>Thu, 10 Nov 2011 05:47:20 +0000</pubDate>
		<guid isPermaLink="false">http://meshfields.de/blog/?p=63#comment-11668</guid>
		<description>Thanks, helped a lot</description>
		<content:encoded><![CDATA[<p>Thanks, helped a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SFTP with chroot jail on CentOS by Dave</title>
		<link>http://meshfields.de/sftp-chroot-centos/#comment-11128</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Fri, 30 Sep 2011 21:15:39 +0000</pubDate>
		<guid isPermaLink="false">http://meshfields.de/?p=1463#comment-11128</guid>
		<description>I tried this with Fedora 2.6.40.4-5.fc15.i686.PAE and OpenSSH_5.6p1, OpenSSL 1.0.0e-fips and every time I try to put as pete I get:
Uploading /tmp/testfile to /upload/testfile
remote open(&quot;/upload/testfile&quot;): Permission denied

sshd_config
Subsystem       sftp    internal-sftp
AllowGroups fullssh sftponly

Match Group sftponly
        ChrootDirectory /usr/newdir/sftpdir
        ForceCommand internal-sftp
        X11Forwarding no
        AllowTcpForwarding no

My chroot path is /usr/newdir/sftpdir
1316546 4.0K drwxr-xr-x. 3 root sftponly 4.0K Sep 30 16:37 /usr/newdir/sftpdir/

and a subdir of upload
1316549 4.0K drwxrwxr-x. 2 pete sftponly 4.0K Sep 30 16:37 /usr/newdir/sftpdir/upload

We&#039;re setting this up new so the installs are all fresh; no updates/upgrades.  Even when I try to login as another user(not in group sftponly) I can not put even though the user goes to its home(/home/user) directory.

We did not install openssh the same way you did.  We just installed through the GUI installer.
rpm -qa &#124; grep ssh
openssh-server-5.6p1-34.fc15.1.i686
libssh2-1.2.7-1.fc15.i686
openssh-clients-5.6p1-34.fc15.1.i686
openssh-5.6p1-34.fc15.1.i686

Any ideas?  Every article/blog I see has pretty much the same simple instructions but I keep getting the same results so it must be something I&#039;m doing here.</description>
		<content:encoded><![CDATA[<p>I tried this with Fedora 2.6.40.4-5.fc15.i686.PAE and OpenSSH_5.6p1, OpenSSL 1.0.0e-fips and every time I try to put as pete I get:<br />
Uploading /tmp/testfile to /upload/testfile<br />
remote open(&#8220;/upload/testfile&#8221;): Permission denied</p>
<p>sshd_config<br />
Subsystem       sftp    internal-sftp<br />
AllowGroups fullssh sftponly</p>
<p>Match Group sftponly<br />
        ChrootDirectory /usr/newdir/sftpdir<br />
        ForceCommand internal-sftp<br />
        X11Forwarding no<br />
        AllowTcpForwarding no</p>
<p>My chroot path is /usr/newdir/sftpdir<br />
1316546 4.0K drwxr-xr-x. 3 root sftponly 4.0K Sep 30 16:37 /usr/newdir/sftpdir/</p>
<p>and a subdir of upload<br />
1316549 4.0K drwxrwxr-x. 2 pete sftponly 4.0K Sep 30 16:37 /usr/newdir/sftpdir/upload</p>
<p>We&#8217;re setting this up new so the installs are all fresh; no updates/upgrades.  Even when I try to login as another user(not in group sftponly) I can not put even though the user goes to its home(/home/user) directory.</p>
<p>We did not install openssh the same way you did.  We just installed through the GUI installer.<br />
rpm -qa | grep ssh<br />
openssh-server-5.6p1-34.fc15.1.i686<br />
libssh2-1.2.7-1.fc15.i686<br />
openssh-clients-5.6p1-34.fc15.1.i686<br />
openssh-5.6p1-34.fc15.1.i686</p>
<p>Any ideas?  Every article/blog I see has pretty much the same simple instructions but I keep getting the same results so it must be something I&#8217;m doing here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SFTP with chroot jail on CentOS by millsy</title>
		<link>http://meshfields.de/sftp-chroot-centos/#comment-10064</link>
		<dc:creator>millsy</dc:creator>
		<pubDate>Sun, 21 Aug 2011 13:47:36 +0000</pubDate>
		<guid isPermaLink="false">http://meshfields.de/?p=1463#comment-10064</guid>
		<description>Great tutorial - I&#039;ve got Chrooted users working fine, but the FTP client then stops reporting the actual name and group of the owner - instead it only reports the uid and the gid.  Removing the jail returns the name and group as normal but allows the user access to the whole filesystem.  Have you noticed this?</description>
		<content:encoded><![CDATA[<p>Great tutorial &#8211; I&#8217;ve got Chrooted users working fine, but the FTP client then stops reporting the actual name and group of the owner &#8211; instead it only reports the uid and the gid.  Removing the jail returns the name and group as normal but allows the user access to the whole filesystem.  Have you noticed this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mindtouch 400 Bad Request / Response Status Code: 0 by Tom</title>
		<link>http://meshfields.de/mindtouch-400-bad-request/#comment-9905</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Wed, 17 Aug 2011 07:55:56 +0000</pubDate>
		<guid isPermaLink="false">http://meshfields.de/?p=1556#comment-9905</guid>
		<description>Hi! thanks for your help.

I have some questions. Trying to look at the log I get the error: &quot; WARN  MindTouch.Deki.DekiChangeSubscriptionService - unable to get page authorizations from instance &#039;default&#039;&quot;

Also, after I changed permissions as you suggested, page templates do not show up, except for the default. I&#039;ve waited more than 24 hours.</description>
		<content:encoded><![CDATA[<p>Hi! thanks for your help.</p>
<p>I have some questions. Trying to look at the log I get the error: &#8221; WARN  MindTouch.Deki.DekiChangeSubscriptionService &#8211; unable to get page authorizations from instance &#8216;default&#8217;&#8221;</p>
<p>Also, after I changed permissions as you suggested, page templates do not show up, except for the default. I&#8217;ve waited more than 24 hours.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SFTP with chroot jail on CentOS by Jail time: CentOS 5.6 + OpenSSH SFTP Chroot jails &#124; Virtual Knuckles</title>
		<link>http://meshfields.de/sftp-chroot-centos/#comment-9522</link>
		<dc:creator>Jail time: CentOS 5.6 + OpenSSH SFTP Chroot jails &#124; Virtual Knuckles</dc:creator>
		<pubDate>Mon, 08 Aug 2011 20:29:57 +0000</pubDate>
		<guid isPermaLink="false">http://meshfields.de/?p=1463#comment-9522</guid>
		<description>[...] OpenSSH first before we configure our jails. We&#8217;ll be doing this from source. Thanks to http://meshfields.de/sftp-chroot-centos/ and [...]</description>
		<content:encoded><![CDATA[<p>[...] OpenSSH first before we configure our jails. We&#8217;ll be doing this from source. Thanks to <a href="http://meshfields.de/sftp-chroot-centos/" rel="nofollow">http://meshfields.de/sftp-chroot-centos/</a> and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Install Magento on Unix with mcrypt by Ryan</title>
		<link>http://meshfields.de/install-magento-unix/#comment-7607</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Tue, 19 Jul 2011 10:03:57 +0000</pubDate>
		<guid isPermaLink="false">http://meshfields.de/?p=700#comment-7607</guid>
		<description>Thanks a lot, that saved me a lot of time. How much time have you spent working with Magento? You so are an internet specialist at it!

Thanks again, Ryan.</description>
		<content:encoded><![CDATA[<p>Thanks a lot, that saved me a lot of time. How much time have you spent working with Magento? You so are an internet specialist at it!</p>
<p>Thanks again, Ryan.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bitcoin Mining on Fedora Core 15 by Stephan Kristyn</title>
		<link>http://meshfields.de/bitcoin-fedora/#comment-4341</link>
		<dc:creator>Stephan Kristyn</dc:creator>
		<pubDate>Fri, 01 Jul 2011 00:20:22 +0000</pubDate>
		<guid isPermaLink="false">http://meshfields.de/?p=1603#comment-4341</guid>
		<description>You could try #bitcoin on Freenode/IRC or #bitcoins.lc on Quakenet.org. They will help you.</description>
		<content:encoded><![CDATA[<p>You could try #bitcoin on Freenode/IRC or #bitcoins.lc on Quakenet.org. They will help you.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

