<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: SSH can't connect in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-can-t-connect/m-p/3674091#M244246</link>
    <description>ok, so it lets you in but drops the connection after it tries "authentication agent forwarding" w/ ssh-agent&lt;BR /&gt;&lt;BR /&gt;Are all of the failing clients running the same rev (OpenSSH_3.5p1) as the working clients? Could be a problem with older ssh-agent on clients -vs- a newer ssh on working clients. Maybe you can pick apart those diffs since nothing stands out re: the sshd_config on the server side.&lt;BR /&gt;&lt;BR /&gt;If we think it might have something to do w/ ssh-agent "authentication agent forwarding"... try using the "-a" option from one of the problem clients. The "-a" disables authentication agent forwarding. If you still get "disconnect" then we're not looking at the right thing.&lt;BR /&gt;&lt;BR /&gt;Have you also checked the syslog.log for any hints?&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;-denver</description>
    <pubDate>Fri, 18 Nov 2005 09:03:32 GMT</pubDate>
    <dc:creator>Denver Osborn</dc:creator>
    <dc:date>2005-11-18T09:03:32Z</dc:date>
    <item>
      <title>SSH can't connect</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-can-t-connect/m-p/3674088#M244243</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;I have openssh A.03.91.009 working in 11.23 HPUX, and I'm having problems connecting trought ssh to some of the machines. The strange part is that I can connect to some of them I've configure, but others not, and all of the HP-UX have exactly the same ssh configuration. &lt;BR /&gt;&lt;BR /&gt;Syslog msg after a ssh -v -v -v hostname:&lt;BR /&gt;Disconnecting: bind: Permission denied&lt;BR /&gt;&lt;BR /&gt;It accepts the RSA key before.&lt;BR /&gt;&lt;BR /&gt;The Output of my sshd_config&lt;BR /&gt;Port 22&lt;BR /&gt;Protocol 1,2&lt;BR /&gt;ListenAddress 0.0.0.0&lt;BR /&gt;PermitRootLogin no&lt;BR /&gt;RSAAuthentication yes&lt;BR /&gt;AuthorizedKeysFile      .ssh/authorized_keys&lt;BR /&gt;PasswordAuthentication no&lt;BR /&gt;PermitEmptyPasswords no&lt;BR /&gt;ChallengeResponseAuthentication no&lt;BR /&gt;X11Forwarding yes&lt;BR /&gt;X11UseLocalhost no&lt;BR /&gt;TCPKeepAlive yes&lt;BR /&gt;UseDNS no&lt;BR /&gt;# HostKey for protocol version 1&lt;BR /&gt;HostKey /opt/ssh/etc/ssh_host_key&lt;BR /&gt;# HostKeys for protocol version 2&lt;BR /&gt;HostKey /opt/ssh/etc/ssh_host_rsa_key&lt;BR /&gt;HostKey /opt/ssh/etc/ssh_host_dsa_key&lt;BR /&gt;&lt;BR /&gt;# Lifetime and size of ephemeral version 1 server key&lt;BR /&gt;#KeyRegenerationInterval 1h&lt;BR /&gt;#ServerKeyBits 768&lt;BR /&gt;UsePAM yes&lt;BR /&gt;&lt;BR /&gt;#AllowTcpForwarding yes&lt;BR /&gt;#GatewayPorts no&lt;BR /&gt;#X11DisplayOffset 10&lt;BR /&gt;#PrintMotd yes&lt;BR /&gt;#PrintLastLog yes&lt;BR /&gt;#UseLogin no&lt;BR /&gt;#UsePrivilegeSeparation yes&lt;BR /&gt;#PermitUserEnvironment no&lt;BR /&gt;#Compression yes&lt;BR /&gt;#ClientAliveInterval 0&lt;BR /&gt;#ClientAliveCountMax 3&lt;BR /&gt;#UseDNS yes&lt;BR /&gt;#PidFile /var/run/sshd.pid&lt;BR /&gt;#MaxStartups 10&lt;BR /&gt;&lt;BR /&gt;Any clues on this one? &lt;BR /&gt;</description>
      <pubDate>Thu, 17 Nov 2005 12:28:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-can-t-connect/m-p/3674088#M244243</guid>
      <dc:creator>Sergio Crespo</dc:creator>
      <dc:date>2005-11-17T12:28:49Z</dc:date>
    </item>
    <item>
      <title>Re: SSH can't connect</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-can-t-connect/m-p/3674089#M244244</link>
      <description>could you post the output of "ssh -vvv" from the failed session? It might help troubleshoot...</description>
      <pubDate>Thu, 17 Nov 2005 12:59:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-can-t-connect/m-p/3674089#M244244</guid>
      <dc:creator>Denver Osborn</dc:creator>
      <dc:date>2005-11-17T12:59:20Z</dc:date>
    </item>
    <item>
      <title>Re: SSH can't connect</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-can-t-connect/m-p/3674090#M244245</link>
      <description>Hi... Thankx for the Reply... here it goes...&lt;BR /&gt;&lt;BR /&gt;ssh -vvv &lt;BR /&gt;&lt;BR /&gt;xxx@connector(~/.ssh)$ ssh -vvv thor&lt;BR /&gt;OpenSSH_3.5p1, SSH protocols 1.5/2.0, OpenSSL 0x0090607f&lt;BR /&gt;debug1: Reading configuration data /etc/ssh/ssh_config&lt;BR /&gt;debug1: Applying options for *&lt;BR /&gt;debug3: cipher ok: aes128-cbc [aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc]&lt;BR /&gt;debug3: cipher ok: 3des-cbc [aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc]&lt;BR /&gt;debug3: cipher ok: blowfish-cbc [aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc]&lt;BR /&gt;debug3: cipher ok: cast128-cbc [aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc]&lt;BR /&gt;debug3: cipher ok: arcfour [aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc]&lt;BR /&gt;debug3: cipher ok: aes192-cbc [aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc]&lt;BR /&gt;debug3: cipher ok: aes256-cbc [aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc]&lt;BR /&gt;debug3: ciphers ok: [aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc]&lt;BR /&gt;debug1: Rhosts Authentication disabled, originating port will not be trusted.&lt;BR /&gt;debug1: ssh_connect: needpriv 0&lt;BR /&gt;debug1: Connecting to thor [192.168.1.56] port 22.&lt;BR /&gt;debug1: Connection established.&lt;BR /&gt;debug1: identity file /home/src/.ssh/identity type 0&lt;BR /&gt;debug1: identity file /home/xxx/.ssh/id_rsa type -1&lt;BR /&gt;debug1: identity file /home/xxx/.ssh/id_dsa type -1&lt;BR /&gt;debug1: Remote protocol version 1.99, remote software version OpenSSH_3.9&lt;BR /&gt;debug1: match: OpenSSH_3.9 pat OpenSSH*&lt;BR /&gt;debug1: Local version string SSH-1.5-OpenSSH_3.5p1&lt;BR /&gt;debug1: Waiting for server public key.&lt;BR /&gt;debug1: Received server public key (768 bits) and host key (1024 bits).&lt;BR /&gt;debug3: check_host_in_hostfile: filename /home/xxx/.ssh/known_hosts&lt;BR /&gt;debug3: check_host_in_hostfile: match line 1&lt;BR /&gt;debug1: Host 'thor' is known and matches the RSA1 host key.&lt;BR /&gt;debug1: Found key in /home/src/.ssh/known_hosts:1&lt;BR /&gt;debug1: Encryption type: 3des&lt;BR /&gt;debug1: Sent encrypted session key.&lt;BR /&gt;debug1: cipher_init: set keylen (16 -&amp;gt; 32)&lt;BR /&gt;debug1: cipher_init: set keylen (16 -&amp;gt; 32)&lt;BR /&gt;debug1: Installing crc compensation attack detector.&lt;BR /&gt;debug1: Received encrypted confirmation.&lt;BR /&gt;debug1: Trying RSA authentication via agent with 'xxxx.x.xxxx@xxxxx.pt'&lt;BR /&gt;debug1: Received RSA challenge from server.&lt;BR /&gt;debug1: Sending response to RSA challenge.&lt;BR /&gt;debug1: Remote: RSA authentication accepted.&lt;BR /&gt;debug1: RSA authentication accepted by server.&lt;BR /&gt;debug1: Requesting pty.&lt;BR /&gt;debug3: tty_make_modes: ospeed 38400&lt;BR /&gt;debug3: tty_make_modes: ispeed 38400&lt;BR /&gt;debug3: tty_make_modes: 1 3&lt;BR /&gt;debug3: tty_make_modes: 2 28&lt;BR /&gt;debug3: tty_make_modes: 3 127&lt;BR /&gt;debug3: tty_make_modes: 4 21&lt;BR /&gt;debug3: tty_make_modes: 5 4&lt;BR /&gt;debug3: tty_make_modes: 6 0&lt;BR /&gt;debug3: tty_make_modes: 7 0&lt;BR /&gt;debug3: tty_make_modes: 8 17&lt;BR /&gt;debug3: tty_make_modes: 9 19&lt;BR /&gt;debug3: tty_make_modes: 10 26&lt;BR /&gt;debug3: tty_make_modes: 11 25&lt;BR /&gt;debug3: tty_make_modes: 12 18&lt;BR /&gt;debug3: tty_make_modes: 13 23&lt;BR /&gt;debug3: tty_make_modes: 14 22&lt;BR /&gt;debug3: tty_make_modes: 16 0&lt;BR /&gt;debug3: tty_make_modes: 18 15&lt;BR /&gt;debug3: tty_make_modes: 30 0&lt;BR /&gt;debug3: tty_make_modes: 31 0&lt;BR /&gt;debug3: tty_make_modes: 32 0&lt;BR /&gt;debug3: tty_make_modes: 33 0&lt;BR /&gt;debug3: tty_make_modes: 34 0&lt;BR /&gt;debug3: tty_make_modes: 35 0&lt;BR /&gt;debug3: tty_make_modes: 36 1&lt;BR /&gt;debug3: tty_make_modes: 37 0&lt;BR /&gt;debug3: tty_make_modes: 38 1&lt;BR /&gt;debug3: tty_make_modes: 39 0&lt;BR /&gt;debug3: tty_make_modes: 40 0&lt;BR /&gt;debug3: tty_make_modes: 41 0&lt;BR /&gt;debug3: tty_make_modes: 50 1&lt;BR /&gt;debug3: tty_make_modes: 51 1&lt;BR /&gt;debug3: tty_make_modes: 52 0&lt;BR /&gt;debug3: tty_make_modes: 53 1&lt;BR /&gt;debug3: tty_make_modes: 54 1&lt;BR /&gt;debug3: tty_make_modes: 55 1&lt;BR /&gt;debug3: tty_make_modes: 56 0&lt;BR /&gt;debug3: tty_make_modes: 57 0&lt;BR /&gt;debug3: tty_make_modes: 58 0&lt;BR /&gt;debug3: tty_make_modes: 59 1&lt;BR /&gt;debug3: tty_make_modes: 60 1&lt;BR /&gt;debug3: tty_make_modes: 61 1&lt;BR /&gt;debug3: tty_make_modes: 62 0&lt;BR /&gt;debug3: tty_make_modes: 70 1&lt;BR /&gt;debug3: tty_make_modes: 71 0&lt;BR /&gt;debug3: tty_make_modes: 72 1&lt;BR /&gt;debug3: tty_make_modes: 73 0&lt;BR /&gt;debug3: tty_make_modes: 74 0&lt;BR /&gt;debug3: tty_make_modes: 75 0&lt;BR /&gt;debug3: tty_make_modes: 90 1&lt;BR /&gt;debug3: tty_make_modes: 91 1&lt;BR /&gt;debug3: tty_make_modes: 92 0&lt;BR /&gt;debug3: tty_make_modes: 93 0&lt;BR /&gt;debug1: fd 3 setting TCP_NODELAY&lt;BR /&gt;debug1: Requesting authentication agent forwarding.&lt;BR /&gt;Received disconnect from 192.168.1.56: bind: Permission denied&lt;BR /&gt;debug1: Calling cleanup 0x36e1c(0x0)&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Nov 2005 07:58:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-can-t-connect/m-p/3674090#M244245</guid>
      <dc:creator>Sergio Crespo</dc:creator>
      <dc:date>2005-11-18T07:58:11Z</dc:date>
    </item>
    <item>
      <title>Re: SSH can't connect</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-can-t-connect/m-p/3674091#M244246</link>
      <description>ok, so it lets you in but drops the connection after it tries "authentication agent forwarding" w/ ssh-agent&lt;BR /&gt;&lt;BR /&gt;Are all of the failing clients running the same rev (OpenSSH_3.5p1) as the working clients? Could be a problem with older ssh-agent on clients -vs- a newer ssh on working clients. Maybe you can pick apart those diffs since nothing stands out re: the sshd_config on the server side.&lt;BR /&gt;&lt;BR /&gt;If we think it might have something to do w/ ssh-agent "authentication agent forwarding"... try using the "-a" option from one of the problem clients. The "-a" disables authentication agent forwarding. If you still get "disconnect" then we're not looking at the right thing.&lt;BR /&gt;&lt;BR /&gt;Have you also checked the syslog.log for any hints?&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;-denver</description>
      <pubDate>Fri, 18 Nov 2005 09:03:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-can-t-connect/m-p/3674091#M244246</guid>
      <dc:creator>Denver Osborn</dc:creator>
      <dc:date>2005-11-18T09:03:32Z</dc:date>
    </item>
  </channel>
</rss>

