<?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: Prompt for password just once when setting up sftp/ssh in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/prompt-for-password-just-once-when-setting-up-sftp-ssh/m-p/6699124#M729382</link>
    <description>&lt;P&gt;When I&amp;nbsp;tried using psftp from a Windows box using the same private key I generated on HPUX it actually returned a message saying that it would accept an OpenSSH key.&amp;nbsp; I didn't get that kind of feed back on the HPUX box.&lt;/P&gt;</description>
    <pubDate>Fri, 23 Jan 2015 22:18:40 GMT</pubDate>
    <dc:creator>Paul Maglinger</dc:creator>
    <dc:date>2015-01-23T22:18:40Z</dc:date>
    <item>
      <title>Prompt for password just once when setting up sftp/ssh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/prompt-for-password-just-once-when-setting-up-sftp-ssh/m-p/6697964#M729374</link>
      <description>Running HP-UX 11.31 on our end connecting to unknown sftp server on the other. They want key authentication so passwords are not necessary. We generated a new key and sent the public key to them to install. The username on the remote server is different than any account on our local server. To facilitate the connection we use a command string similar to: sftp -o IdentityFile=vendor_rsa username@files.theirserver.com When we do this we get prompted for a password - but only one time. All subsequent connects are made without a password prompt. Can I get confirmation that this is expected behavior, or once the public key is in place there should never be a prompt for authentication - not even once? If it is expected, could someone point me to supporting documentation? I'm told it should never prompt, but this is the way that it has always behaved. If there is a step that I'm missing that would prevent the "first-time prompt", please point me in the right direction. Thanks!</description>
      <pubDate>Thu, 22 Jan 2015 00:05:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/prompt-for-password-just-once-when-setting-up-sftp-ssh/m-p/6697964#M729374</guid>
      <dc:creator>Paul Maglinger</dc:creator>
      <dc:date>2015-01-22T00:05:39Z</dc:date>
    </item>
    <item>
      <title>Re: Prompt for password just once when setting up sftp/ssh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/prompt-for-password-just-once-when-setting-up-sftp-ssh/m-p/6697979#M729375</link>
      <description>&lt;P&gt;Not the expected behavior. Key negotiation should succeed for each connection and be independent for each sftp command.&amp;nbsp; I suspect an unusual setup on the far end. To troubleshoot, run sftp -v for debug level 1 (and more v's for debug 2,3) and look at the credential negotiation for the first connection and then the subsequent connections.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jan 2015 01:39:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/prompt-for-password-just-once-when-setting-up-sftp-ssh/m-p/6697979#M729375</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2015-01-22T01:39:21Z</dc:date>
    </item>
    <item>
      <title>Re: Prompt for password just once when setting up sftp/ssh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/prompt-for-password-just-once-when-setting-up-sftp-ssh/m-p/6698188#M729376</link>
      <description>&lt;P&gt;&amp;gt;-o IdentityFile=vendor_rsa username@files.theirserver.com&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If sftp is like scp and if there is only one vendor_rsa and username on files.theirserver.com, you can put this info in ~/.ssh/config so you only need to type:&lt;/P&gt;&lt;P&gt;sftp files&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jan 2015 08:12:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/prompt-for-password-just-once-when-setting-up-sftp-ssh/m-p/6698188#M729376</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2015-01-22T08:12:24Z</dc:date>
    </item>
    <item>
      <title>Re: Prompt for password just once when setting up sftp/ssh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/prompt-for-password-just-once-when-setting-up-sftp-ssh/m-p/6698599#M729377</link>
      <description>&lt;P&gt;Thank Bill and Dennis for the replies.&amp;nbsp; Good to see you guys still hanging around.&lt;/P&gt;&lt;P&gt;I ran the command line with -vvv and got:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(server1:jsmith)[/home/jsmith] ssh -vvv -o IdentityFile=vendor_rsa &lt;A target="_blank" href="mailto:shoecarnival_scp@files.responsys.net"&gt;&lt;U&gt;&lt;FONT color="#0000ff"&gt;mycompany_scp@files.theirserver.com&lt;/FONT&gt;&lt;/U&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;OpenSSH_5.9p1+sftpfilecontrol-v1.3-hpn13v12, OpenSSL 0.9.8y 5 Feb 2013&lt;/P&gt;&lt;P&gt;HP-UX Secure Shell-A.05.90.007, HP-UX Secure Shell version&lt;/P&gt;&lt;P&gt;debug1: Reading configuration data /opt/ssh/etc/ssh_config&lt;/P&gt;&lt;P&gt;debug3: RNG is ready, skipping seeding&lt;/P&gt;&lt;P&gt;debug2: ssh_connect: needpriv 0&lt;/P&gt;&lt;P&gt;debug1: Connecting to files.theirserver.com [12.130.140.38] port 22.&lt;/P&gt;&lt;P&gt;debug1: Connection established.&lt;/P&gt;&lt;P&gt;debug1: identity file vendor_rsa type 1&lt;/P&gt;&lt;P&gt;debug1: identity file vendor_rsa-cert type -1&lt;/P&gt;&lt;P&gt;debug1: Remote protocol version 2.0, remote software version SSH&lt;/P&gt;&lt;P&gt;debug1: no match: SSH&lt;/P&gt;&lt;P&gt;debug1: Enabling compatibility mode for protocol 2.0&lt;/P&gt;&lt;P&gt;debug1: Local version string SSH-2.0-OpenSSH_5.9p1+sftpfilecontrol-v1.3-hpn13v12&lt;/P&gt;&lt;P&gt;debug2: fd 4 setting O_NONBLOCK&lt;/P&gt;&lt;P&gt;debug3: load_hostkeys: loading entries for host "files.theirserver.com" from file "/home/jsmith/.ssh/known_hosts"&lt;/P&gt;&lt;P&gt;debug3: load_hostkeys: found key type RSA in file /home/jsmith/.ssh/known_hosts:85&lt;/P&gt;&lt;P&gt;debug3: load_hostkeys: loaded 1 keys&lt;/P&gt;&lt;P&gt;debug3: order_hostkeyalgs: prefer hostkeyalgs: &lt;A target="_blank" href="mailto:ssh-rsa-cert-v01@openssh.com,ssh-rsa-cert-v00@openssh.com,ssh-rsa"&gt;&lt;U&gt;&lt;FONT color="#0000ff"&gt;ssh-rsa-cert-v01@openssh.com,ssh-rsa-cert-v00@openssh.com,ssh-rsa&lt;/FONT&gt;&lt;/U&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;debug3: RNG is ready, skipping seeding&lt;/P&gt;&lt;P&gt;debug1: SSH2_MSG_KEXINIT sent&lt;/P&gt;&lt;P&gt;debug1: SSH2_MSG_KEXINIT received&lt;/P&gt;&lt;P&gt;debug1: AUTH STATE IS 0&lt;/P&gt;&lt;P&gt;debug2: kex_parse_kexinit: ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1&lt;/P&gt;&lt;P&gt;debug2: kex_parse_kexinit: &lt;A target="_blank" href="mailto:ssh-rsa-cert-v01@openssh.com,ssh-rsa-cert-v00@openssh.com,ssh-rsa,ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp521-cert-v01@openssh.com,ssh-dss-cert-v01@openssh.com,ssh-dss-cert-v00@openssh.com,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,ssh-dss"&gt;&lt;U&gt;&lt;FONT color="#0000ff"&gt;ssh-rsa-cert-v01@openssh.com,ssh-rsa-cert-v00@openssh.com,ssh-rsa,ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp521-cert-v01@openssh.com,ssh-dss-cert-v01@openssh.com,ssh-dss-cert-v00@openssh.com,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,ssh-dss&lt;/FONT&gt;&lt;/U&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;debug2: kex_parse_kexinit: aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour,rijndael-cbc@lysator.liu.se&lt;/P&gt;&lt;P&gt;debug2: kex_parse_kexinit: aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour,rijndael-cbc@lysator.liu.se&lt;/P&gt;&lt;P&gt;debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-sha2-256,hmac-sha2-256-96,hmac-sha2-512,hmac-sha2-512-96,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96&lt;/P&gt;&lt;P&gt;debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-sha2-256,hmac-sha2-256-96,hmac-sha2-512,hmac-sha2-512-96,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96&lt;/P&gt;&lt;P&gt;debug2: kex_parse_kexinit: none,zlib@openssh.com,zlib&lt;/P&gt;&lt;P&gt;debug2: kex_parse_kexinit: none,zlib@openssh.com,zlib&lt;/P&gt;&lt;P&gt;debug2: kex_parse_kexinit:&lt;/P&gt;&lt;P&gt;debug2: kex_parse_kexinit:&lt;/P&gt;&lt;P&gt;debug2: kex_parse_kexinit: first_kex_follows 0&lt;/P&gt;&lt;P&gt;debug2: kex_parse_kexinit: reserved 0&lt;/P&gt;&lt;P&gt;debug2: kex_parse_kexinit: diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1&lt;/P&gt;&lt;P&gt;debug2: kex_parse_kexinit: ssh-rsa,ssh-dss&lt;/P&gt;&lt;P&gt;debug2: kex_parse_kexinit: aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour,rijndael-cbc@lysator.liu.se&lt;/P&gt;&lt;P&gt;debug2: kex_parse_kexinit: aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour,rijndael-cbc@lysator.liu.se&lt;/P&gt;&lt;P&gt;debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96&lt;/P&gt;&lt;P&gt;debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96&lt;/P&gt;&lt;P&gt;debug2: kex_parse_kexinit: none,zlib@openssh.com&lt;/P&gt;&lt;P&gt;debug2: kex_parse_kexinit: none,zlib@openssh.com&lt;/P&gt;&lt;P&gt;debug2: kex_parse_kexinit:&lt;/P&gt;&lt;P&gt;debug2: kex_parse_kexinit:&lt;/P&gt;&lt;P&gt;debug2: kex_parse_kexinit: first_kex_follows 0&lt;/P&gt;&lt;P&gt;debug2: kex_parse_kexinit: reserved 0&lt;/P&gt;&lt;P&gt;debug2: mac_setup: found hmac-md5&lt;/P&gt;&lt;P&gt;debug1: REQUESTED ENC.NAME is 'aes128-ctr'&lt;/P&gt;&lt;P&gt;debug1: kex: server-&amp;gt;client aes128-ctr hmac-md5 none&lt;/P&gt;&lt;P&gt;debug2: mac_setup: found hmac-md5&lt;/P&gt;&lt;P&gt;debug1: REQUESTED ENC.NAME is 'aes128-ctr'&lt;/P&gt;&lt;P&gt;debug1: kex: client-&amp;gt;server aes128-ctr hmac-md5 none&lt;/P&gt;&lt;P&gt;debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024&amp;lt;1024&amp;lt;8192) sent&lt;/P&gt;&lt;P&gt;debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP&lt;/P&gt;&lt;P&gt;debug2: dh_gen_key: priv key bits set: 126/256&lt;/P&gt;&lt;P&gt;debug2: bits set: 502/1024&lt;/P&gt;&lt;P&gt;debug1: SSH2_MSG_KEX_DH_GEX_INIT sent&lt;/P&gt;&lt;P&gt;debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY&lt;/P&gt;&lt;P&gt;debug1: Server host key: RSA ce:6f:c2:0e:18:f3:95:1b:11:8d:a5:8e:cc:d0:f5:b6&lt;/P&gt;&lt;P&gt;debug3: load_hostkeys: loading entries for host "files.theirserver.com" from file "/home/jsmith/.ssh/known_hosts"&lt;/P&gt;&lt;P&gt;debug3: load_hostkeys: found key type RSA in file /home/jsmith/.ssh/known_hosts:85&lt;/P&gt;&lt;P&gt;debug3: load_hostkeys: loaded 1 keys&lt;/P&gt;&lt;P&gt;debug3: load_hostkeys: loading entries for host "12.130.140.38" from file "/home/jsmith/.ssh/known_hosts"&lt;/P&gt;&lt;P&gt;debug3: load_hostkeys: found key type RSA in file /home/jsmith/.ssh/known_hosts:86&lt;/P&gt;&lt;P&gt;debug3: load_hostkeys: loaded 1 keys&lt;/P&gt;&lt;P&gt;debug1: Host 'files.theirserver.com' is known and matches the RSA host key.&lt;/P&gt;&lt;P&gt;debug1: Found key in /home/jsmith/.ssh/known_hosts:85&lt;/P&gt;&lt;P&gt;debug2: bits set: 530/1024&lt;/P&gt;&lt;P&gt;debug1: ssh_rsa_verify: signature correct&lt;/P&gt;&lt;P&gt;debug2: kex_derive_keys&lt;/P&gt;&lt;P&gt;debug2: set_newkeys: mode 1&lt;/P&gt;&lt;P&gt;debug1: SSH2_MSG_NEWKEYS sent&lt;/P&gt;&lt;P&gt;debug1: expecting SSH2_MSG_NEWKEYS&lt;/P&gt;&lt;P&gt;debug2: set_newkeys: mode 0&lt;/P&gt;&lt;P&gt;debug1: SSH2_MSG_NEWKEYS received&lt;/P&gt;&lt;P&gt;debug1: Roaming not allowed by server&lt;/P&gt;&lt;P&gt;debug1: SSH2_MSG_SERVICE_REQUEST sent&lt;/P&gt;&lt;P&gt;debug2: service_accept: ssh-userauth&lt;/P&gt;&lt;P&gt;debug1: SSH2_MSG_SERVICE_ACCEPT received&lt;/P&gt;&lt;P&gt;debug2: key: vendor_rsa (600000000001bbc0)&lt;/P&gt;&lt;P&gt;debug1: Authentications that can continue: publickey,password&lt;/P&gt;&lt;P&gt;debug3: start over, passed a different list publickey,password&lt;/P&gt;&lt;P&gt;debug3: preferred publickey,keyboard-interactive,password&lt;/P&gt;&lt;P&gt;debug3: authmethod_lookup publickey&lt;/P&gt;&lt;P&gt;debug3: remaining preferred: keyboard-interactive,password&lt;/P&gt;&lt;P&gt;debug3: authmethod_is_enabled publickey&lt;/P&gt;&lt;P&gt;debug1: Next authentication method: publickey&lt;/P&gt;&lt;P&gt;debug1: Offering RSA public key: vendor_rsa&lt;/P&gt;&lt;P&gt;debug3: send_pubkey_test&lt;/P&gt;&lt;P&gt;debug2: we sent a publickey packet, wait for reply&lt;/P&gt;&lt;P&gt;debug1: Server accepts key: pkalg ssh-rsa blen 279&lt;/P&gt;&lt;P&gt;debug2: input_userauth_pk_ok: fp a5:99:f1:5e:15:02:07:75:56:99:60:3f:11:3e:42:6a&lt;/P&gt;&lt;P&gt;debug3: sign_and_send_pubkey: RSA a5:99:f1:5e:15:02:07:75:56:99:60:3f:11:3e:42:6a&lt;/P&gt;&lt;P&gt;debug3: no such identity: vendor_rsa&lt;/P&gt;&lt;P&gt;debug2: we did not send a packet, disable method&lt;/P&gt;&lt;P&gt;debug3: authmethod_lookup password&lt;/P&gt;&lt;P&gt;debug3: remaining preferred: ,password&lt;/P&gt;&lt;P&gt;debug3: authmethod_is_enabled password&lt;/P&gt;&lt;P&gt;debug1: Next authentication method: password&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="mailto:shoecarnival_scp@files.responsys.net's"&gt;&lt;U&gt;&lt;FONT color="#0000ff"&gt;mycompany_scp@files.theirserver.com's&lt;/FONT&gt;&lt;/U&gt;&lt;/A&gt; password:&lt;/P&gt;&lt;P&gt;debug3: packet_send2: adding 48 (len 61 padlen 19 extra_pad 64)&lt;/P&gt;&lt;P&gt;debug2: we sent a password packet, wait for reply&lt;/P&gt;&lt;P&gt;debug1: Authentications that can continue: publickey,password&lt;/P&gt;&lt;P&gt;Permission denied, please try again.&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="mailto:shoecarnival_scp@files.responsys.net's"&gt;&lt;U&gt;&lt;FONT color="#0000ff"&gt;mycompany_scp@files.theirserver.com's&lt;/FONT&gt;&lt;/U&gt;&lt;/A&gt; password:&lt;/P&gt;&lt;P&gt;debug3: packet_send2: adding 48 (len 61 padlen 19 extra_pad 64)&lt;/P&gt;&lt;P&gt;debug2: we sent a password packet, wait for reply&lt;/P&gt;&lt;P&gt;debug1: Authentications that can continue: publickey,password&lt;/P&gt;&lt;P&gt;Permission denied, please try again.&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="mailto:shoecarnival_scp@files.responsys.net's"&gt;&lt;U&gt;&lt;FONT color="#0000ff"&gt;mycompany_scp@files.theirserver.com's&lt;/FONT&gt;&lt;/U&gt;&lt;/A&gt; password:&lt;/P&gt;&lt;P&gt;debug3: packet_send2: adding 48 (len 61 padlen 19 extra_pad 64)&lt;/P&gt;&lt;P&gt;debug2: we sent a password packet, wait for reply&lt;/P&gt;&lt;P&gt;debug1: Authentications that can continue: publickey,password&lt;/P&gt;&lt;P&gt;debug2: we did not send a packet, disable method&lt;/P&gt;&lt;P&gt;debug1: No more authentication methods to try.&lt;/P&gt;&lt;P&gt;Permission denied (publickey,password).&lt;/P&gt;&lt;P&gt;(server1:jsmith)[/home/jsmith]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I sent the results to the owners of the remote server and was told they don't support OpenSSH.&amp;nbsp; Seems kind of odd to me that they wouldn't.&amp;nbsp;&amp;nbsp; They are recommending I use something else besides the HPUX servers - possibly Windows with WinSCP or the like.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jan 2015 19:23:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/prompt-for-password-just-once-when-setting-up-sftp-ssh/m-p/6698599#M729377</guid>
      <dc:creator>Paul Maglinger</dc:creator>
      <dc:date>2015-01-22T19:23:31Z</dc:date>
    </item>
    <item>
      <title>Re: Prompt for password just once when setting up sftp/ssh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/prompt-for-password-just-once-when-setting-up-sftp-ssh/m-p/6698804#M729378</link>
      <description>&lt;P&gt;debug1: Offering RSA public key: vendor_rsa&lt;/P&gt;&lt;P&gt;debug3: send_pubkey_test&lt;/P&gt;&lt;P&gt;debug2: we sent a publickey packet, wait for reply&lt;/P&gt;&lt;P&gt;debug1: Server accepts key: pkalg ssh-rsa blen 279&lt;/P&gt;&lt;P&gt;debug2: input_userauth_pk_ok: fp a5:99:f1:5e:15:02:07:75:56:99:60:3f:11:3e:42:6a&lt;/P&gt;&lt;P&gt;debug3: sign_and_send_pubkey: RSA a5:99:f1:5e:15:02:07:75:56:99:60:3f:11:3e:42:6a&lt;/P&gt;&lt;P&gt;debug3: no such identity: vendor_rsa&lt;/P&gt;&lt;P&gt;debug2: we did not send a packet, disable method&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It seems vendor_rsa doesn't exist on the other side?&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jan 2015 03:48:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/prompt-for-password-just-once-when-setting-up-sftp-ssh/m-p/6698804#M729378</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2015-01-23T03:48:21Z</dc:date>
    </item>
    <item>
      <title>Re: Prompt for password just once when setting up sftp/ssh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/prompt-for-password-just-once-when-setting-up-sftp-ssh/m-p/6698939#M729379</link>
      <description>&lt;P&gt;So they didn't install the public key I sent?&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jan 2015 14:09:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/prompt-for-password-just-once-when-setting-up-sftp-ssh/m-p/6698939#M729379</guid>
      <dc:creator>Paul Maglinger</dc:creator>
      <dc:date>2015-01-23T14:09:25Z</dc:date>
    </item>
    <item>
      <title>Re: Prompt for password just once when setting up sftp/ssh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/prompt-for-password-just-once-when-setting-up-sftp-ssh/m-p/6699094#M729380</link>
      <description>&lt;P&gt;&amp;gt;&amp;gt; they don't support OpenSSH.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Looks like an ssh daemon/server is running on their end. Maybe what they mean is that they know nothing but PC stuff. But the real question still remains: did they add the public key to their authorized_keys respository? If not, then it is irrelevant whether you use WinSCP or any other Windows program. The trace clearly shows that they don't have your public key yet.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jan 2015 20:55:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/prompt-for-password-just-once-when-setting-up-sftp-ssh/m-p/6699094#M729380</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2015-01-23T20:55:19Z</dc:date>
    </item>
    <item>
      <title>Re: Prompt for password just once when setting up sftp/ssh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/prompt-for-password-just-once-when-setting-up-sftp-ssh/m-p/6699117#M729381</link>
      <description>&lt;P&gt;&amp;gt;did they add the public key to their authorized_keys respository?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I suppose one quick check is to talk to HP-UX and leave the key out and see if you get similar messages?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt; they don't support OpenSSH.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did they mean they don't support that type of public key format and they need to convert it?&lt;/P&gt;</description>
      <pubDate>Sat, 24 Jan 2015 19:38:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/prompt-for-password-just-once-when-setting-up-sftp-ssh/m-p/6699117#M729381</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2015-01-24T19:38:41Z</dc:date>
    </item>
    <item>
      <title>Re: Prompt for password just once when setting up sftp/ssh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/prompt-for-password-just-once-when-setting-up-sftp-ssh/m-p/6699124#M729382</link>
      <description>&lt;P&gt;When I&amp;nbsp;tried using psftp from a Windows box using the same private key I generated on HPUX it actually returned a message saying that it would accept an OpenSSH key.&amp;nbsp; I didn't get that kind of feed back on the HPUX box.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jan 2015 22:18:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/prompt-for-password-just-once-when-setting-up-sftp-ssh/m-p/6699124#M729382</guid>
      <dc:creator>Paul Maglinger</dc:creator>
      <dc:date>2015-01-23T22:18:40Z</dc:date>
    </item>
    <item>
      <title>Re: Prompt for password just once when setting up sftp/ssh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/prompt-for-password-just-once-when-setting-up-sftp-ssh/m-p/6699247#M729383</link>
      <description>&lt;P&gt;Aren't standards wonderful?&lt;/P&gt;&lt;P&gt;There are so many to choose from...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, ssh-keygen should resolve the issue.&lt;/P&gt;&lt;P&gt;From the man page, look at the -e option to read your local key and then -m to change the key to match the target:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;      -m key_format
           Specify a key format for the -i (import) or -e (export)
           conversion options.  The supported key formats are: ``RFC4716''
           (RFC 4716/SSH2 public or private key), ``PKCS8'' (PEM PKCS8
           public key) or ``PEM'' (PEM public key).  The default conversion
           format is ``RFC4716''.&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;Now if the destination folks can figure out what kind of key they understand...&lt;/P&gt;</description>
      <pubDate>Sat, 24 Jan 2015 18:37:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/prompt-for-password-just-once-when-setting-up-sftp-ssh/m-p/6699247#M729383</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2015-01-24T18:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: Prompt for password just once when setting up sftp/ssh</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/prompt-for-password-just-once-when-setting-up-sftp-ssh/m-p/6699300#M729384</link>
      <description>&lt;P&gt;Thanks Bill.&amp;nbsp; I'll play around with it and see if we can get it straightened out.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 25 Jan 2015 01:35:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/prompt-for-password-just-once-when-setting-up-sftp-ssh/m-p/6699300#M729384</guid>
      <dc:creator>Paul Maglinger</dc:creator>
      <dc:date>2015-01-25T01:35:00Z</dc:date>
    </item>
  </channel>
</rss>

