<?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 Configuration in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/scp-configuration/m-p/3762851#M259780</link>
    <description>Hi calin,&lt;BR /&gt;&lt;BR /&gt;Just an idea,look if you have only one version of ssh, it's like scp is running an old version of ssh command.&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;Kenavo&lt;BR /&gt;Pat&lt;BR /&gt;</description>
    <pubDate>Fri, 31 Mar 2006 16:28:29 GMT</pubDate>
    <dc:creator>Patrice Le Guyader</dc:creator>
    <dc:date>2006-03-31T16:28:29Z</dc:date>
    <item>
      <title>SCP Configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scp-configuration/m-p/3762842#M259771</link>
      <description>Hello!&lt;BR /&gt;I just noticed that scp-connection doesn't work any more on an HP-UX 11.23 IA64. SSH works. I wanted to check the user permissions , but I have no idea where does the config for scp live. Some patches were played yesterday and something changed, because this used to work before.&lt;BR /&gt;&lt;BR /&gt;Can You help me (scp configuration)?&lt;BR /&gt;&lt;BR /&gt;Thank you.</description>
      <pubDate>Fri, 31 Mar 2006 03:17:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scp-configuration/m-p/3762842#M259771</guid>
      <dc:creator>Kalin Evtimov</dc:creator>
      <dc:date>2006-03-31T03:17:20Z</dc:date>
    </item>
    <item>
      <title>Re: SCP Configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scp-configuration/m-p/3762843#M259772</link>
      <description>what is the error message?&lt;BR /&gt;scp -vvv some_file some_server:/some_dstination/.</description>
      <pubDate>Fri, 31 Mar 2006 03:19:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scp-configuration/m-p/3762843#M259772</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2006-03-31T03:19:42Z</dc:date>
    </item>
    <item>
      <title>Re: SCP Configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scp-configuration/m-p/3762844#M259773</link>
      <description>I am on serv00&lt;BR /&gt;&lt;BR /&gt;$ scp oramm.depot.gz oracle@servus:/tmp&lt;BR /&gt;oracle@servus's password: &lt;BR /&gt;Permission denied, please try again.&lt;BR /&gt;</description>
      <pubDate>Fri, 31 Mar 2006 03:26:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scp-configuration/m-p/3762844#M259773</guid>
      <dc:creator>Kalin Evtimov</dc:creator>
      <dc:date>2006-03-31T03:26:41Z</dc:date>
    </item>
    <item>
      <title>Re: SCP Configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scp-configuration/m-p/3762845#M259774</link>
      <description>Or the long version:&lt;BR /&gt;&lt;BR /&gt;OpenSSH_3.7, SSH protocols 1.5/2.0, OpenSSL 0.9.7c 30 Sep 2003&lt;BR /&gt;HP-UX_Secure_Shell-A.03.71.006.%ic71N, HP_UX Secure Shell version&lt;BR /&gt;debug1: Reading configuration data /opt/ssh/etc/ssh_config&lt;BR /&gt;debug1: Connecting to servus [101.49.22.144] port 22.&lt;BR /&gt;debug1: Connection established.&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_3.1p1&lt;BR /&gt;debug1: match: OpenSSH_3.1p1 pat OpenSSH_2.*,OpenSSH_3.0*,OpenSSH_3.1*&lt;BR /&gt;debug1: Enabling compatibility mode for protocol 2.0&lt;BR /&gt;debug1: Local version string SSH-2.0-OpenSSH_3.7&lt;BR /&gt;debug1: SSH2_MSG_KEXINIT sent&lt;BR /&gt;debug1: SSH2_MSG_KEXINIT received&lt;BR /&gt;debug1: kex: server-&amp;gt;client aes128-cbc hmac-md5 none&lt;BR /&gt;debug1: kex: client-&amp;gt;server aes128-cbc hmac-md5 none&lt;BR /&gt;debug1: SSH2_MSG_KEX_DH_GEX_REQUEST 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 'servus' is known and matches the RSA host key.&lt;BR /&gt;debug1: Found key in /.ssh/known_hosts:5&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: external-keyx,gssapi,publickey,password,keyboard-interactive&lt;BR /&gt;debug1: Next authentication method: gssapi&lt;BR /&gt;debug1: &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;debug1: &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;debug1: &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;debug1: Next authentication method: publickey&lt;BR /&gt;debug1: Offering public key: /.ssh/id_rsa&lt;BR /&gt;debug1: Authentications that can continue: external-keyx,gssapi,publickey,password,keyboard-interactive&lt;BR /&gt;debug1: Trying private key: /.ssh/id_dsa&lt;BR /&gt;debug1: Next authentication method: keyboard-interactive&lt;BR /&gt;debug1: Authentications that can continue: external-keyx,gssapi,publickey,password,keyboard-interactive&lt;BR /&gt;debug1: Next authentication method: password&lt;BR /&gt;oracle@servus's password: &lt;BR /&gt;debug1: Authentication succeeded (password).&lt;BR /&gt;debug1: channel 0: new [client-session]&lt;BR /&gt;debug1: Entering interactive session.&lt;BR /&gt;debug1: Sending command: scp -v -t /tmp&lt;BR /&gt;debug1: client_input_channel_req: channel 0 rtype exit-signal reply 0&lt;BR /&gt;debug1: channel 0: free: 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.3 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;lost connection&lt;BR /&gt;</description>
      <pubDate>Fri, 31 Mar 2006 03:31:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scp-configuration/m-p/3762845#M259774</guid>
      <dc:creator>Kalin Evtimov</dc:creator>
      <dc:date>2006-03-31T03:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: SCP Configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scp-configuration/m-p/3762846#M259775</link>
      <description>what are the perms on servus:/tmp&lt;BR /&gt;Can you put file somewhere else? Or you get the error for every command irrespective of desination?</description>
      <pubDate>Fri, 31 Mar 2006 03:35:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scp-configuration/m-p/3762846#M259775</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2006-03-31T03:35:52Z</dc:date>
    </item>
    <item>
      <title>Re: SCP Configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scp-configuration/m-p/3762847#M259776</link>
      <description>anyone can write in /tmp&lt;BR /&gt;but even if I take /home/oracle, i get the same  error. And for all other locations too. Strange, because the authentification works.</description>
      <pubDate>Fri, 31 Mar 2006 03:40:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scp-configuration/m-p/3762847#M259776</guid>
      <dc:creator>Kalin Evtimov</dc:creator>
      <dc:date>2006-03-31T03:40:20Z</dc:date>
    </item>
    <item>
      <title>Re: SCP Configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scp-configuration/m-p/3762848#M259777</link>
      <description>ssh -D 3 source_file dest_nation</description>
      <pubDate>Fri, 31 Mar 2006 03:43:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scp-configuration/m-p/3762848#M259777</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2006-03-31T03:43:04Z</dc:date>
    </item>
    <item>
      <title>Re: SCP Configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scp-configuration/m-p/3762849#M259778</link>
      <description>I am nut sure what I can achieve with -D? It is for port-forwarding. I get this&lt;BR /&gt;&lt;BR /&gt;ssh: oramm.depot.gz: host nor service provided, or not known&lt;BR /&gt;&lt;BR /&gt;Maybe I typed something wrong.</description>
      <pubDate>Fri, 31 Mar 2006 03:49:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scp-configuration/m-p/3762849#M259778</guid>
      <dc:creator>Kalin Evtimov</dc:creator>
      <dc:date>2006-03-31T03:49:28Z</dc:date>
    </item>
    <item>
      <title>Re: SCP Configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scp-configuration/m-p/3762850#M259779</link>
      <description>It just increases the debug level. I am trying to understand the debug messages.</description>
      <pubDate>Fri, 31 Mar 2006 03:53:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scp-configuration/m-p/3762850#M259779</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2006-03-31T03:53:20Z</dc:date>
    </item>
    <item>
      <title>Re: SCP Configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scp-configuration/m-p/3762851#M259780</link>
      <description>Hi calin,&lt;BR /&gt;&lt;BR /&gt;Just an idea,look if you have only one version of ssh, it's like scp is running an old version of ssh command.&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;Kenavo&lt;BR /&gt;Pat&lt;BR /&gt;</description>
      <pubDate>Fri, 31 Mar 2006 16:28:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scp-configuration/m-p/3762851#M259780</guid>
      <dc:creator>Patrice Le Guyader</dc:creator>
      <dc:date>2006-03-31T16:28:29Z</dc:date>
    </item>
  </channel>
</rss>

