<?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 script in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sftp-script/m-p/5153346#M734963</link>
    <description>&lt;!--!*#--&gt;&amp;gt; It might also help to know more (that is,&lt;BR /&gt;&amp;gt; something) about the computers involved here.&lt;BR /&gt;&amp;gt; Not everyone uses the same key file formats,&lt;BR /&gt;&amp;gt; for example.&lt;BR /&gt;&lt;BR /&gt;Did you think that I wasn't serious?&lt;BR /&gt;&lt;BR /&gt;&amp;gt;  I done all the search and I tryed&lt;BR /&gt;&amp;gt; everything found,...&lt;BR /&gt;&lt;BR /&gt;I did a Forum search for "key_read: missing&lt;BR /&gt;keytype".  The second thing it found was:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=697913" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=697913&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;which looks pretty similar to your stuff, and&lt;BR /&gt;which seems to have been a problem with the&lt;BR /&gt;key file format.  But that fellow explained&lt;BR /&gt;what both his computers were.  You didn't.&lt;BR /&gt;This makes guessing more difficult (and less&lt;BR /&gt;reliable).&lt;BR /&gt;&lt;BR /&gt;HP's SSH software uses OpenSSH-format key&lt;BR /&gt;files, which differ from SSH2-format key&lt;BR /&gt;files, which, I'll guess, is what you have.&lt;BR /&gt;ssh-keygen may have key-format conversion&lt;BR /&gt;options.  "man ssh-keygen" on one system or&lt;BR /&gt;the other.</description>
    <pubDate>Mon, 02 Feb 2009 04:58:25 GMT</pubDate>
    <dc:creator>Steven Schweda</dc:creator>
    <dc:date>2009-02-02T04:58:25Z</dc:date>
    <item>
      <title>sftp script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sftp-script/m-p/5153336#M734953</link>
      <description>Hi ,&lt;BR /&gt;I need to changed below script to use SFTP instaed of FTP, can someone help. &lt;BR /&gt;I have placed a public key file from a system want to transfer to.&lt;BR /&gt;we also need to tweak sftp commands to received password via script so we can automate this one? &lt;BR /&gt;------------------------------&lt;BR /&gt;ls *DBHRBT* | read LINE&lt;BR /&gt;if [ $? = 0 ]&lt;BR /&gt;then&lt;BR /&gt;mv $LINE /appl/rate/DanNet/backup_out&lt;BR /&gt;date | read sdate&lt;BR /&gt;echo "-Start copying" $LINE "at" $sdate "-"&lt;BR /&gt;cd /appl/rate/DanNet/backup_out&lt;BR /&gt;ftp -n 999.99.99.9 &amp;lt;&amp;lt; EOF&lt;BR /&gt;user user-id password&lt;BR /&gt;type binary&lt;BR /&gt;prompt&lt;BR /&gt;hash&lt;BR /&gt;put $LINE&lt;BR /&gt;bye&lt;BR /&gt;EOF&lt;BR /&gt;date | read edate&lt;BR /&gt;echo "-----Finish copying" $LINE "at" $edate "-----"&lt;BR /&gt;fi&lt;BR /&gt;-------------------------------------&lt;BR /&gt;&lt;BR /&gt;Ahmed</description>
      <pubDate>Thu, 29 Jan 2009 07:21:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sftp-script/m-p/5153336#M734953</guid>
      <dc:creator>Ahmed_58</dc:creator>
      <dc:date>2009-01-29T07:21:17Z</dc:date>
    </item>
    <item>
      <title>Re: sftp script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sftp-script/m-p/5153337#M734954</link>
      <description>Salam Ahmed&lt;BR /&gt;&lt;BR /&gt;check the bellow threads&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=690015" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=690015&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums13.itrc.hp.com/service/forums/questionanswer.do?threadId=878554" target="_blank"&gt;http://forums13.itrc.hp.com/service/forums/questionanswer.do?threadId=878554&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums13.itrc.hp.com/service/forums/questionanswer.do?threadId=1254688" target="_blank"&gt;http://forums13.itrc.hp.com/service/forums/questionanswer.do?threadId=1254688&lt;/A&gt;</description>
      <pubDate>Thu, 29 Jan 2009 08:15:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sftp-script/m-p/5153337#M734954</guid>
      <dc:creator>Jeeshan</dc:creator>
      <dc:date>2009-01-29T08:15:42Z</dc:date>
    </item>
    <item>
      <title>Re: sftp script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sftp-script/m-p/5153338#M734955</link>
      <description>dear Ehsan,&lt;BR /&gt;I try using scp instead, but still prompt for password.&lt;BR /&gt;Ahmed</description>
      <pubDate>Thu, 29 Jan 2009 10:02:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sftp-script/m-p/5153338#M734955</guid>
      <dc:creator>Ahmed_58</dc:creator>
      <dc:date>2009-01-29T10:02:38Z</dc:date>
    </item>
    <item>
      <title>Re: sftp script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sftp-script/m-p/5153339#M734956</link>
      <description>If you use scp you could also set up passpraseless ssh connection do the transfer.  Removing the need for a password. &lt;BR /&gt;&lt;BR /&gt;see the entries on this google search on how to set up ssh with no passphrase.&lt;BR /&gt;&lt;A href="http://www.google.co.uk/search?hl=en&amp;amp;q=passphraseless+ssh&amp;amp;meta=" target="_blank"&gt;http://www.google.co.uk/search?hl=en&amp;amp;q=passphraseless+ssh&amp;amp;meta=&lt;/A&gt;</description>
      <pubDate>Thu, 29 Jan 2009 11:50:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sftp-script/m-p/5153339#M734956</guid>
      <dc:creator>bright image</dc:creator>
      <dc:date>2009-01-29T11:50:20Z</dc:date>
    </item>
    <item>
      <title>Re: sftp script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sftp-script/m-p/5153340#M734957</link>
      <description>yeah, it should becoz it seems you didn't import the host key of destination host.</description>
      <pubDate>Thu, 29 Jan 2009 12:23:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sftp-script/m-p/5153340#M734957</guid>
      <dc:creator>Jeeshan</dc:creator>
      <dc:date>2009-01-29T12:23:43Z</dc:date>
    </item>
    <item>
      <title>Re: sftp script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sftp-script/m-p/5153341#M734958</link>
      <description>guys,&lt;BR /&gt;still prompt for password, although I copy the "id_rsa.pub" to the other server as "authorized_keys" in .ssh directory&lt;BR /&gt;&lt;BR /&gt;Ahmed</description>
      <pubDate>Sun, 01 Feb 2009 07:48:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sftp-script/m-p/5153341#M734958</guid>
      <dc:creator>Ahmed_58</dc:creator>
      <dc:date>2009-02-01T07:48:49Z</dc:date>
    </item>
    <item>
      <title>Re: sftp script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sftp-script/m-p/5153342#M734959</link>
      <description>check with this document for public key authentication</description>
      <pubDate>Sun, 01 Feb 2009 08:07:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sftp-script/m-p/5153342#M734959</guid>
      <dc:creator>Jeeshan</dc:creator>
      <dc:date>2009-02-01T08:07:25Z</dc:date>
    </item>
    <item>
      <title>Re: sftp script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sftp-script/m-p/5153343#M734960</link>
      <description>&amp;gt; [...] still prompt for password [...]&lt;BR /&gt;&lt;BR /&gt;A Forum search could find many examples of&lt;BR /&gt;people with similar problems.  Normally, the&lt;BR /&gt;debug output from an "ssh -v [...]" (or&lt;BR /&gt;"sftp -v [...]") command is more helpful&lt;BR /&gt;than "still prompt for password".</description>
      <pubDate>Sun, 01 Feb 2009 13:47:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sftp-script/m-p/5153343#M734960</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-02-01T13:47:13Z</dc:date>
    </item>
    <item>
      <title>Re: sftp script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sftp-script/m-p/5153344#M734961</link>
      <description>It might also help to know more (that is,&lt;BR /&gt;something) about the computers involved here.&lt;BR /&gt;Not everyone uses the same key file formats,&lt;BR /&gt;for example.</description>
      <pubDate>Sun, 01 Feb 2009 13:49:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sftp-script/m-p/5153344#M734961</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-02-01T13:49:04Z</dc:date>
    </item>
    <item>
      <title>Re: sftp script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sftp-script/m-p/5153345#M734962</link>
      <description>dears,&lt;BR /&gt;I done all the search and I tryed everything found,... still prompting for password! here is my output with -v :&lt;BR /&gt;------------------------------------&lt;BR /&gt;bat-fms1:/root&amp;gt;scp -vvv test root@batipd1:/tmp&lt;BR /&gt;Executing: program /opt/ssh/bin/ssh host batipd1, user root, command scp -v -t /tmp&lt;BR /&gt;OpenSSH_5.1p1+sftpfilecontrol-v1.2-hpn13v5, OpenSSL 0.9.7m 23 Feb 2007&lt;BR /&gt;HP-UX Secure Shell-A.05.10.006, HP-UX Secure Shell version&lt;BR /&gt;debug1: Reading configuration data /opt/ssh/etc/ssh_config&lt;BR /&gt;debug3: Seeding PRNG from /opt/ssh/libexec/ssh-rand-helper&lt;BR /&gt;debug2: ssh_connect: needpriv 0&lt;BR /&gt;debug1: Connecting to batipd1 [192.168.19.11] port 22.&lt;BR /&gt;debug1: Connection established.&lt;BR /&gt;debug1: permanently_set_uid: 0/3&lt;BR /&gt;debug1: identity file /root/.ssh/identity type -1&lt;BR /&gt;debug3: Not a RSA1 key file /root/.ssh/id_rsa.&lt;BR /&gt;debug2: key_type_from_name: unknown key type '-----BEGIN'&lt;BR /&gt;debug3: key_read: missing keytype&lt;BR /&gt;debug3: key_read: missing whitespace&lt;BR /&gt;debug3: key_read: missing whitespace&lt;BR /&gt;debug3: key_read: missing whitespace&lt;BR /&gt;debug3: key_read: missing whitespace&lt;BR /&gt;debug3: key_read: missing whitespace&lt;BR /&gt;debug3: key_read: missing whitespace&lt;BR /&gt;debug3: key_read: missing whitespace&lt;BR /&gt;debug3: key_read: missing whitespace&lt;BR /&gt;debug3: key_read: missing whitespace&lt;BR /&gt;debug3: key_read: missing whitespace&lt;BR /&gt;debug3: key_read: missing whitespace&lt;BR /&gt;debug3: key_read: missing whitespace&lt;BR /&gt;debug3: key_read: missing whitespace&lt;BR /&gt;debug3: key_read: missing whitespace&lt;BR /&gt;debug3: key_read: missing whitespace&lt;BR /&gt;debug3: key_read: missing whitespace&lt;BR /&gt;debug3: key_read: missing whitespace&lt;BR /&gt;debug3: key_read: missing whitespace&lt;BR /&gt;debug3: key_read: missing whitespace&lt;BR /&gt;debug3: key_read: missing whitespace&lt;BR /&gt;debug3: key_read: missing whitespace&lt;BR /&gt;debug3: key_read: missing whitespace&lt;BR /&gt;debug3: key_read: missing whitespace&lt;BR /&gt;debug3: key_read: missing whitespace&lt;BR /&gt;debug3: key_read: missing whitespace&lt;BR /&gt;debug2: key_type_from_name: unknown key type '-----END'&lt;BR /&gt;debug3: key_read: missing keytype&lt;BR /&gt;debug1: identity file /root/.ssh/id_rsa type 1&lt;BR /&gt;debug3: Not a RSA1 key file /root/.ssh/id_dsa.&lt;BR /&gt;debug2: key_type_from_name: unknown key type '-----BEGIN'&lt;BR /&gt;debug3: key_read: missing keytype&lt;BR /&gt;debug3: key_read: missing whitespace&lt;BR /&gt;debug3: key_read: missing whitespace&lt;BR /&gt;debug3: key_read: missing whitespace&lt;BR /&gt;debug3: key_read: missing whitespace&lt;BR /&gt;debug3: key_read: missing whitespace&lt;BR /&gt;debug3: key_read: missing whitespace&lt;BR /&gt;debug3: key_read: missing whitespace&lt;BR /&gt;debug3: key_read: missing whitespace&lt;BR /&gt;debug3: key_read: missing whitespace&lt;BR /&gt;debug3: key_read: missing whitespace&lt;BR /&gt;debug2: key_type_from_name: unknown key type '-----END'&lt;BR /&gt;debug3: key_read: missing keytype&lt;BR /&gt;debug1: identity file /root/.ssh/id_dsa type 2&lt;BR /&gt;debug1: Remote protocol version 2.0, remote software version OpenSSH_5.1p1+sftpfilecontrol-v1.2-hpn13v5&lt;BR /&gt;debug1: match: OpenSSH_5.1p1+sftpfilecontrol-v1.2-hpn13v5 pat OpenSSH*&lt;BR /&gt;debug1: Enabling compatibility mode for protocol 2.0&lt;BR /&gt;debug1: Local version string SSH-2.0-OpenSSH_5.1p1+sftpfilecontrol-v1.2-hpn13v5&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;debug1: AUTH STATE IS 0&lt;BR /&gt;debug2: kex_parse_kexinit: diffie-hellman-group-exchange-sha256,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,arcfour128,arcfour256,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,arcfour128,arcfour256,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,umac-64@openssh.com,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96&lt;BR /&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;BR /&gt;debug2: kex_parse_kexinit: none,zlib@openssh.com,zlib&lt;BR /&gt;debug2: kex_parse_kexinit: none,zlib@openssh.com,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-sha256,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,arcfour128,arcfour256,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,arcfour128,arcfour256,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,umac-64@openssh.com,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96&lt;BR /&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;BR /&gt;debug2: kex_parse_kexinit: none,zlib@openssh.com&lt;BR /&gt;debug2: kex_parse_kexinit: none,zlib@openssh.com&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_setup: found hmac-md5&lt;BR /&gt;debug1: REQUESTED ENC.NAME is 'aes128-cbc'&lt;BR /&gt;debug1: kex: server-&amp;gt;client aes128-cbc hmac-md5 none&lt;BR /&gt;debug2: mac_setup: found hmac-md5&lt;BR /&gt;debug1: REQUESTED ENC.NAME is 'aes128-cbc'&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: 142/256&lt;BR /&gt;debug2: bits set: 501/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 /root/.ssh/known_hosts&lt;BR /&gt;debug3: check_host_in_hostfile: match line 1&lt;BR /&gt;debug3: check_host_in_hostfile: filename /root/.ssh/known_hosts&lt;BR /&gt;debug3: check_host_in_hostfile: match line 2&lt;BR /&gt;debug1: Host 'batipd1' is known and matches the RSA host key.&lt;BR /&gt;debug1: Found key in /root/.ssh/known_hosts:1&lt;BR /&gt;debug2: bits set: 499/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: /root/.ssh/identity (0)&lt;BR /&gt;debug2: key: /root/.ssh/id_rsa (4002f8e8)&lt;BR /&gt;debug2: key: /root/.ssh/id_dsa (4002f908)&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: /root/.ssh/identity&lt;BR /&gt;debug3: no such identity: /root/.ssh/identity&lt;BR /&gt;debug1: Offering public key: /root/.ssh/id_rsa&lt;BR /&gt;debug3: send_pubkey_test&lt;BR /&gt;debug2: we sent a publickey packet, wait for reply&lt;BR /&gt;debug1: Authentications that can continue: publickey,password,keyboard-interactive&lt;BR /&gt;debug1: Offering public key: /root/.ssh/id_dsa&lt;BR /&gt;debug3: send_pubkey_test&lt;BR /&gt;debug2: we sent a publickey packet, wait for reply&lt;BR /&gt;debug1: Authentications that can continue: publickey,password,keyboard-interactive&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;----------------------------------&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;Ahmed</description>
      <pubDate>Mon, 02 Feb 2009 04:28:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sftp-script/m-p/5153345#M734962</guid>
      <dc:creator>Ahmed_58</dc:creator>
      <dc:date>2009-02-02T04:28:44Z</dc:date>
    </item>
    <item>
      <title>Re: sftp script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sftp-script/m-p/5153346#M734963</link>
      <description>&lt;!--!*#--&gt;&amp;gt; It might also help to know more (that is,&lt;BR /&gt;&amp;gt; something) about the computers involved here.&lt;BR /&gt;&amp;gt; Not everyone uses the same key file formats,&lt;BR /&gt;&amp;gt; for example.&lt;BR /&gt;&lt;BR /&gt;Did you think that I wasn't serious?&lt;BR /&gt;&lt;BR /&gt;&amp;gt;  I done all the search and I tryed&lt;BR /&gt;&amp;gt; everything found,...&lt;BR /&gt;&lt;BR /&gt;I did a Forum search for "key_read: missing&lt;BR /&gt;keytype".  The second thing it found was:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=697913" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=697913&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;which looks pretty similar to your stuff, and&lt;BR /&gt;which seems to have been a problem with the&lt;BR /&gt;key file format.  But that fellow explained&lt;BR /&gt;what both his computers were.  You didn't.&lt;BR /&gt;This makes guessing more difficult (and less&lt;BR /&gt;reliable).&lt;BR /&gt;&lt;BR /&gt;HP's SSH software uses OpenSSH-format key&lt;BR /&gt;files, which differ from SSH2-format key&lt;BR /&gt;files, which, I'll guess, is what you have.&lt;BR /&gt;ssh-keygen may have key-format conversion&lt;BR /&gt;options.  "man ssh-keygen" on one system or&lt;BR /&gt;the other.</description>
      <pubDate>Mon, 02 Feb 2009 04:58:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sftp-script/m-p/5153346#M734963</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-02-02T04:58:25Z</dc:date>
    </item>
    <item>
      <title>Re: sftp script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sftp-script/m-p/5153347#M734964</link>
      <description>dears,&lt;BR /&gt;It is working now, I used another machine and only generate the key and copy to the other machine simple as that and works.&lt;BR /&gt;&lt;BR /&gt;thanks alot to all who give me some hints,&lt;BR /&gt;Ahmed</description>
      <pubDate>Mon, 02 Feb 2009 10:57:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sftp-script/m-p/5153347#M734964</guid>
      <dc:creator>Ahmed_58</dc:creator>
      <dc:date>2009-02-02T10:57:35Z</dc:date>
    </item>
  </channel>
</rss>

