<?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 query in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/scp-query/m-p/4710705#M384927</link>
    <description>Him&lt;BR /&gt;&lt;BR /&gt;Root lv was full ..so i was not able to login..&lt;BR /&gt;&lt;BR /&gt;Now its fine&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;himacs</description>
    <pubDate>Wed, 10 Nov 2010 12:22:10 GMT</pubDate>
    <dc:creator>himacs</dc:creator>
    <dc:date>2010-11-10T12:22:10Z</dc:date>
    <item>
      <title>scp query</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scp-query/m-p/4710701#M384923</link>
      <description>Hi Admins,&lt;BR /&gt;&lt;BR /&gt;When i copied a dir using scp ,soft links are not getting copied.Please tell me how to include soft links also when copying any dir..&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;himacs</description>
      <pubDate>Mon, 08 Nov 2010 20:23:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scp-query/m-p/4710701#M384923</guid>
      <dc:creator>himacs</dc:creator>
      <dc:date>2010-11-08T20:23:16Z</dc:date>
    </item>
    <item>
      <title>Re: scp query</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scp-query/m-p/4710702#M384924</link>
      <description>I you want symbolic links to transfer correctly, then scp by itself is not your friend.  If you want your sym links to copy correctly, you need to use tar instead.  Tar up all the files you want sent, scp the tar file over, and then untar the files on the destination server.</description>
      <pubDate>Mon, 08 Nov 2010 21:30:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scp-query/m-p/4710702#M384924</guid>
      <dc:creator>TwoProc</dc:creator>
      <dc:date>2010-11-08T21:30:03Z</dc:date>
    </item>
    <item>
      <title>Re: scp query</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scp-query/m-p/4710703#M384925</link>
      <description>Hi TwoProc,&lt;BR /&gt;&lt;BR /&gt;Thanks for the response..&lt;BR /&gt;&lt;BR /&gt;I am copying the files from HPUX to Linux system using scp.But ended up getting stalled error.Now after giving password nothing happening.When i tried debugging got below message.Please help on this..&lt;BR /&gt;&lt;BR /&gt;===================&lt;BR /&gt;&lt;BR /&gt;debug1: Connection established.&lt;BR /&gt;debug1: permanently_set_uid: 0/3&lt;BR /&gt;debug1: identity file /.ssh/identity type -1&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.3&lt;BR /&gt;debug1: match: OpenSSH_4.3 pat OpenSSH_4*&lt;BR /&gt;debug1: Remote is NON-HPN aware&lt;BR /&gt;debug1: Enabling compatibility mode for protocol 2.0&lt;BR /&gt;debug1: Local version string SSH-2.0-OpenSSH_5.2p1+sftpfilecontrol-v1.3-hpn13v5&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;debug1: REQUESTED ENC.NAME is 'aes128-ctr'&lt;BR /&gt;debug1: kex: server-&amp;gt;client aes128-ctr hmac-md5 none&lt;BR /&gt;debug1: REQUESTED ENC.NAME is 'aes128-ctr'&lt;BR /&gt;debug1: kex: client-&amp;gt;server aes128-ctr 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 '10.11.10.20' is known and matches the RSA host key.&lt;BR /&gt;debug1: Found key in /.ssh/known_hosts:4&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,gssapi-with-mic,password&lt;BR /&gt;debug1: Next authentication method: publickey&lt;BR /&gt;debug1: Trying private key: /.ssh/identity&lt;BR /&gt;debug1: Offering public key: /.ssh/id_rsa&lt;BR /&gt;debug1: Authentications that can continue: publickey,gssapi-with-mic,password&lt;BR /&gt;debug1: Trying private key: /.ssh/id_dsa&lt;BR /&gt;debug1: Next authentication method: password&lt;BR /&gt;root@10.11.10.20's password:&lt;BR /&gt;debug1: Authentication succeeded (password).&lt;BR /&gt;debug1: HPN to Non-HPN Connection&lt;BR /&gt;debug1: Final hpn_buffer_size = 131072&lt;BR /&gt;debug1: HPN Disabled: 1, HPN Buffer Size: 131072&lt;BR /&gt;debug1: channel 0: new [client-session]&lt;BR /&gt;debug1: Entering interactive session.&lt;BR /&gt;&lt;BR /&gt;==================&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;What will be the possible issue.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;himacs&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 08 Nov 2010 21:35:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scp-query/m-p/4710703#M384925</guid>
      <dc:creator>himacs</dc:creator>
      <dc:date>2010-11-08T21:35:26Z</dc:date>
    </item>
    <item>
      <title>Re: scp query</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scp-query/m-p/4710704#M384926</link>
      <description>Have you enabled password less authentication b/w HPUX and the linux machine?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Nov 2010 06:56:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scp-query/m-p/4710704#M384926</guid>
      <dc:creator>Sundar G</dc:creator>
      <dc:date>2010-11-09T06:56:58Z</dc:date>
    </item>
    <item>
      <title>Re: scp query</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scp-query/m-p/4710705#M384927</link>
      <description>Him&lt;BR /&gt;&lt;BR /&gt;Root lv was full ..so i was not able to login..&lt;BR /&gt;&lt;BR /&gt;Now its fine&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;himacs</description>
      <pubDate>Wed, 10 Nov 2010 12:22:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scp-query/m-p/4710705#M384927</guid>
      <dc:creator>himacs</dc:creator>
      <dc:date>2010-11-10T12:22:10Z</dc:date>
    </item>
    <item>
      <title>Re: scp query</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scp-query/m-p/4710706#M384928</link>
      <description>Hey;&lt;BR /&gt;&lt;BR /&gt;Another option to tar'ing up the directory on the source host and scp'ing the tarball over is to do it all in one swell foop:&lt;BR /&gt;&lt;BR /&gt;# copying /home/dkoleary from localhost to a remote host:&lt;BR /&gt;cd /home&lt;BR /&gt;tar -cf - dkoleary | ssh ${remote} "cd /home; tar -xvf -"&lt;BR /&gt;&lt;BR /&gt;HTH;&lt;BR /&gt;&lt;BR /&gt;Doug</description>
      <pubDate>Wed, 10 Nov 2010 14:07:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scp-query/m-p/4710706#M384928</guid>
      <dc:creator>Doug O'Leary</dc:creator>
      <dc:date>2010-11-10T14:07:10Z</dc:date>
    </item>
    <item>
      <title>Re: scp query</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scp-query/m-p/4710707#M384929</link>
      <description>cpio also handles links correctly.  In fact, I used to use cpio quite often because of this.&lt;BR /&gt;&lt;BR /&gt;However, I'd stick with tar.&lt;BR /&gt;&lt;BR /&gt;As long as you've got ssh keys working correctly, Doug's recommendation will work great for you, but you'll need that login across both machines to be root for it to work, as the user directory in /home on the destination machine doesn't exist yet.&lt;BR /&gt;&lt;BR /&gt;But.... on most machines nowadays, direct root access is blocked via ssh. &lt;BR /&gt;&lt;BR /&gt;Good luck!</description>
      <pubDate>Wed, 10 Nov 2010 15:34:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scp-query/m-p/4710707#M384929</guid>
      <dc:creator>TwoProc</dc:creator>
      <dc:date>2010-11-10T15:34:10Z</dc:date>
    </item>
    <item>
      <title>Re: scp query</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scp-query/m-p/4710708#M384930</link>
      <description>Hey&lt;BR /&gt;&lt;BR /&gt;&lt;SOAPBOX&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;But.... on most machines nowadays, direct root access is blocked via ssh. &lt;BR /&gt;&lt;BR /&gt;Direct *password* access to root should be prohibited via any mechanism - ssh/scp/ftp/telnet&lt;BR /&gt;&lt;BR /&gt;Direct ssh/public key authentication access to root is more secure than the standard sudo approach.&lt;BR /&gt;&lt;BR /&gt;&lt;/SOAPBOX&gt;&lt;BR /&gt;&lt;BR /&gt;But, that's the topic of several different topics.  Sorry for hijacking the thread - thought I'd add that little bit of extra...&lt;BR /&gt;&lt;BR /&gt;Doug</description>
      <pubDate>Wed, 10 Nov 2010 15:41:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scp-query/m-p/4710708#M384930</guid>
      <dc:creator>Doug O'Leary</dc:creator>
      <dc:date>2010-11-10T15:41:55Z</dc:date>
    </item>
  </channel>
</rss>

