<?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: scp authentication in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/scp-authentication/m-p/2655017#M756397</link>
    <description>You know what?  You and I might just learn a little about OpenSSH before this is done!&lt;BR /&gt;&lt;BR /&gt;Okay, how about posting the complete command or script and the error message you are getting.&lt;BR /&gt;&lt;BR /&gt;Darrell</description>
    <pubDate>Fri, 01 Feb 2002 16:46:18 GMT</pubDate>
    <dc:creator>Darrell Allen</dc:creator>
    <dc:date>2002-02-01T16:46:18Z</dc:date>
    <item>
      <title>scp authentication</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scp-authentication/m-p/2654999#M756379</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I would like to run scp between a server with OS 10.20 and 11.00&lt;BR /&gt;&lt;BR /&gt;I've downloaded respected files (openssh,openssl and zlib ) and installed it. I also configured it (Thanks to some prevoius postings) My problem is While scp it still asks for the password. How do I get rid of this. &lt;BR /&gt;BTW, I've created private and public files with ssh-keygen and copied over the .pub file on target server.&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Jan 2002 20:51:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scp-authentication/m-p/2654999#M756379</guid>
      <dc:creator>Rushank</dc:creator>
      <dc:date>2002-01-29T20:51:54Z</dc:date>
    </item>
    <item>
      <title>Re: scp authentication</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scp-authentication/m-p/2655000#M756380</link>
      <description>This might help ..&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xbe69039599eed5118ff40090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xbe69039599eed5118ff40090279cd0f9,00.html&lt;/A&gt;</description>
      <pubDate>Tue, 29 Jan 2002 23:24:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scp-authentication/m-p/2655000#M756380</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-01-29T23:24:00Z</dc:date>
    </item>
    <item>
      <title>Re: scp authentication</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scp-authentication/m-p/2655001#M756381</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Did you create the authorization and identification files in the directory? If not, it still prompts to ask for password.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;Kenny.</description>
      <pubDate>Wed, 30 Jan 2002 01:39:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scp-authentication/m-p/2655001#M756381</guid>
      <dc:creator>Kenny Chau</dc:creator>
      <dc:date>2002-01-30T01:39:49Z</dc:date>
    </item>
    <item>
      <title>Re: scp authentication</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scp-authentication/m-p/2655002#M756382</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Did you generate your key pair without a passphrase?  I believe you need to do that as well (at least you do in the commercial ssh).&lt;BR /&gt;&lt;BR /&gt;Can you ssh to the same system without having to provide a password?&lt;BR /&gt;&lt;BR /&gt;Darrell</description>
      <pubDate>Wed, 30 Jan 2002 01:45:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scp-authentication/m-p/2655002#M756382</guid>
      <dc:creator>Darrell Allen</dc:creator>
      <dc:date>2002-01-30T01:45:18Z</dc:date>
    </item>
    <item>
      <title>Re: scp authentication</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scp-authentication/m-p/2655003#M756383</link>
      <description>check on the remote server if sshd_config&lt;BR /&gt;or sshd2_config has been configured to use&lt;BR /&gt;publickey authentication.  &lt;BR /&gt;&lt;BR /&gt;Also make sure on the remote host, you have &lt;BR /&gt;the public key added to the authorized_keys or&lt;BR /&gt;authrization etc file.&lt;BR /&gt;&lt;BR /&gt;To help troubleshoot, use the -v option with scp.</description>
      <pubDate>Wed, 30 Jan 2002 06:50:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scp-authentication/m-p/2655003#M756383</guid>
      <dc:creator>Wilfred Chau_1</dc:creator>
      <dc:date>2002-01-30T06:50:40Z</dc:date>
    </item>
    <item>
      <title>Re: scp authentication</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scp-authentication/m-p/2655004#M756384</link>
      <description>Well,&lt;BR /&gt;&lt;BR /&gt;I've created identification and authorization files.  sshd_config file is configured for publickey, While creating passpharse I 've enterered some password.&lt;BR /&gt;&lt;BR /&gt;I 've read various postings related to ssh/scp in this forum, some of the postings explains about authoriaztion file, and some says authorization_key file. Do I need to create this file. If yes What should this file contain.? &lt;BR /&gt;And some postings says file called id_dsa_1024 etc..  I'm really confused which is correct file.&lt;BR /&gt;I'am using scp and ssh ver 3.0. on OS 10.20 and 11.00.&lt;BR /&gt;My sshd_config file for public key is like this.&lt;BR /&gt;&lt;BR /&gt;RSAAuthentication yes&lt;BR /&gt;PubkeyAuthentication yes&lt;BR /&gt;AuthorizedKeysFile      %h/.ssh/authorized_keys</description>
      <pubDate>Wed, 30 Jan 2002 14:55:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scp-authentication/m-p/2655004#M756384</guid>
      <dc:creator>Rushank</dc:creator>
      <dc:date>2002-01-30T14:55:38Z</dc:date>
    </item>
    <item>
      <title>Re: scp authentication</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scp-authentication/m-p/2655005#M756385</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You need to create the authorization and the identification files. The authorization file will contain all the public key that generate from other servers. Also the identification file will contain the private key that generate from the original machine.&lt;BR /&gt;&lt;BR /&gt;eg. In Server 03&lt;BR /&gt;# cat authorizationb&lt;BR /&gt;Key id_dsa_1024_01.pub ##Server 01&lt;BR /&gt;Key id_dsa_1024_02.pub ##Server 02&lt;BR /&gt;Key id_dsa_1024_04.pub ##Server 04&lt;BR /&gt;Key id_dsa_1024_05.pub ##Server 05&lt;BR /&gt;&lt;BR /&gt;# cat identification&lt;BR /&gt;IdKey id_dsa_1024_03&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;Kenny.</description>
      <pubDate>Thu, 31 Jan 2002 08:50:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scp-authentication/m-p/2655005#M756385</guid>
      <dc:creator>Kenny Chau</dc:creator>
      <dc:date>2002-01-31T08:50:43Z</dc:date>
    </item>
    <item>
      <title>Re: scp authentication</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scp-authentication/m-p/2655006#M756386</link>
      <description>I tried all this but unfortunetly  no progress. I'm trying to execute ssh between 11.00 and 10.20 box. Is that a issue..?&lt;BR /&gt; I mean client is 11.00 and I'm trying to reach on 10.2 box&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 31 Jan 2002 17:45:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scp-authentication/m-p/2655006#M756386</guid>
      <dc:creator>Rushank</dc:creator>
      <dc:date>2002-01-31T17:45:58Z</dc:date>
    </item>
    <item>
      <title>Re: scp authentication</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scp-authentication/m-p/2655007#M756387</link>
      <description>This is the screen shot when I run&lt;BR /&gt;$/opt/openssh2/bin/ssh -v user2@remotehost&lt;BR /&gt;debug1: authentications that can continue: publickey,password,keyboard-interactive&lt;BR /&gt;debug1: next auth method to try is publickey&lt;BR /&gt;debug1: try privkey: /home/user2/.ssh/id_rsa&lt;BR /&gt;debug1: try privkey: /home/user2/.ssh/id_dsa&lt;BR /&gt;debug1: next auth method to try is keyboard-interactive&lt;BR /&gt;debug1: authentications that can continue: publickey,password,keyboard-interactive&lt;BR /&gt;debug1: next auth method to try is password&lt;BR /&gt;user2@remotehost's password:&lt;BR /&gt;&lt;BR /&gt;I have  to give here unix password for that user. &lt;BR /&gt;&lt;BR /&gt;Secondly I don't have file with name like id_dsa_1024..  but instead I've identity.pub identity &lt;BR /&gt;</description>
      <pubDate>Thu, 31 Jan 2002 17:56:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scp-authentication/m-p/2655007#M756387</guid>
      <dc:creator>Rushank</dc:creator>
      <dc:date>2002-01-31T17:56:30Z</dc:date>
    </item>
    <item>
      <title>Re: scp authentication</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scp-authentication/m-p/2655008#M756388</link>
      <description>Hi (again),&lt;BR /&gt;&lt;BR /&gt;identity is the default name used for protocol 1 rsa keys.  id_dsa_1024 is the default name for protocol 2 dsa 1024 bit keys.&lt;BR /&gt;&lt;BR /&gt;man ssh-keygen for more info.  You can choose which type key you want to use.  By default, ssh-keygen creates protocol 1 keys.  You should choose a protocol 2 key because of increased security.&lt;BR /&gt;&lt;BR /&gt;Assuming you downloaded the package from an HP software porting center, the man page will be in /opt/openssh2/man.  Add that to you MANPATH.&lt;BR /&gt;&lt;BR /&gt;From above I see your sshd_config file allows RSA authentication so create your key pair with:  ssh-keygen -t rsa&lt;BR /&gt;You will be prompted for the key file with the default $HOME/.ssh/id_rsa listed.  You will then be prompted for a passphrase.  If you leave this blank you can use rsa authentication without a password.  However, it is better to enter a passphrase and use ssh-add to add your passphrase into memory.  I am no expert in ssh-add but I believe that's would be best.  man ssh-add.&lt;BR /&gt;&lt;BR /&gt;I also see from your sshd-config that you keys should be in $HOME/.ssh/authorized_keys.  Use that, not authorization.&lt;BR /&gt;&lt;BR /&gt;I wish I could be more clear.  My experience has been with a commercial version of SSH which has different defaults.  I'm just now coming up with OpenSSH but I'm fairly sure what I've written here is true.&lt;BR /&gt;&lt;BR /&gt;Darrell</description>
      <pubDate>Thu, 31 Jan 2002 19:09:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scp-authentication/m-p/2655008#M756388</guid>
      <dc:creator>Darrell Allen</dc:creator>
      <dc:date>2002-01-31T19:09:06Z</dc:date>
    </item>
    <item>
      <title>Re: scp authentication</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scp-authentication/m-p/2655009#M756389</link>
      <description>Thanks Darrel, I created rsa -keys and then did ssh-add. but still asks for password.&lt;BR /&gt;Few questions:&lt;BR /&gt;1.Do I need to run sshd-agent on the source ?? &lt;BR /&gt;2. Is there any changes to be made in sshd_config file not to ask password everytime?&lt;BR /&gt;3. What exactly I need to put in authorization_keys file. ( Is it Key adentity.pub or I need o copy identity.pub as authorized_keys)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 31 Jan 2002 19:43:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scp-authentication/m-p/2655009#M756389</guid>
      <dc:creator>Rushank</dc:creator>
      <dc:date>2002-01-31T19:43:01Z</dc:date>
    </item>
    <item>
      <title>Re: scp authentication</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scp-authentication/m-p/2655010#M756390</link>
      <description>I just got it to work doing the following:&lt;BR /&gt;&lt;BR /&gt;-Start sshd on the remote system.  See the attached sshd_config I used.&lt;BR /&gt;&lt;BR /&gt;-Generate key pair on local system:&lt;BR /&gt;  ssh-keygen -t rsa&lt;BR /&gt;  use default file name (id_rsa)&lt;BR /&gt;  enter a passphrase&lt;BR /&gt;&lt;BR /&gt;-Copy id_rsa.pub from local system to remote system's $HOME/.ssh/authorized_keys&lt;BR /&gt;&lt;BR /&gt;-Run ssh-agent (no options) on the local system&lt;BR /&gt;&lt;BR /&gt;-Verify SSH_AUTH_SOCK and SSH_AGENT_PID are set in your current shell (env | grep SSH).  If not, set them as shown from the ssh-agent output.&lt;BR /&gt;&lt;BR /&gt;-Add a passphrase into the ssh-agent's memory:&lt;BR /&gt;  ssh-add id_rsa&lt;BR /&gt;  enter the passphrase (the one you created the keys with) when prompted&lt;BR /&gt;&lt;BR /&gt;-ssh to the remote system&lt;BR /&gt;&lt;BR /&gt;Darrell</description>
      <pubDate>Thu, 31 Jan 2002 22:49:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scp-authentication/m-p/2655010#M756390</guid>
      <dc:creator>Darrell Allen</dc:creator>
      <dc:date>2002-01-31T22:49:49Z</dc:date>
    </item>
    <item>
      <title>Re: scp authentication</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scp-authentication/m-p/2655011#M756391</link>
      <description>If you are not in $HOME/.ssh directory, you need to specify the full path to id_rsa with the ssh-add command:&lt;BR /&gt;  ssh-add $HOME/.ssh/id_rsa&lt;BR /&gt;&lt;BR /&gt;Also, it appears you have to set SSH_AUTH_SOCK and SSH_AGENT_PID manually after running ssh-agent.&lt;BR /&gt;&lt;BR /&gt;Darrell</description>
      <pubDate>Thu, 31 Jan 2002 22:55:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scp-authentication/m-p/2655011#M756391</guid>
      <dc:creator>Darrell Allen</dc:creator>
      <dc:date>2002-01-31T22:55:53Z</dc:date>
    </item>
    <item>
      <title>Re: scp authentication</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scp-authentication/m-p/2655012#M756392</link>
      <description>I have removed the need for login's with a slightly different method. Almost a lazy method, so I am unsure if this is the best way to solve the problem.&lt;BR /&gt;&lt;BR /&gt;I am currently in an environment on a private intranet, so attack from outside isn't an issue. We have always user .rhosts and rlogin/remsh so this ssh solution is a slight improvement.&lt;BR /&gt;&lt;BR /&gt;Generate keys on each and every server so that an identity.pub key is generated for the particular user (e.g. root) within directory ~/.ssh&lt;BR /&gt;&lt;BR /&gt;This is in format (for the particular bit strength)&lt;BR /&gt;1024 XX XXXXX......XXXXXX root@servername&lt;BR /&gt;&lt;BR /&gt;NOTE: I use a blank passphrase when generating this particular key. I believe this might be the key to not requiring a password, but I have not tested with a passphrase to ensure this.&lt;BR /&gt;&lt;BR /&gt;For 10 servers you will have 10 of these files&lt;BR /&gt;All in servername:~/.ssh/identity.pub&lt;BR /&gt;&lt;BR /&gt;1024 XX XXXXX......XXXXXX root@server1&lt;BR /&gt;1024 XX XXXXX......XXXXXX root@server2&lt;BR /&gt;...&lt;BR /&gt;1024 XX XXXXX......XXXXXX root@server10&lt;BR /&gt;&lt;BR /&gt;Using rcp on a single server having access to all servers, create a file containing all 10 identity pub's&lt;BR /&gt;&lt;BR /&gt;E.g.&lt;BR /&gt;&lt;BR /&gt;From server1&lt;BR /&gt;&lt;BR /&gt;for i in server1 server2 server3 .....&lt;BR /&gt;do&lt;BR /&gt;     rcp i:/.ssh/identity.pub /tmp/identity.$i&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;You will then have 10 identity.pub files.&lt;BR /&gt;Concatenate these 10 files together so that you have 10 identity.pub's in one file.&lt;BR /&gt;&lt;BR /&gt;Rcp this back out to the 10 server's naming the concatenated file as ~/.ssh/authorized_keys&lt;BR /&gt;&lt;BR /&gt;Now, root@server3 for example will be able to ssh as root to server6 without password.&lt;BR /&gt;You will however for the first login in a particular direction, require answering yes to adding to known hosts.&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;&lt;BR /&gt;Glenn</description>
      <pubDate>Thu, 31 Jan 2002 23:13:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scp-authentication/m-p/2655012#M756392</guid>
      <dc:creator>Glenn L. Stewart</dc:creator>
      <dc:date>2002-01-31T23:13:40Z</dc:date>
    </item>
    <item>
      <title>Re: scp authentication</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scp-authentication/m-p/2655013#M756393</link>
      <description>Hi Darell, &lt;BR /&gt;&lt;BR /&gt;Yes that solved my problem , Thanks a lot. I' Think I was doing mistake in ssh-add command &lt;BR /&gt;I'll analyze it and inform.&lt;BR /&gt;Thanks once again&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 31 Jan 2002 23:30:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scp-authentication/m-p/2655013#M756393</guid>
      <dc:creator>Rushank</dc:creator>
      <dc:date>2002-01-31T23:30:41Z</dc:date>
    </item>
    <item>
      <title>Re: scp authentication</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scp-authentication/m-p/2655014#M756394</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Once the SSH_AUTH_SOCK SSH_AGENT_PID set in users environment ssh started working. But now scp doesn't work!  I get this error.&lt;BR /&gt;&lt;BR /&gt;ksh: scp:  not found&lt;BR /&gt;lost connection&lt;BR /&gt;&lt;BR /&gt;My command is /opt/openssh2/scp filename user@remotehost:/home/dir&lt;BR /&gt;&lt;BR /&gt;Any clue..?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 01 Feb 2002 15:52:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scp-authentication/m-p/2655014#M756394</guid>
      <dc:creator>Rushank</dc:creator>
      <dc:date>2002-02-01T15:52:37Z</dc:date>
    </item>
    <item>
      <title>Re: scp authentication</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scp-authentication/m-p/2655015#M756395</link>
      <description>scp is in /opt/openssh2/bin&lt;BR /&gt;&lt;BR /&gt;Darrell</description>
      <pubDate>Fri, 01 Feb 2002 16:06:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scp-authentication/m-p/2655015#M756395</guid>
      <dc:creator>Darrell Allen</dc:creator>
      <dc:date>2002-02-01T16:06:06Z</dc:date>
    </item>
    <item>
      <title>Re: scp authentication</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scp-authentication/m-p/2655016#M756396</link>
      <description>YES.. All the the file ssh, scp sftp are in /opt/openssh2/bin directory&lt;BR /&gt;and has execute permissions</description>
      <pubDate>Fri, 01 Feb 2002 16:38:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scp-authentication/m-p/2655016#M756396</guid>
      <dc:creator>Rushank</dc:creator>
      <dc:date>2002-02-01T16:38:06Z</dc:date>
    </item>
    <item>
      <title>Re: scp authentication</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scp-authentication/m-p/2655017#M756397</link>
      <description>You know what?  You and I might just learn a little about OpenSSH before this is done!&lt;BR /&gt;&lt;BR /&gt;Okay, how about posting the complete command or script and the error message you are getting.&lt;BR /&gt;&lt;BR /&gt;Darrell</description>
      <pubDate>Fri, 01 Feb 2002 16:46:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scp-authentication/m-p/2655017#M756397</guid>
      <dc:creator>Darrell Allen</dc:creator>
      <dc:date>2002-02-01T16:46:18Z</dc:date>
    </item>
    <item>
      <title>Re: scp authentication</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scp-authentication/m-p/2655018#M756398</link>
      <description>&lt;BR /&gt;Here is my command &lt;BR /&gt;&lt;BR /&gt;If I try /opt/openssh2/bin/scp without any syntex &lt;BR /&gt;&lt;BR /&gt;usage: scp [-pqrvBC46] [-F config] [-S ssh] [-P port] [-c cipher] [-i identity]&lt;BR /&gt;           [-o option] f1 f2&lt;BR /&gt;   or: scp [options] f1 ... fn directory&lt;BR /&gt;&lt;BR /&gt;This means It is reading scp file&lt;BR /&gt;&lt;BR /&gt;But then If I  try &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;$/opt/openssh2/bin/scp -v sysinfo.sh remotehost:/home/scptest&lt;BR /&gt;&lt;BR /&gt;I get this error &lt;BR /&gt;&lt;BR /&gt;debug1: send SSH2_MSG_SERVICE_REQUEST&lt;BR /&gt;debug1: service_accept: ssh-userauth&lt;BR /&gt;debug1: got SSH2_MSG_SERVICE_ACCEPT&lt;BR /&gt;debug1: authentications that can continue: publickey,password,keyboard-interactive&lt;BR /&gt;debug1: next auth method to try is publickey&lt;BR /&gt;debug1: userauth_pubkey_agent: testing agent key id_rsa&lt;BR /&gt;debug1: input_userauth_pk_ok: pkalg ssh-rsa blen 149 lastkey 40023f88 hint -1&lt;BR /&gt;debug1: ssh-userauth2 successful: method publickey&lt;BR /&gt;debug1: fd 8 setting O_NONBLOCK&lt;BR /&gt;debug1: fd 9 setting O_NONBLOCK&lt;BR /&gt;debug1: channel 0: new [client-session]&lt;BR /&gt;debug1: send channel open 0&lt;BR /&gt;debug1: Entering interactive session.&lt;BR /&gt;debug1: ssh_session2_setup: id 0&lt;BR /&gt;debug1: Sending command: scp -v -t /home/scptest&lt;BR /&gt;debug1: channel 0: open confirm rwindow 0 rmax 16384&lt;BR /&gt;debug1: channel 0: rcvd eof&lt;BR /&gt;debug1: channel 0: output open -&amp;gt; drain&lt;BR /&gt;debug1: client_input_channel_req: channel 0 rtype exit-status reply 0&lt;BR /&gt;debug1: channel 0: rcvd close&lt;BR /&gt;debug1: channel 0: input open -&amp;gt; closed&lt;BR /&gt;debug1: channel 0: close_read&lt;BR /&gt;debug1: channel 0: obuf empty&lt;BR /&gt;debug1: channel 0: output drain -&amp;gt; closed&lt;BR /&gt;debug1: channel 0: close_write&lt;BR /&gt;ksh: scp:  not found&lt;BR /&gt;debug1: channel 0: almost dead&lt;BR /&gt;debug1: channel 0: gc: notify user&lt;BR /&gt;debug1: channel 0: gc: user detached&lt;BR /&gt;debug1: channel 0: send close&lt;BR /&gt;debug1: channel 0: is dead&lt;BR /&gt;debug1: channel 0: garbage collecting&lt;BR /&gt;debug1: channel_free: channel 0: client-session, nchannels 1&lt;BR /&gt;debug1: fd 0 clearing O_NONBLOCK&lt;BR /&gt;debug1: fd 1 clearing O_NONBLOCK&lt;BR /&gt;debug1: Transferred: stdin 0, stdout 0, stderr 0 bytes in 0.1 seconds&lt;BR /&gt;debug1: Bytes per second: stdin 0.0, stdout 0.0, stderr 0.0&lt;BR /&gt;debug1: Exit status 1&lt;BR /&gt;debug1: writing PRNG seed to file /home/scptest/.ssh/prng_seed&lt;BR /&gt;lost connection&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 01 Feb 2002 17:03:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scp-authentication/m-p/2655018#M756398</guid>
      <dc:creator>Rushank</dc:creator>
      <dc:date>2002-02-01T17:03:20Z</dc:date>
    </item>
  </channel>
</rss>

