Good day, CASPERites!
I'm trying to log in to a ROACH PPC through a tunnel which goes through
the ROACH controller host and a firewall. On my side I do this:
kuiper@kuiper:~/.ssh$ ssh -v -p 60001 root@localhost
OpenSSH_5.5p1 Debian-6+squeeze2, OpenSSL 0.9.8o 01 Jun 2010
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug1: Connecting to localhost [127.0.0.1] port 60001.
debug1: Connection established.
debug1: identity file /home/kuiper/.ssh/id_rsa type 1
debug1: Checking blacklist file /usr/share/ssh/blacklist.RSA-2048
debug1: Checking blacklist file /etc/ssh/blacklist.RSA-2048
debug1: identity file /home/kuiper/.ssh/id_rsa-cert type -1
debug1: identity file /home/kuiper/.ssh/id_dsa type 2
debug1: Checking blacklist file /usr/share/ssh/blacklist.DSA-1024
debug1: Checking blacklist file /etc/ssh/blacklist.DSA-1024
debug1: identity file /home/kuiper/.ssh/id_dsa-cert type -1
ssh_exchange_identification: Connection closed by remote host
On the ROACH PPC I see this:
root@roach1:~# channel 3: open failed: connect failed: Connection refused
After a previous attempt I had put my ssh public keys in
roach1:/root/.ssh/authorized_keys but it made no difference. I wonder
if there is something in the sshd_config file on the ROACH PPC that's
getting in the way.
I can chain a bunch of ssh commands together and log in to roach1 with
only one authentication at the firewall. However, I want to log in to
the ROACH PPC as a separate command on my local system because what I
really want to do is sshfs.
Any suggestions would be greatly appreciated.
Best regards,
Tom