<?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: Use Dropbear SSH to save memory</title>
	<atom:link href="http://hostingfu.com/article/use-dropbear-ssh-to-save-memory/feed" rel="self" type="application/rss+xml" />
	<link>http://hostingfu.com/article/use-dropbear-ssh-to-save-memory</link>
	<description>Web Hosting Blog by a Software Developer</description>
	<lastBuildDate>Fri, 02 Jul 2010 10:59:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: scotty</title>
		<link>http://hostingfu.com/article/use-dropbear-ssh-to-save-memory/comment-page-#comment-84</link>
		<dc:creator>scotty</dc:creator>
		<pubDate>Mon, 05 Nov 2007 22:19:38 +0000</pubDate>
		<guid isPermaLink="false">http://hostingfu.com/?p=28#comment-84</guid>
		<description>&lt;p&gt;Use -E to log into stderr instead of syslog.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Use -E to log into stderr instead of syslog.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: orvtech</title>
		<link>http://hostingfu.com/article/use-dropbear-ssh-to-save-memory/comment-page-1#comment-85</link>
		<dc:creator>orvtech</dc:creator>
		<pubDate>Mon, 05 Nov 2007 16:02:13 +0000</pubDate>
		<guid isPermaLink="false">http://hostingfu.com/?p=28#comment-85</guid>
		<description>&lt;p&gt;is there a way to have a custom log besides /var/log/messages ? i do not have /dev/log and syslog, metalog wont start so i would like dropbear to log to /var/log/dropbear. &lt;/p&gt;
&lt;p&gt;regards.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>is there a way to have a custom log besides /var/log/messages ? i do not have /dev/log and syslog, metalog wont start so i would like dropbear to log to /var/log/dropbear. </p>
<p>regards.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joey</title>
		<link>http://hostingfu.com/article/use-dropbear-ssh-to-save-memory/comment-page-1#comment-83</link>
		<dc:creator>Joey</dc:creator>
		<pubDate>Thu, 30 Nov 2006 17:31:10 +0000</pubDate>
		<guid isPermaLink="false">http://hostingfu.com/?p=28#comment-83</guid>
		<description>&lt;p&gt;A lot of FTP clients open a second connection for file transfers, in addition to the one for the file listing. Some clients allow you to change this behavior. I&#039;m fairly certain that with SmartFTP you can do it either way.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>A lot of FTP clients open a second connection for file transfers, in addition to the one for the file listing. Some clients allow you to change this behavior. I&#8217;m fairly certain that with SmartFTP you can do it either way.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kurtk</title>
		<link>http://hostingfu.com/article/use-dropbear-ssh-to-save-memory/comment-page-#comment-81</link>
		<dc:creator>kurtk</dc:creator>
		<pubDate>Fri, 10 Nov 2006 01:20:49 +0000</pubDate>
		<guid isPermaLink="false">http://hostingfu.com/?p=28#comment-81</guid>
		<description>&lt;p&gt;Thanks for the feedback! WinSCP works with SFTP. I can successfully transfer files from my Windows pc to my Linux/OpenVZ VPS. Excellent! &lt;/p&gt;
