<?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>ServerGrove Blog &#187; SSH</title>
	<atom:link href="http://blog.servergrove.com/tag/ssh/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.servergrove.com</link>
	<description>VPS &#38; Shared Hosting, symfony, Zend Framework, Rails, Adobe Flex, Hosting News, Web Design Tips, Webhosting and more....</description>
	<lastBuildDate>Tue, 31 Aug 2010 19:26:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>SSH strange error: Host key verification failed</title>
		<link>http://blog.servergrove.com/2010/08/02/ssh-strange-error-host-key-verification-failed/</link>
		<comments>http://blog.servergrove.com/2010/08/02/ssh-strange-error-host-key-verification-failed/#comments</comments>
		<pubDate>Mon, 02 Aug 2010 19:43:19 +0000</pubDate>
		<dc:creator>Pablo</dc:creator>
				<category><![CDATA[Shared Hosting]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[scp]]></category>
		<category><![CDATA[SSH]]></category>

		<guid isPermaLink="false">http://blog.servergrove.com/?p=1298</guid>
		<description><![CDATA[Today we came across a quite uncommon error with SSH. The error actually happened when trying to clone a github repository. When trying to connect to the remote server, we were getting &#8220;Host key verification failed.&#8221;. The SSH keys were there, but the connection was dying. The problem was solved when adding the remote server&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>Today we came across a quite uncommon error with SSH. The error actually happened when trying to clone a github repository. When trying to connect to the remote server, we were getting &#8220;Host key verification failed.&#8221;. The SSH keys were there, but the connection was dying.</p>
<p>The problem was solved when adding the remote server&#8217;s key to the  .ssh/known_hosts file, but why didn&#8217;t ssh add the key to this file  automatically as it always does? Well, this was happening inside a CHROOT environment, so more debugging was needed.</p>
<p>After running the ssh git@github.com command with strace, we noticed that the /dev/tty device file did not exist, and the ssh commands could not prompt us to confirm that we wanted to add the key to the known_hosts file. The solution was quite simple, copy the /dev/tty device file to the dev directory of the CHROOT environment. After this, everything worked as expected.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.servergrove.com/2010/08/02/ssh-strange-error-host-key-verification-failed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting up sftp in Dreamweaver using a specific sftp port</title>
		<link>http://blog.servergrove.com/2009/11/29/sftp-in-dreamweaver-sftp-port/</link>
		<comments>http://blog.servergrove.com/2009/11/29/sftp-in-dreamweaver-sftp-port/#comments</comments>
		<pubDate>Sun, 29 Nov 2009 05:42:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Dreamweaver]]></category>
		<category><![CDATA[SFTP]]></category>
		<category><![CDATA[SSH]]></category>

		<guid isPermaLink="false">http://blog.servergrove.com/?p=743</guid>
		<description><![CDATA[SFTP stands for SSH File Transfer Protocol and it uses the SSH protocol to reliably and securely transfer files. While using sftp on Dreamweaver is not too complicated, setting it up to use a specific port is not well documented. SFTP uses the same port as SSH, the default port is 22 but it is [...]]]></description>
			<content:encoded><![CDATA[<p>SFTP stands for SSH File Transfer Protocol and it uses the SSH protocol to reliably and securely transfer files. While using sftp on Dreamweaver is not too complicated, setting it up to use a specific port is not well documented. SFTP uses the same port as SSH, the default port is 22 but it is not uncommon that you will be assigned a custom port as this is a standard practice to avoid brute force SSH scanning.</p>
<p><strong>Setting up SFTP on Dreamweaver</strong></p>
<p>Open up the sites manager and choose to setup a new site.</p>
<p><img class="aligncenter size-full wp-image-745" title="sftp dreamweaver 1" src="http://blog.servergrove.com/wp-content/uploads/2009/11/sftp_dw.png" alt="sftp dreamweaver 1" width="226" height="323" /></p>
<p>Proceed to setup the site as you normally would any other site on Dreamweaver. Once you get to the &#8220;remote setup&#8221; you will need to define the port number. The default port for sftp in Dreamweaver is port 22. If you select you want to use sftp and do not define the port number, Dreamweaver will automatically try to use port 22. To use an alternate port you must define it in the FTP Host field like this &#8221; hostname:portnumber &#8220;. So if I want to access files on example.com using port 21324 I would put in the FTP host field example.com:21324</p>
<p><img class="aligncenter size-full wp-image-746" title="Setting up sftp using dreamweaver" src="http://blog.servergrove.com/wp-content/uploads/2009/11/sftp_dw1.png" alt="Setting up sftp using dreamweaver" width="705" height="682" /></p>
<p>Once you are done, click on test connection to verify if everything is working correctly.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.servergrove.com/2009/11/29/sftp-in-dreamweaver-sftp-port/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
