<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Linux Explore &#187; Secure File Transfer Protocol</title>
	<atom:link href="https://blog.linuxexplore.com/tag/secure-file-transfer-protocol/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.linuxexplore.com</link>
	<description>Exploring Linux</description>
	<lastBuildDate>Mon, 07 Apr 2014 00:30:50 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.0.38</generator>
	<item>
		<title>SFTP (Secure File Transfer Protocol) With Dropbear</title>
		<link>https://blog.linuxexplore.com/2009/09/15/sftp-secure-file-transfer-protocol-with-dropbear/</link>
		<comments>https://blog.linuxexplore.com/2009/09/15/sftp-secure-file-transfer-protocol-with-dropbear/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 16:50:02 +0000</pubDate>
		<dc:creator><![CDATA[linuxexplore]]></dc:creator>
				<category><![CDATA[Linux Explore How to]]></category>
		<category><![CDATA[dropbear]]></category>
		<category><![CDATA[Secure File Transfer Protocol]]></category>
		<category><![CDATA[SFTP]]></category>
		<category><![CDATA[SSH server]]></category>
		<category><![CDATA[sshd]]></category>

		<guid isPermaLink="false">http://linuxexplore.wordpress.com/?p=154</guid>
		<description><![CDATA[Configure Dropbear SSH server SSH server can’t work independently, it require SSH server (like dropbear) to run. Dropbear require libz &#38; libcrypto to run, so please first install them (if not install already). To install the dropbear SSH server, follow the steps given below. -bash-3.2# tar –xvf dropbear-0.52.tar.bz2 -bash-3.2# cd dropbear-0.52 -bash-3.2# ./configure -bash-3.2# make&#8230;]]></description>
				<content:encoded><![CDATA[<h1>Configure Dropbear SSH server</h1>
<p>SSH server can’t work independently, it require SSH server (like dropbear) to run. Dropbear require <strong>libz</strong> &amp; <strong>libcrypto</strong> to run, so please first install them (if not install already). To install the <strong>dropbear SSH server</strong>, follow the steps given below.</p>
<p>-bash-3.2# tar –xvf dropbear-0.52.tar.bz2</p>
<p>-bash-3.2# cd dropbear-0.52</p>
<p>-bash-3.2# ./configure</p>
<p>-bash-3.2# make PROGRAMS=&#8221;dropbear dbclient dropbearkey dropbearconvert scp&#8221;</p>
<p>-bash-3.2# make PROGRAMS=&#8221;dropbear dbclient dropbearkey dropbearconvert scp&#8221; install</p>
<p>It will install the dropbear SSH server. Now you can create the softlink of <strong>dbclient</strong> as <strong>ssh.</strong> It is not mandatory, you can also use <strong>dbclient</strong> instead of <strong>ssh</strong> command.</p>
<p>-bash-3.2# ln –s /usr/local/bin/dbclient /usr/bin/ssh</p>
<p>To start the dropbear SSH server, first create the <strong>dss</strong> &amp; <strong>rsa</strong> keys (for the encryption of SSH packets) in <strong>/etc/dropbear</strong> directory. SSH server does work without encryption, so it is mandatory to create the keys.</p>
<p>-bash-3.2# dropbearkey –t dss –f /etc/dropbear/dropbear_dss_host_key</p>
<p>-bash-3.2# dropbearkey –t rsa –f /etc/dropbear/dropbear_rsa_host_key</p>
<p>Now <strong>dropbear </strong>can<strong> </strong>be started simply by following command.</p>
<p>-bash-3.2# dropbear</p>
<p>If above will done properly you can connect your system via SSH.</p>
<p><a href="http://linuxexplore.wordpress.com/how-tos/sftp-secure-file-transfer-protocol-with-dropbear/" target="_self">View Complete Topic</a></p>
]]></content:encoded>
			<wfw:commentRss>https://blog.linuxexplore.com/2009/09/15/sftp-secure-file-transfer-protocol-with-dropbear/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
