<?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: sftp exit debug1: Exit status 255 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sftp-exit-debug1-exit-status-255/m-p/3613997#M741963</link>
    <description>ssh -vvv&lt;BR /&gt;&lt;BR /&gt;sshd -ddd</description>
    <pubDate>Mon, 29 Aug 2005 10:28:23 GMT</pubDate>
    <dc:creator>RAC_1</dc:creator>
    <dc:date>2005-08-29T10:28:23Z</dc:date>
    <item>
      <title>sftp exit debug1: Exit status 255</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sftp-exit-debug1-exit-status-255/m-p/3613994#M741960</link>
      <description>I have ssh/sftp connections set up between us and several clients.  One of the clients has changed machines and I am working with him to get our connection working once again for public key authenication, We get the publickey authenication but a disconnect within seconds.  (It is working fine with the other 2, same account and public key).  I know it is on his side that is disonnecting after the successful public key. His server is running on a PC and I have &lt;BR /&gt;HP-UX_Secure_Shell-A.03.81.002, HP_UX Secure Shell version.  I just need to know if anyone has seen the error below and could give me some idea what to tell my client vendor what is wrong.  I am googled out a lot of similar problem but no corrective answer.&lt;BR /&gt;&lt;BR /&gt;debug1: Next authentication method: publickey&lt;BR /&gt;debug1: Offering public key: /root/.ssh/id_rsa&lt;BR /&gt;debug2: we sent a publickey packet, wait for reply&lt;BR /&gt;debug1: Server accepts key: pkalg ssh-rsa blen 149&lt;BR /&gt;debug2: input_userauth_pk_ok: fp f9:a0:1e:a3:91:85:1f:49:3d:36:c2:c3:31:99:95:36&lt;BR /&gt;debug1: read PEM private key done: type RSA&lt;BR /&gt;debug1: Authentication succeeded (publickey).&lt;BR /&gt;debug1: channel 0: new [client-session]&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: ssh_session2_setup: id 0&lt;BR /&gt;debug2: channel 0: request pty-req&lt;BR /&gt;debug2: channel 0: request shell&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 Aug 29 10:00:40 2005 from chiana.bchp.com&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-status 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;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;Connection to imports.ne16.com closed.&lt;BR /&gt;debug1: Transferred: stdin 0, stdout 0, stderr 40 bytes in 1.0 seconds&lt;BR /&gt;debug1: Bytes per second: stdin 0.0, stdout 0.0, stderr 41.7&lt;BR /&gt;debug1: Exit status 255&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Aug 2005 10:12:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sftp-exit-debug1-exit-status-255/m-p/3613994#M741960</guid>
      <dc:creator>Belinda Dermody</dc:creator>
      <dc:date>2005-08-29T10:12:44Z</dc:date>
    </item>
    <item>
      <title>Re: sftp exit debug1: Exit status 255</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sftp-exit-debug1-exit-status-255/m-p/3613995#M741961</link>
      <description>When one of the computers in a public key connection is changed out, public keys must be exchanged anew.&lt;BR /&gt;&lt;BR /&gt;I don't think there is anything else wrong. You might want to be more current on ssh/sftp, but I think the issue is public keys. and maybe entries in the known_hosts files.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 29 Aug 2005 10:20:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sftp-exit-debug1-exit-status-255/m-p/3613995#M741961</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-08-29T10:20:18Z</dc:date>
    </item>
    <item>
      <title>Re: sftp exit debug1: Exit status 255</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sftp-exit-debug1-exit-status-255/m-p/3613996#M741962</link>
      <description>I already gave him the public keys to process again.  But the public key is not the issue because as you can see in the debug publickey authenication was accepted and the connection was made.  I also corrected the known host files as stated... The permissions and ownership of the server files are also for the correct client...</description>
      <pubDate>Mon, 29 Aug 2005 10:26:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sftp-exit-debug1-exit-status-255/m-p/3613996#M741962</guid>
      <dc:creator>Belinda Dermody</dc:creator>
      <dc:date>2005-08-29T10:26:56Z</dc:date>
    </item>
    <item>
      <title>Re: sftp exit debug1: Exit status 255</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sftp-exit-debug1-exit-status-255/m-p/3613997#M741963</link>
      <description>ssh -vvv&lt;BR /&gt;&lt;BR /&gt;sshd -ddd</description>
      <pubDate>Mon, 29 Aug 2005 10:28:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sftp-exit-debug1-exit-status-255/m-p/3613997#M741963</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2005-08-29T10:28:23Z</dc:date>
    </item>
    <item>
      <title>Re: sftp exit debug1: Exit status 255</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sftp-exit-debug1-exit-status-255/m-p/3613998#M741964</link>
      <description>I only had dsa keys created, once I created rsa keys and put the public keys in his authorized_keys file, everything worked correctly.  Did not have rsa keys for the first system...&lt;BR /&gt;&lt;BR /&gt;Thanks for the assistance as always.</description>
      <pubDate>Tue, 30 Aug 2005 08:45:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sftp-exit-debug1-exit-status-255/m-p/3613998#M741964</guid>
      <dc:creator>Belinda Dermody</dc:creator>
      <dc:date>2005-08-30T08:45:48Z</dc:date>
    </item>
  </channel>
</rss>

