<?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: ksh: scp not found error message in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ksh-scp-not-found-error-message/m-p/2775761#M75908</link>
    <description>Can you run 'which scp' and get a result? If not, then it is your path. &lt;BR /&gt;&lt;BR /&gt;The lost connection bit makes me wonder - can you sftp as well? Trying may help in troubleshooting, maybe your sftp subsystem needs to be set up properly.&lt;BR /&gt;&lt;BR /&gt;Can you ping server2? Does your user exist on both systems?&lt;BR /&gt;&lt;BR /&gt;Cheers!&lt;BR /&gt;James</description>
    <pubDate>Tue, 30 Jul 2002 15:44:28 GMT</pubDate>
    <dc:creator>James Beamish-White</dc:creator>
    <dc:date>2002-07-30T15:44:28Z</dc:date>
    <item>
      <title>ksh: scp not found error message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ksh-scp-not-found-error-message/m-p/2775760#M75907</link>
      <description>scp -p /tmp/junk server2:/tmp/test&lt;BR /&gt;ksh: scp: not found&lt;BR /&gt;lost connection&lt;BR /&gt;&lt;BR /&gt;I know this error comes from the receiving server, but I am not sure what the problem is.  I have checked permissions, and PATH variable.  Anyone have suggestions?</description>
      <pubDate>Tue, 30 Jul 2002 15:32:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ksh-scp-not-found-error-message/m-p/2775760#M75907</guid>
      <dc:creator>Valery Kolander</dc:creator>
      <dc:date>2002-07-30T15:32:04Z</dc:date>
    </item>
    <item>
      <title>Re: ksh: scp not found error message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ksh-scp-not-found-error-message/m-p/2775761#M75908</link>
      <description>Can you run 'which scp' and get a result? If not, then it is your path. &lt;BR /&gt;&lt;BR /&gt;The lost connection bit makes me wonder - can you sftp as well? Trying may help in troubleshooting, maybe your sftp subsystem needs to be set up properly.&lt;BR /&gt;&lt;BR /&gt;Can you ping server2? Does your user exist on both systems?&lt;BR /&gt;&lt;BR /&gt;Cheers!&lt;BR /&gt;James</description>
      <pubDate>Tue, 30 Jul 2002 15:44:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ksh-scp-not-found-error-message/m-p/2775761#M75908</guid>
      <dc:creator>James Beamish-White</dc:creator>
      <dc:date>2002-07-30T15:44:28Z</dc:date>
    </item>
    <item>
      <title>Re: ksh: scp not found error message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ksh-scp-not-found-error-message/m-p/2775762#M75909</link>
      <description>Or it may be that your remote host cannot find scp - try &lt;BR /&gt;&lt;BR /&gt;ssh server2&lt;BR /&gt;echo $PATH&lt;BR /&gt;&lt;BR /&gt;... and make sure the path you get includes the scp command on the *remote* host. You may need to change your environment variables on the remote server.&lt;BR /&gt;&lt;BR /&gt;Cheers!&lt;BR /&gt;James</description>
      <pubDate>Tue, 30 Jul 2002 15:49:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ksh-scp-not-found-error-message/m-p/2775762#M75909</guid>
      <dc:creator>James Beamish-White</dc:creator>
      <dc:date>2002-07-30T15:49:09Z</dc:date>
    </item>
    <item>
      <title>Re: ksh: scp not found error message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ksh-scp-not-found-error-message/m-p/2775763#M75910</link>
      <description>I have already tried your suggestions, I guess I wasn't clear in my first message.  But, thanks for trying.  I ended up installing ssh again, and resetting everything up.  It is working.  Thanks again.</description>
      <pubDate>Thu, 01 Aug 2002 19:09:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ksh-scp-not-found-error-message/m-p/2775763#M75910</guid>
      <dc:creator>Valery Kolander</dc:creator>
      <dc:date>2002-08-01T19:09:03Z</dc:date>
    </item>
    <item>
      <title>Re: ksh: scp not found error message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ksh-scp-not-found-error-message/m-p/2775764#M75911</link>
      <description>"scp" is kind of annoying in that it must be present on the remote system in its own compiled-in PATH, not the PATH that gets set on the system.  Generally this means it needs to be in /bin or /usr/bin.&lt;BR /&gt;&lt;BR /&gt;I just create a symlink there from its real location.</description>
      <pubDate>Thu, 01 Aug 2002 20:06:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ksh-scp-not-found-error-message/m-p/2775764#M75911</guid>
      <dc:creator>Steve Bonds</dc:creator>
      <dc:date>2002-08-01T20:06:13Z</dc:date>
    </item>
    <item>
      <title>Re: ksh: scp not found error message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ksh-scp-not-found-error-message/m-p/2775765#M75912</link>
      <description>You can also create the .ssh/enviroment file and define the path in this file&lt;BR /&gt;Our you also change the source of ssh and recompile&lt;BR /&gt;&lt;BR /&gt;(You will have to change the "USER_PATH" in the "config.h" file)</description>
      <pubDate>Fri, 02 Aug 2002 10:57:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ksh-scp-not-found-error-message/m-p/2775765#M75912</guid>
      <dc:creator>Maarten van Rossen</dc:creator>
      <dc:date>2002-08-02T10:57:55Z</dc:date>
    </item>
  </channel>
</rss>

