So, did debug verbosity (-vvv) or specifying a port (-p 2222) help any to understand the problem?<div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Dec 13, 2012 at 7:13 PM, Robin Haberman <span dir="ltr"><<a href="mailto:robin.haberman@gmail.com" target="_blank">robin.haberman@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">It's in the text I am following for an Hadoop platform.<br>
<div class="HOEnZb"><div class="h5"><br>
On Thu, Dec 13, 2012 at 6:53 PM, Ronald Chmara <<a href="mailto:ronabop@gmail.com">ronabop@gmail.com</a>> wrote:<br>
> Try ssh - vvv? That should give a bunch more data...<br>
><br>
> On Dec 13, 2012 6:42 PM, "Robin Haberman" <<a href="mailto:robin.haberman@gmail.com">robin.haberman@gmail.com</a>> wrote:<br>
>><br>
>> I need some feedback from the group. By the way I have gone to<br>
>> the Ubuntu and Internet forums and found answers all over the place<br>
>> about this problem.<br>
>><br>
>> One of the sub-projects I am working on is to set up a Hadoop<br>
>> testbed (single-node cluster) on Ubuntu 11.10 (just a stripped down<br>
>> 32 bit P5 loaded with hard drives). I am working from a paper by<br>
>> Michael G. Noll, dated August 5, 2007 (last updated: June 29, 2012) .<br>
>> The part where I am having problems is to get the SSH set up by<br>
>> connecting to the local machine with the hduser user. I keep getting<br>
>> the following message:<br>
>><br>
>> no4@no4-PCV-RX550-UC:~$ ssh localhost<br>
>> ssh: connect to host localhost port 22: Connection refused<br>
>> no4@no4-PCV-RX550-UC:~$<br>
>><br>
>> I have run through a number of steps to make sure I have both the<br>
>> ssh server and client loaded, reloaded – working and running. But I<br>
>> still run into the same error message. What am I missing?<br>
>><br>
>> Any help would be appreciated.<br>
>> Thanks, Robin<br>
>><br>
>> CLI output listed below<br>
>><br>
>><br>
>> no4@no4-PCV-RX550-UC:~$ sudo service ssh status<br>
>> ssh start/running, process 24048<br>
>><br>
>><br>
>> no4@no4-PCV-RX550-UC:~$ dpkg -l | grep ssh<br>
>> ii openssh-client 1:5.8p1-7ubuntu1<br>
>> secure shell (SSH) client, for secure access to<br>
>> remote machines<br>
>> ii openssh-server 1:5.8p1-7ubuntu1<br>
>> secure shell (SSH) server, for secure access from<br>
>> remote machines<br>
>> ii ssh 1:5.8p1-7ubuntu1<br>
>> secure shell client and server (metapackage)<br>
>> ii ssh-askpass-gnome 1:5.8p1-7ubuntu1<br>
>> interactive X program to prompt users for a<br>
>> passphrase for ssh-add<br>
>> ii ssh-import-id 2.5-0ubuntu2<br>
>> securely retrieve an SSH public key and install it<br>
>> locally<br>
>><br>
>><br>
>> no4@no4-PCV-RX550-UC:~$ sudo iptables -L | grep ssh<br>
>> ACCEPT tcp -- anywhere anywhere tcp dpt:ssh<br>
>> ACCEPT udp -- anywhere anywhere udp dpt:ssh<br>
>> ACCEPT tcp -- anywhere anywhere tcp dpt:ssh<br>
>> ACCEPT udp -- anywhere anywhere udp dpt:ssh<br>
>><br>
>><br>
>> no4@no4-PCV-RX550-UC:~$ sudo netstat -anp | grep sshd<br>
>> tcp 0 0 <a href="http://0.0.0.0:2222" target="_blank">0.0.0.0:2222</a> 0.0.0.0:*<br>
>> LISTEN 24048/sshd<br>
>> tcp6 0 0 :::2222 :::*<br>
>> LISTEN 24048/sshd<br>
>><br>
>> --<br>
>> Ubuntu-us-or mailing list<br>
>> <a href="mailto:Ubuntu-us-or@lists.ubuntu.com">Ubuntu-us-or@lists.ubuntu.com</a><br>
>> Modify settings or unsubscribe at:<br>
>> <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or" target="_blank">https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or</a><br>
><br>
><br>
> --<br>
> Ubuntu-us-or mailing list<br>
> <a href="mailto:Ubuntu-us-or@lists.ubuntu.com">Ubuntu-us-or@lists.ubuntu.com</a><br>
> Modify settings or unsubscribe at:<br>
> <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or" target="_blank">https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or</a><br>
><br>
<br>
--<br>
Ubuntu-us-or mailing list<br>
<a href="mailto:Ubuntu-us-or@lists.ubuntu.com">Ubuntu-us-or@lists.ubuntu.com</a><br>
Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or" target="_blank">https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-or</a><br>
</div></div></blockquote></div><br></div>