<?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: OpenSSH login Issue in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/openssh-login-issue/m-p/3563054#M226869</link>
    <description>If Password Auth worked then it leads me to belived there's either a problem with PAM or one sshd doesn't like something w/ PAM... maybe  LDAP is used on this box??&lt;BR /&gt;&lt;BR /&gt;Anyhow, if you troubleshoot further you should look at pam closer. Other wise set use pam to no in the sshd config.&lt;BR /&gt;&lt;BR /&gt;-denver</description>
    <pubDate>Mon, 13 Jun 2005 14:29:02 GMT</pubDate>
    <dc:creator>Denver Osborn</dc:creator>
    <dc:date>2005-06-13T14:29:02Z</dc:date>
    <item>
      <title>OpenSSH login Issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/openssh-login-issue/m-p/3563042#M226857</link>
      <description>Hi,&lt;BR /&gt; I installed OpenSSH version 4.0 (T1471AA) on  one of our HP-UX 11.00. If I ssh from an another server or from local server, it accepts the password but closes the connection immediately. In the syslog it just gives &lt;BR /&gt;&lt;BR /&gt;Jun 13 09:59:46 boxer sshd[2821]: Accepted keyboard-interactive/pam for root from 192.168.32.64 port 61613 ssh2&lt;BR /&gt;&lt;BR /&gt;I tried removing and reinstalling with no luck. I have installed same version on so many other HP-UX 11.00 server and it works fine. &lt;BR /&gt;&lt;BR /&gt;Help Please.&lt;BR /&gt;Thanks in advance</description>
      <pubDate>Mon, 13 Jun 2005 09:08:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/openssh-login-issue/m-p/3563042#M226857</guid>
      <dc:creator>HPP</dc:creator>
      <dc:date>2005-06-13T09:08:01Z</dc:date>
    </item>
    <item>
      <title>Re: OpenSSH login Issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/openssh-login-issue/m-p/3563043#M226858</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Check the root profile or the /etc/profile on the remote server on which you are trying to login using root id. &lt;BR /&gt;&lt;BR /&gt;It is possible that there is a syntax in the root profile or the /etc/profile that may force the root to logout if the login is not from a specific set of ttys say console only.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Mon, 13 Jun 2005 09:18:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/openssh-login-issue/m-p/3563043#M226858</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2005-06-13T09:18:06Z</dc:date>
    </item>
    <item>
      <title>Re: OpenSSH login Issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/openssh-login-issue/m-p/3563044#M226859</link>
      <description>You can invoke ssh in a debug mode by using the -v option. This is a verbose mode and will print information. man ssh&lt;BR /&gt;&lt;BR /&gt;As a wild guess, using different protocols? ssh1 vs. ssh2?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 13 Jun 2005 09:21:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/openssh-login-issue/m-p/3563044#M226859</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2005-06-13T09:21:06Z</dc:date>
    </item>
    <item>
      <title>Re: OpenSSH login Issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/openssh-login-issue/m-p/3563045#M226860</link>
      <description>Hi,&lt;BR /&gt;  Thanks for quick response. I tried in debug mode ssh -v, and below is the output:&lt;BR /&gt;&lt;BR /&gt;# ssh -v root@192.168.32.64&lt;BR /&gt;OpenSSH_4.1, OpenSSL 0.9.7e 25 Oct 2004&lt;BR /&gt;HP-UX Secure Shell-A.04.00.000, HP-UX Secure Shell version&lt;BR /&gt;debug1: Reading configuration data /opt/ssh/etc/ssh_config&lt;BR /&gt;debug1: Connecting to 192.168.32.64 [192.168.32.64] port 22.&lt;BR /&gt;debug1: Connection established.&lt;BR /&gt;debug1: permanently_set_uid: 0/3&lt;BR /&gt;debug1: identity file /.ssh/id_rsa type -1&lt;BR /&gt;debug1: identity file /.ssh/id_dsa type -1&lt;BR /&gt;debug1: Remote protocol version 2.0, remote software version OpenSSH_4.1&lt;BR /&gt;debug1: match: OpenSSH_4.1 pat OpenSSH*&lt;BR /&gt;debug1: Enabling compatibility mode for protocol 2.0&lt;BR /&gt;debug1: Local version string SSH-2.0-OpenSSH_4.1&lt;BR /&gt;debug1: SSH2_MSG_KEXINIT sent&lt;BR /&gt;debug1: SSH2_MSG_KEXINIT received&lt;BR /&gt;debug1: kex: server-&amp;gt;client aes128-cbc hmac-md5 none&lt;BR /&gt;debug1: kex: client-&amp;gt;server aes128-cbc hmac-md5 none&lt;BR /&gt;debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024&amp;lt;1024&amp;lt;8192) sent&lt;BR /&gt;debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP&lt;BR /&gt;debug1: SSH2_MSG_KEX_DH_GEX_INIT sent&lt;BR /&gt;debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY&lt;BR /&gt;debug1: Host '192.168.32.64' is known and matches the RSA host key.&lt;BR /&gt;debug1: Found key in /.ssh/known_hosts:38&lt;BR /&gt;debug1: ssh_rsa_verify: signature correct&lt;BR /&gt;debug1: SSH2_MSG_NEWKEYS sent&lt;BR /&gt;debug1: expecting SSH2_MSG_NEWKEYS&lt;BR /&gt;debug1: SSH2_MSG_NEWKEYS received&lt;BR /&gt;debug1: SSH2_MSG_SERVICE_REQUEST sent&lt;BR /&gt;debug1: SSH2_MSG_SERVICE_ACCEPT received&lt;BR /&gt;debug1: Authentications that can continue: publickey,password,keyboard-interactive&lt;BR /&gt;debug1: Next authentication method: publickey&lt;BR /&gt;debug1: Trying private key: /.ssh/id_rsa&lt;BR /&gt;debug1: Trying private key: /.ssh/id_dsa&lt;BR /&gt;debug1: Next authentication method: keyboard-interactive&lt;BR /&gt;Password: &lt;BR /&gt;debug1: Authentication succeeded (keyboard-interactive).&lt;BR /&gt;debug1: channel 0: new [client-session]&lt;BR /&gt;debug1: Entering interactive session.&lt;BR /&gt;Last login: Mon Jun 13 10:22:40 2005 from atltest&lt;BR /&gt;debug1: client_input_channel_req: channel 0 rtype exit-signal reply 0&lt;BR /&gt;debug1: channel 0: free: client-session, nchannels 1&lt;BR /&gt;Connection to 192.168.32.64 closed.&lt;BR /&gt;debug1: Transferred: stdin 0, stdout 0, stderr 37 bytes in 1.2 seconds&lt;BR /&gt;debug1: Bytes per second: stdin 0.0, stdout 0.0, stderr 31.9&lt;BR /&gt;debug1: Exit status -1&lt;BR /&gt;</description>
      <pubDate>Mon, 13 Jun 2005 09:27:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/openssh-login-issue/m-p/3563045#M226860</guid>
      <dc:creator>HPP</dc:creator>
      <dc:date>2005-06-13T09:27:32Z</dc:date>
    </item>
    <item>
      <title>Re: OpenSSH login Issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/openssh-login-issue/m-p/3563046#M226861</link>
      <description>Check /var/adm/syslog/syslog.log on BOTH the source and destination machines.  There should be more information there.&lt;BR /&gt;&lt;BR /&gt;This is sometimes related to permissions on the home directory being too lax.</description>
      <pubDate>Mon, 13 Jun 2005 09:33:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/openssh-login-issue/m-p/3563046#M226861</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2005-06-13T09:33:47Z</dc:date>
    </item>
    <item>
      <title>Re: OpenSSH login Issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/openssh-login-issue/m-p/3563047#M226862</link>
      <description>Checked the /var/adm/syslog/syslog.log on both client and server, no messages for closing the connections.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Mon, 13 Jun 2005 09:45:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/openssh-login-issue/m-p/3563047#M226862</guid>
      <dc:creator>HPP</dc:creator>
      <dc:date>2005-06-13T09:45:46Z</dc:date>
    </item>
    <item>
      <title>Re: OpenSSH login Issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/openssh-login-issue/m-p/3563048#M226863</link>
      <description>How about running the ssh with "ssh -vvv" for more debug output and adding something like a "set -x" to root's profile just be sure it's nothing to do w/ root's login closing the connection.&lt;BR /&gt;&lt;BR /&gt;Have also narrowed this down to a root only login problem or does it happen for all users?&lt;BR /&gt;&lt;BR /&gt;-denver</description>
      <pubDate>Mon, 13 Jun 2005 11:31:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/openssh-login-issue/m-p/3563048#M226863</guid>
      <dc:creator>Denver Osborn</dc:creator>
      <dc:date>2005-06-13T11:31:54Z</dc:date>
    </item>
    <item>
      <title>Re: OpenSSH login Issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/openssh-login-issue/m-p/3563049#M226864</link>
      <description>Hi,&lt;BR /&gt;  Its happening for all users. Below is the output of ssh -vvv.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ssh -vvv root@192.168.32.64&lt;BR /&gt;OpenSSH_4.1, OpenSSL 0.9.7e 25 Oct 2004&lt;BR /&gt;HP-UX Secure Shell-A.04.00.000, HP-UX Secure Shell version&lt;BR /&gt;debug1: Reading configuration data /opt/ssh/etc/ssh_config&lt;BR /&gt;debug3: RNG is ready, skipping seeding&lt;BR /&gt;debug2: ssh_connect: needpriv 0&lt;BR /&gt;debug1: Connecting to 192.168.32.64 [192.168.32.64] port 22.&lt;BR /&gt;debug1: Connection established.&lt;BR /&gt;debug1: permanently_set_uid: 0/3&lt;BR /&gt;debug1: identity file /.ssh/id_rsa type -1&lt;BR /&gt;debug1: identity file /.ssh/id_dsa type -1&lt;BR /&gt;debug1: Remote protocol version 2.0, remote software version OpenSSH_4.1&lt;BR /&gt;debug1: match: OpenSSH_4.1 pat OpenSSH*&lt;BR /&gt;debug1: Enabling compatibility mode for protocol 2.0&lt;BR /&gt;debug1: Local version string SSH-2.0-OpenSSH_4.1&lt;BR /&gt;debug2: fd 4 setting O_NONBLOCK&lt;BR /&gt;debug3: RNG is ready, skipping seeding&lt;BR /&gt;debug1: SSH2_MSG_KEXINIT sent&lt;BR /&gt;debug1: SSH2_MSG_KEXINIT received&lt;BR /&gt;debug2: kex_parse_kexinit: diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1&lt;BR /&gt;debug2: kex_parse_kexinit: ssh-rsa,ssh-dss&lt;BR /&gt;debug2: kex_parse_kexinit: aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc,rijndael-cbc@lysator.liu.se,aes128-ctr,aes192-ctr,aes256-ctr&lt;BR /&gt;debug2: kex_parse_kexinit: aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc,rijndael-cbc@lysator.liu.se,aes128-ctr,aes192-ctr,aes256-ctr&lt;BR /&gt;debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96&lt;BR /&gt;debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96&lt;BR /&gt;debug2: kex_parse_kexinit: none,zlib&lt;BR /&gt;debug2: kex_parse_kexinit: none,zlib&lt;BR /&gt;debug2: kex_parse_kexinit: &lt;BR /&gt;debug2: kex_parse_kexinit: &lt;BR /&gt;debug2: kex_parse_kexinit: first_kex_follows 0 &lt;BR /&gt;debug2: kex_parse_kexinit: reserved 0 &lt;BR /&gt;debug2: kex_parse_kexinit: diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1&lt;BR /&gt;debug2: kex_parse_kexinit: ssh-rsa,ssh-dss&lt;BR /&gt;debug2: kex_parse_kexinit: aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc,rijndael-cbc@lysator.liu.se,aes128-ctr,aes192-ctr,aes256-ctr&lt;BR /&gt;debug2: kex_parse_kexinit: aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc,rijndael-cbc@lysator.liu.se,aes128-ctr,aes192-ctr,aes256-ctr&lt;BR /&gt;debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96&lt;BR /&gt;debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96&lt;BR /&gt;debug2: kex_parse_kexinit: none,zlib&lt;BR /&gt;debug2: kex_parse_kexinit: none,zlib&lt;BR /&gt;debug2: kex_parse_kexinit: &lt;BR /&gt;debug2: kex_parse_kexinit: &lt;BR /&gt;debug2: kex_parse_kexinit: first_kex_follows 0 &lt;BR /&gt;debug2: kex_parse_kexinit: reserved 0 &lt;BR /&gt;debug2: mac_init: found hmac-md5&lt;BR /&gt;debug1: kex: server-&amp;gt;client aes128-cbc hmac-md5 none&lt;BR /&gt;debug2: mac_init: found hmac-md5&lt;BR /&gt;debug1: kex: client-&amp;gt;server aes128-cbc hmac-md5 none&lt;BR /&gt;debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024&amp;lt;1024&amp;lt;8192) sent&lt;BR /&gt;debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP&lt;BR /&gt;debug2: dh_gen_key: priv key bits set: 144/256&lt;BR /&gt;debug2: bits set: 506/1024&lt;BR /&gt;debug1: SSH2_MSG_KEX_DH_GEX_INIT sent&lt;BR /&gt;debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY&lt;BR /&gt;debug3: check_host_in_hostfile: filename /.ssh/known_hosts&lt;BR /&gt;debug3: check_host_in_hostfile: match line 38&lt;BR /&gt;debug1: Host '192.168.32.64' is known and matches the RSA host key.&lt;BR /&gt;debug1: Found key in /.ssh/known_hosts:38&lt;BR /&gt;debug2: bits set: 496/1024&lt;BR /&gt;debug1: ssh_rsa_verify: signature correct&lt;BR /&gt;debug2: kex_derive_keys&lt;BR /&gt;debug2: set_newkeys: mode 1&lt;BR /&gt;debug1: SSH2_MSG_NEWKEYS sent&lt;BR /&gt;debug1: expecting SSH2_MSG_NEWKEYS&lt;BR /&gt;debug2: set_newkeys: mode 0&lt;BR /&gt;debug1: SSH2_MSG_NEWKEYS received&lt;BR /&gt;debug1: SSH2_MSG_SERVICE_REQUEST sent&lt;BR /&gt;debug2: service_accept: ssh-userauth&lt;BR /&gt;debug1: SSH2_MSG_SERVICE_ACCEPT received&lt;BR /&gt;debug2: key: /.ssh/id_rsa (00000000)&lt;BR /&gt;debug2: key: /.ssh/id_dsa (00000000)&lt;BR /&gt;debug1: Authentications that can continue: publickey,password,keyboard-interactive&lt;BR /&gt;debug3: start over, passed a different list publickey,password,keyboard-interactive&lt;BR /&gt;debug3: preferred publickey,keyboard-interactive,password&lt;BR /&gt;debug3: authmethod_lookup publickey&lt;BR /&gt;debug3: remaining preferred: keyboard-interactive,password&lt;BR /&gt;debug3: authmethod_is_enabled publickey&lt;BR /&gt;debug1: Next authentication method: publickey&lt;BR /&gt;debug1: Trying private key: /.ssh/id_rsa&lt;BR /&gt;debug3: no such identity: /.ssh/id_rsa&lt;BR /&gt;debug1: Trying private key: /.ssh/id_dsa&lt;BR /&gt;debug3: no such identity: /.ssh/id_dsa&lt;BR /&gt;debug2: we did not send a packet, disable method&lt;BR /&gt;debug3: authmethod_lookup keyboard-interactive&lt;BR /&gt;debug3: remaining preferred: password&lt;BR /&gt;debug3: authmethod_is_enabled keyboard-interactive&lt;BR /&gt;debug1: Next authentication method: keyboard-interactive&lt;BR /&gt;debug2: userauth_kbdint&lt;BR /&gt;debug2: we sent a keyboard-interactive packet, wait for reply&lt;BR /&gt;debug2: input_userauth_info_req&lt;BR /&gt;debug2: input_userauth_info_req: num_prompts 1&lt;BR /&gt;Password: &lt;BR /&gt;debug3: packet_send2: adding 32 (len 24 padlen 8 extra_pad 64)&lt;BR /&gt;debug2: input_userauth_info_req&lt;BR /&gt;debug2: input_userauth_info_req: num_prompts 0&lt;BR /&gt;debug3: packet_send2: adding 48 (len 10 padlen 6 extra_pad 64)&lt;BR /&gt;debug1: Authentication succeeded (keyboard-interactive).&lt;BR /&gt;debug1: channel 0: new [client-session]&lt;BR /&gt;debug3: ssh_session2_open: channel_new: 0&lt;BR /&gt;debug2: channel 0: send open&lt;BR /&gt;debug1: Entering interactive session.&lt;BR /&gt;debug2: callback start&lt;BR /&gt;debug2: client_session2_setup: id 0&lt;BR /&gt;debug2: channel 0: request pty-req confirm 0&lt;BR /&gt;debug3: tty_make_modes: ospeed 300&lt;BR /&gt;debug3: tty_make_modes: ispeed 0&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 8&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 255&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 255&lt;BR /&gt;debug3: tty_make_modes: 11 255&lt;BR /&gt;debug3: tty_make_modes: 13 255&lt;BR /&gt;debug3: tty_make_modes: 14 255&lt;BR /&gt;debug3: tty_make_modes: 16 255&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 1&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 1&lt;BR /&gt;debug3: tty_make_modes: 40 1&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 0&lt;BR /&gt;debug3: tty_make_modes: 60 0&lt;BR /&gt;debug3: tty_make_modes: 61 0&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;debug2: channel 0: request shell confirm 0&lt;BR /&gt;debug2: fd 4 setting TCP_NODELAY&lt;BR /&gt;debug2: callback done&lt;BR /&gt;debug2: channel 0: open confirm rwindow 0 rmax 32768&lt;BR /&gt;debug2: channel 0: rcvd adjust 131072&lt;BR /&gt;Last login: Mon Jun 13 10:38:49 2005 from localhost&lt;BR /&gt;debug2: channel 0: rcvd eof&lt;BR /&gt;debug2: channel 0: output open -&amp;gt; drain&lt;BR /&gt;debug2: channel 0: obuf empty&lt;BR /&gt;debug2: channel 0: close_write&lt;BR /&gt;debug2: channel 0: output drain -&amp;gt; closed&lt;BR /&gt;debug1: client_input_channel_req: channel 0 rtype exit-signal reply 0&lt;BR /&gt;debug2: channel 0: rcvd close&lt;BR /&gt;debug2: channel 0: close_read&lt;BR /&gt;debug2: channel 0: input open -&amp;gt; closed&lt;BR /&gt;debug3: channel 0: will not send data after close&lt;BR /&gt;debug2: channel 0: almost dead&lt;BR /&gt;debug2: channel 0: gc: notify user&lt;BR /&gt;debug2: channel 0: gc: user detached&lt;BR /&gt;debug2: channel 0: send close&lt;BR /&gt;debug2: channel 0: is dead&lt;BR /&gt;debug2: channel 0: garbage collecting&lt;BR /&gt;debug1: channel 0: free: client-session, nchannels 1&lt;BR /&gt;debug3: channel 0: status: The following connections are open:&lt;BR /&gt;  #0 client-session (t4 r0 i3/0 o3/0 fd -1/-1 cfd -1)&lt;BR /&gt;&lt;BR /&gt;debug3: channel 0: close_fds r -1 w -1 e 7 c -1&lt;BR /&gt;Connection to 192.168.32.64 closed.&lt;BR /&gt;debug1: Transferred: stdin 0, stdout 0, stderr 37 bytes in 1.4 seconds&lt;BR /&gt;debug1: Bytes per second: stdin 0.0, stdout 0.0, stderr 26.5&lt;BR /&gt;debug1: Exit status -1&lt;BR /&gt;</description>
      <pubDate>Mon, 13 Jun 2005 12:18:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/openssh-login-issue/m-p/3563049#M226864</guid>
      <dc:creator>HPP</dc:creator>
      <dc:date>2005-06-13T12:18:12Z</dc:date>
    </item>
    <item>
      <title>Re: OpenSSH login Issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/openssh-login-issue/m-p/3563050#M226865</link>
      <description>I haven't been able to put my finger on it yet, but it's not using Password Auth when you get the error, it's failing with Keyboard-Interactive. Test your login w/ password auth only to see if it gets you past the ssh exit 255.&lt;BR /&gt;&lt;BR /&gt;ssh -vvv -o PreferredAuthentications=password&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-denver</description>
      <pubDate>Mon, 13 Jun 2005 13:30:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/openssh-login-issue/m-p/3563050#M226865</guid>
      <dc:creator>Denver Osborn</dc:creator>
      <dc:date>2005-06-13T13:30:42Z</dc:date>
    </item>
    <item>
      <title>Re: OpenSSH login Issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/openssh-login-issue/m-p/3563051#M226866</link>
      <description>Start the seperate sshd server (sshd -ddd -p "some_random_port")&lt;BR /&gt;&lt;BR /&gt;Now from client try to connect to server ( ssh -vvv -p "random_port"&lt;BR /&gt;&lt;BR /&gt;"the random_port is port that you chose for sarting sshd on server)&lt;BR /&gt;Post sshd -ddd output from server&lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Mon, 13 Jun 2005 13:41:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/openssh-login-issue/m-p/3563051#M226866</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2005-06-13T13:41:17Z</dc:date>
    </item>
    <item>
      <title>Re: OpenSSH login Issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/openssh-login-issue/m-p/3563052#M226867</link>
      <description>Usually the error code -1 is fatal error. It is caused by wrong configuration. &lt;BR /&gt;&lt;BR /&gt;Have you set pam=yes in sshd_config (or ssh_config-don't remember exact file)&lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Mon, 13 Jun 2005 13:58:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/openssh-login-issue/m-p/3563052#M226867</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2005-06-13T13:58:32Z</dc:date>
    </item>
    <item>
      <title>Re: OpenSSH login Issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/openssh-login-issue/m-p/3563053#M226868</link>
      <description>Denver,&lt;BR /&gt;I used ssh -vvv -o PreferredAuthentications=password&lt;BR /&gt;&lt;BR /&gt;and it worked. Also Made changes sshd_config.&lt;BR /&gt;&lt;BR /&gt;Thanks to all who responded to my questions.&lt;BR /&gt;&lt;BR /&gt;Points will be assigned.&lt;BR /&gt;&lt;BR /&gt;Thank you very much.</description>
      <pubDate>Mon, 13 Jun 2005 14:22:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/openssh-login-issue/m-p/3563053#M226868</guid>
      <dc:creator>HPP</dc:creator>
      <dc:date>2005-06-13T14:22:35Z</dc:date>
    </item>
    <item>
      <title>Re: OpenSSH login Issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/openssh-login-issue/m-p/3563054#M226869</link>
      <description>If Password Auth worked then it leads me to belived there's either a problem with PAM or one sshd doesn't like something w/ PAM... maybe  LDAP is used on this box??&lt;BR /&gt;&lt;BR /&gt;Anyhow, if you troubleshoot further you should look at pam closer. Other wise set use pam to no in the sshd config.&lt;BR /&gt;&lt;BR /&gt;-denver</description>
      <pubDate>Mon, 13 Jun 2005 14:29:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/openssh-login-issue/m-p/3563054#M226869</guid>
      <dc:creator>Denver Osborn</dc:creator>
      <dc:date>2005-06-13T14:29:02Z</dc:date>
    </item>
    <item>
      <title>Re: OpenSSH login Issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/openssh-login-issue/m-p/3563055#M226870</link>
      <description>I have same version of Openssh on different HP-UX 11.00 machine and it works fine. But those machines have latest Patch set. The one which had problems has QPACK June 01. I think it might be OS patch issue.&lt;BR /&gt;&lt;BR /&gt;Thanks again for the response.</description>
      <pubDate>Mon, 13 Jun 2005 14:55:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/openssh-login-issue/m-p/3563055#M226870</guid>
      <dc:creator>HPP</dc:creator>
      <dc:date>2005-06-13T14:55:50Z</dc:date>
    </item>
  </channel>
</rss>