&lt;p&gt;Here is what happens with Filezilla, using Servertype of &lt;strong&gt;SFTP using SSH2&lt;/strong&gt;. I have &lt;code&gt;log_on_success = HOST PID&lt;/code&gt; in &lt;strong&gt;/etc/xinetd.conf&lt;/strong&gt;. I do see a new entry written to &lt;strong&gt;/var/log/syslog&lt;/strong&gt; when Filezilla starts of &lt;strong&gt;START: ssh pid=15663 from=76.165.209&lt;/strong&gt;. And &lt;strong&gt;ps aux&lt;/strong&gt; shows a second instance of &lt;strong&gt;dropbear -i&lt;/strong&gt; (in addition to the instance for Putty). And &lt;strong&gt;usr/lib/sftp-server&lt;/strong&gt; is now shown to also be running. &lt;/p&gt;
&lt;p&gt;But when I start a file transfer within Filezilla, another new entry is written to the &lt;strong&gt;/etc/log/syslog&lt;/strong&gt; of &lt;strong&gt;START: ssh pid=3946 from=76.165.209&lt;/strong&gt;, and doing &lt;strong&gt;ps aux&lt;/strong&gt; now shows another, third instance of &lt;strong&gt;dropbear -i&lt;/strong&gt; and a new, second instance of &lt;strong&gt;usr/lib/sftp-server&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;I guess I&#039;ll stick with WinSCP.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Thanks for the feedback! WinSCP works with SFTP. I can successfully transfer files from my Windows pc to my Linux/OpenVZ VPS. Excellent! </p>
<p>Here is what happens with Filezilla, using Servertype of <strong>SFTP using SSH2</strong>. I have <code>log_on_success = HOST PID</code> in <strong>/etc/xinetd.conf</strong>. I do see a new entry written to <strong>/var/log/syslog</strong> when Filezilla starts of <strong>START: ssh pid=15663 from=76.165.209</strong>. And <strong>ps aux</strong> shows a second instance of <strong>dropbear -i</strong> (in addition to the instance for Putty). And <strong>usr/lib/sftp-server</strong> is now shown to also be running. </p>
<p>But when I start a file transfer within Filezilla, another new entry is written to the <strong>/etc/log/syslog</strong> of <strong>START: ssh pid=3946 from=76.165.209</strong>, and doing <strong>ps aux</strong> now shows another, third instance of <strong>dropbear -i</strong> and a new, second instance of <strong>usr/lib/sftp-server</strong>.</p>
<p>I guess I&#8217;ll stick with WinSCP.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: scotty</title>
		<link>http://hostingfu.com/article/use-dropbear-ssh-to-save-memory/comment-page-1#comment-82</link>
		<dc:creator>scotty</dc:creator>
		<pubDate>Thu, 09 Nov 2006 22:57:49 +0000</pubDate>
		<guid isPermaLink="false">http://hostingfu.com/?p=28#comment-82</guid>
		<description>&lt;p&gt;Kurt,&lt;/p&gt;
&lt;p&gt;SFTP is a special module that belongs to OpenSSH. You&#039;ll find that in /usr/lib/misc/sftp-server (at least on my Gentoo boxes). Dropbear does not support SFTP by itself, but has reported to work with OpenSSH installed.&lt;/p&gt;
&lt;p&gt;Alternatively you can use the SCP protocol to copy files. WinSCP supports SCP natively, and gives you a similar explorer-like interface.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Kurt,</p>
<p>SFTP is a special module that belongs to OpenSSH. You&#8217;ll find that in /usr/lib/misc/sftp-server (at least on my Gentoo boxes). Dropbear does not support SFTP by itself, but has reported to work with OpenSSH installed.</p>
<p>Alternatively you can use the SCP protocol to copy files. WinSCP supports SCP natively, and gives you a similar explorer-like interface.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kurtk</title>
		<link>http://hostingfu.com/article/use-dropbear-ssh-to-save-memory/comment-page-1#comment-80</link>
		<dc:creator>kurtk</dc:creator>
		<pubDate>Thu, 09 Nov 2006 20:55:28 +0000</pubDate>
		<guid isPermaLink="false">http://hostingfu.com/?p=28#comment-80</guid>
		<description>&lt;p&gt;Thanks for the helpful article. If you want to use Filezilla to connect using sftp, does dropbear need openssh server? &lt;/p&gt;
&lt;p&gt;I installed dropbear. I kept &lt;code&gt;NO_START=0&lt;/code&gt; in &lt;strong&gt;/etc/default/dropbear&lt;/strong&gt;. I removed the init script for openssh:&lt;br /&gt;
&lt;code&gt;update-rc.d -f ssh remove&lt;/code&gt;. I installed xinetd, and created an xinetd configuration file similar to yours in /etc/xinetd.d/dropbear. Both putty and Filezilla worked fine -- until I decided to remove openssh server, thinking I no longer needed it. But then Filezilla could no longer connect using sftp.&lt;/p&gt;
&lt;p&gt;--kurt&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Thanks for the helpful article. If you want to use Filezilla to connect using sftp, does dropbear need openssh server? </p>
<p>I installed dropbear. I kept <code>NO_START=0</code> in <strong>/etc/default/dropbear</strong>. I removed the init script for openssh:<br />
<code>update-rc.d -f ssh remove</code>. I installed xinetd, and created an xinetd configuration file similar to yours in /etc/xinetd.d/dropbear. Both putty and Filezilla worked fine &#8212; until I decided to remove openssh server, thinking I no longer needed it. But then Filezilla could no longer connect using sftp.</p>
<p>&#8211;kurt</p>
]]></content:encoded>
	</item>
</channel>
</rss>
