<?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: Setup OpenSSH Server on Ubuntu Linux</title>
	<atom:link href="http://www.howtogeek.com/howto/ubuntu/setup-openssh-server-on-ubuntu-linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.howtogeek.com/howto/ubuntu/setup-openssh-server-on-ubuntu-linux/</link>
	<description>Computer Help from your Friendly How-To Geek</description>
	<lastBuildDate>Sat, 21 Nov 2009 07:48:42 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Matthew Miller</title>
		<link>http://www.howtogeek.com/howto/ubuntu/setup-openssh-server-on-ubuntu-linux/comment-page-1/#comment-79481</link>
		<dc:creator>Matthew Miller</dc:creator>
		<pubDate>Sat, 07 Nov 2009 15:22:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/ubuntu/setup-openssh-server-on-ubuntu-linux/#comment-79481</guid>
		<description>Better than just blindly accepting the key as good, verify the fingerprint. Run:

sudo ssh-keygen -l -f /etc/ssh/ssh_host_rsa_key.pub 

on the server (in this case, localhost). In this example, it&#039;s not so important, but it&#039;s good to ask for this from the sysadmin of remote systems you might connect to (or to provide it to your own users). That way, you know the initial connection isn&#039;t subject to a man-in-the-middle attack.</description>
		<content:encoded><![CDATA[<p>Better than just blindly accepting the key as good, verify the fingerprint. Run:</p>
<p>sudo ssh-keygen -l -f /etc/ssh/ssh_host_rsa_key.pub </p>
<p>on the server (in this case, localhost). In this example, it&#8217;s not so important, but it&#8217;s good to ask for this from the sysadmin of remote systems you might connect to (or to provide it to your own users). That way, you know the initial connection isn&#8217;t subject to a man-in-the-middle attack.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: worldsayshi</title>
		<link>http://www.howtogeek.com/howto/ubuntu/setup-openssh-server-on-ubuntu-linux/comment-page-1/#comment-76608</link>
		<dc:creator>worldsayshi</dc:creator>
		<pubDate>Sun, 13 Sep 2009 21:20:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/ubuntu/setup-openssh-server-on-ubuntu-linux/#comment-76608</guid>
		<description>I&#039;ve just set up a ssh server at home, behind a router. Within the local network it works great. But I&#039;m unsure what is needed to make it work from outside. I think I&#039;ve managed to forward the port through the router although I&#039;m not sure how to test that I made it right. Haven&#039;t been able to connect from the outside yet though. Do I need to adress the specific port? 

That is:

ssh [myglobalip]:22

Is there anything else to think about when connecting through a router?

/thanks</description>
		<content:encoded><![CDATA[<p>I&#8217;ve just set up a ssh server at home, behind a router. Within the local network it works great. But I&#8217;m unsure what is needed to make it work from outside. I think I&#8217;ve managed to forward the port through the router although I&#8217;m not sure how to test that I made it right. Haven&#8217;t been able to connect from the outside yet though. Do I need to adress the specific port? </p>
<p>That is:</p>
<p>ssh [myglobalip]:22</p>
<p>Is there anything else to think about when connecting through a router?</p>
<p>/thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yo</title>
		<link>http://www.howtogeek.com/howto/ubuntu/setup-openssh-server-on-ubuntu-linux/comment-page-1/#comment-74986</link>
		<dc:creator>yo</dc:creator>
		<pubDate>Wed, 05 Aug 2009 17:06:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/ubuntu/setup-openssh-server-on-ubuntu-linux/#comment-74986</guid>
		<description>rantom user:

sudo apt-get install openssh-client</description>
		<content:encoded><![CDATA[<p>rantom user:</p>
<p>sudo apt-get install openssh-client</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rantom user</title>
		<link>http://www.howtogeek.com/howto/ubuntu/setup-openssh-server-on-ubuntu-linux/comment-page-1/#comment-74191</link>
		<dc:creator>rantom user</dc:creator>
		<pubDate>Thu, 09 Jul 2009 17:14:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/ubuntu/setup-openssh-server-on-ubuntu-linux/#comment-74191</guid>
		<description>Hi Recently i friend of mine installed the brand new version of ubuntu on her desktop. I installed openssh-client and server on this machine, and then i did the loop test (ssh localhost) to see if it works, yes it passed the test. However, when i tried to ssh to another machine it didn&#039;t work. Afterwards i decided to apply the same ssh_config settings that i have in my laptop ubuntu installation where i know that ssh is working. Even this trick didn&#039;t fix the problem.
I am totally confused. 
ANY IDEAS?
Thanks beforehand.</description>
		<content:encoded><![CDATA[<p>Hi Recently i friend of mine installed the brand new version of ubuntu on her desktop. I installed openssh-client and server on this machine, and then i did the loop test (ssh localhost) to see if it works, yes it passed the test. However, when i tried to ssh to another machine it didn&#8217;t work. Afterwards i decided to apply the same ssh_config settings that i have in my laptop ubuntu installation where i know that ssh is working. Even this trick didn&#8217;t fix the problem.<br />
I am totally confused.<br />
ANY IDEAS?<br />
Thanks beforehand.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pavsid</title>
		<link>http://www.howtogeek.com/howto/ubuntu/setup-openssh-server-on-ubuntu-linux/comment-page-1/#comment-73007</link>
		<dc:creator>pavsid</dc:creator>
		<pubDate>Sun, 07 Jun 2009 20:26:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/ubuntu/setup-openssh-server-on-ubuntu-linux/#comment-73007</guid>
		<description>I didn&#039;t believe it could be that simple, after spending all night trying to make a connection, failing, creating TLS certificates etc, failing, and then suddenly realising that i hadn&#039;t forwarded port 22 on my router - understood that it really is that simple!

Well, almost. Here&#039;s what you really need to do:
1) completely remove any ftp software you already have installed
2) forward port 22 on ur router
3) install OpenSSH - sudo apt-get install openssh-server
** optional (but recommended):-
4) create a new user on your computer (server) and set their home directory &amp; password
5) connect to the server with SFTP (FileZilla) with the username and password you created and ensure that you have select SFTP option

yes, its a 5 minute job....not 3 hours like i spent</description>
		<content:encoded><![CDATA[<p>I didn&#8217;t believe it could be that simple, after spending all night trying to make a connection, failing, creating TLS certificates etc, failing, and then suddenly realising that i hadn&#8217;t forwarded port 22 on my router &#8211; understood that it really is that simple!</p>
<p>Well, almost. Here&#8217;s what you really need to do:<br />
1) completely remove any ftp software you already have installed<br />
2) forward port 22 on ur router<br />
3) install OpenSSH &#8211; sudo apt-get install openssh-server<br />
** optional (but recommended):-<br />
4) create a new user on your computer (server) and set their home directory &amp; password<br />
5) connect to the server with SFTP (FileZilla) with the username and password you created and ensure that you have select SFTP option</p>
<p>yes, its a 5 minute job&#8230;.not 3 hours like i spent</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.howtogeek.com/howto/ubuntu/setup-openssh-server-on-ubuntu-linux/comment-page-1/#comment-71890</link>
		<dc:creator>John</dc:creator>
		<pubDate>Wed, 13 May 2009 20:57:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/ubuntu/setup-openssh-server-on-ubuntu-linux/#comment-71890</guid>
		<description>Works for Ubuntu 9.04, but I&#039;m like pete.  Is that it?</description>
		<content:encoded><![CDATA[<p>Works for Ubuntu 9.04, but I&#8217;m like pete.  Is that it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Troy</title>
		<link>http://www.howtogeek.com/howto/ubuntu/setup-openssh-server-on-ubuntu-linux/comment-page-1/#comment-70919</link>
		<dc:creator>Troy</dc:creator>
		<pubDate>Sun, 26 Apr 2009 21:32:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/ubuntu/setup-openssh-server-on-ubuntu-linux/#comment-70919</guid>
		<description>Hello Markus, 

ssh&#039;s name has been changed to openssh. Simply type: sudo apt-get install openssh</description>
		<content:encoded><![CDATA[<p>Hello Markus, </p>
<p>ssh&#8217;s name has been changed to openssh. Simply type: sudo apt-get install openssh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Markus</title>
		<link>http://www.howtogeek.com/howto/ubuntu/setup-openssh-server-on-ubuntu-linux/comment-page-1/#comment-70462</link>
		<dc:creator>Markus</dc:creator>
		<pubDate>Thu, 16 Apr 2009 19:32:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/ubuntu/setup-openssh-server-on-ubuntu-linux/#comment-70462</guid>
		<description>Hi, I did that but get the following error:
Reading package lists...done
Building dependency tree
Reading state information... Done
Package ssh s not available, but is referred to by another package.
This may mean that the package is missing, has been ovsoleted, or is only available from another source
However the following packages replace it: openssh -client ssh-askpass-gnome
E: Package ssh has no installation candidate

I just installed ubuntu 8.10</description>
		<content:encoded><![CDATA[<p>Hi, I did that but get the following error:<br />
Reading package lists&#8230;done<br />
Building dependency tree<br />
Reading state information&#8230; Done<br />
Package ssh s not available, but is referred to by another package.<br />
This may mean that the package is missing, has been ovsoleted, or is only available from another source<br />
However the following packages replace it: openssh -client ssh-askpass-gnome<br />
E: Package ssh has no installation candidate</p>
<p>I just installed ubuntu 8.10</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pete</title>
		<link>http://www.howtogeek.com/howto/ubuntu/setup-openssh-server-on-ubuntu-linux/comment-page-1/#comment-68721</link>
		<dc:creator>pete</dc:creator>
		<pubDate>Tue, 17 Mar 2009 00:36:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/ubuntu/setup-openssh-server-on-ubuntu-linux/#comment-68721</guid>
		<description>Is that it?</description>
		<content:encoded><![CDATA[<p>Is that it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kendall Brown</title>
		<link>http://www.howtogeek.com/howto/ubuntu/setup-openssh-server-on-ubuntu-linux/comment-page-1/#comment-61750</link>
		<dc:creator>Kendall Brown</dc:creator>
		<pubDate>Tue, 25 Nov 2008 16:40:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/ubuntu/setup-openssh-server-on-ubuntu-linux/#comment-61750</guid>
		<description>Could you give us a noobs a little more information on setting up an SSH server on Ubuntu 8.10?  I appreciate the tutorial but I have no idea what to do next.  How do I create a key?  If I generated a SSH key with Seahorse can you tell me how to get the SSH server to use it?  How do I create a users list that can access the SSH server?</description>
		<content:encoded><![CDATA[<p>Could you give us a noobs a little more information on setting up an SSH server on Ubuntu 8.10?  I appreciate the tutorial but I have no idea what to do next.  How do I create a key?  If I generated a SSH key with Seahorse can you tell me how to get the SSH server to use it?  How do I create a users list that can access the SSH server?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
