<?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 -B not working in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/scp-b-not-working/m-p/3716607#M29487</link>
    <description>Edward,&lt;BR /&gt;&lt;BR /&gt;I've recently answered a similar question for SFTP and provided setup instructions. Please see:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=985928" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=985928&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Volker.&lt;BR /&gt;</description>
    <pubDate>Wed, 25 Jan 2006 11:04:49 GMT</pubDate>
    <dc:creator>Volker Halle</dc:creator>
    <dc:date>2006-01-25T11:04:49Z</dc:date>
    <item>
      <title>SCP -B not working</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/scp-b-not-working/m-p/3716600#M29480</link>
      <description>On our Alpha system VMS 7.3-2 &lt;BR /&gt;I'm trying to run a SCP in a command procedure.&lt;BR /&gt;The command works great interactively.&lt;BR /&gt;&lt;BR /&gt;When I try to run in the command procedure, I add the -B qualifier to the command line.  The error message appears to be related to the -b qualifier. See below.&lt;BR /&gt;----------------------------------&lt;BR /&gt;$ SCP2 -B m900oper.txt maxcim@sapcibwpo:&lt;BR /&gt;tcpip$ssh_scp2.exe: FATAL: -b requires an argument greater than zero.&lt;BR /&gt;%TCPIP-F-SSH_FATAL, non-specific fatal error condition&lt;BR /&gt;----------------------------------&lt;BR /&gt;Please help.</description>
      <pubDate>Tue, 24 Jan 2006 13:18:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/scp-b-not-working/m-p/3716600#M29480</guid>
      <dc:creator>Edward Hafner</dc:creator>
      <dc:date>2006-01-24T13:18:55Z</dc:date>
    </item>
    <item>
      <title>Re: SCP -B not working</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/scp-b-not-working/m-p/3716601#M29481</link>
      <description>I guess you had to quote the option, i.e.&lt;BR /&gt;&lt;BR /&gt;$ SCP "-B" ...&lt;BR /&gt;&lt;BR /&gt;because all quals are lowercased to be most compatible to unix, so to have an uppercase qualifier you need quotes.&lt;BR /&gt;&lt;BR /&gt;regards Kalle</description>
      <pubDate>Tue, 24 Jan 2006 13:55:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/scp-b-not-working/m-p/3716601#M29481</guid>
      <dc:creator>Karl Rohwedder</dc:creator>
      <dc:date>2006-01-24T13:55:28Z</dc:date>
    </item>
    <item>
      <title>Re: SCP -B not working</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/scp-b-not-working/m-p/3716602#M29482</link>
      <description>Thanks for the advise.  I tried the quotes already.  See below.&lt;BR /&gt;&lt;BR /&gt;If I need the quoates, any thoughts on this error?&lt;BR /&gt;----------------------------&lt;BR /&gt;$ SCP2 "-B" m900oper.txt maxcim@sapcibwpo:&lt;BR /&gt;tcpip$ssh_scp2.exe: warning: ssh2 client failed to authenticate. (or you have to&lt;BR /&gt;o old ssh2 installed, check with ssh2 "-V")&lt;BR /&gt;warning: Authentication failed.&lt;BR /&gt;Disconnected; protocol error (Too many authentication failures for maxcim).&lt;BR /&gt;&lt;BR /&gt;tcpip$ssh_scp2.exe: warning: child process (/sys$system/tcpip$ssh_ssh2) exited w&lt;BR /&gt;ith code 27.&lt;BR /&gt;%TCPIP-E-SSH_FC_ERROR, undetermined error within sshfilecopy&lt;BR /&gt;---------------------------&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Jan 2006 14:00:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/scp-b-not-working/m-p/3716602#M29482</guid>
      <dc:creator>Edward Hafner</dc:creator>
      <dc:date>2006-01-24T14:00:23Z</dc:date>
    </item>
    <item>
      <title>Re: SCP -B not working</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/scp-b-not-working/m-p/3716603#M29483</link>
      <description>Do as it says : add the "-V" option.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Wed, 25 Jan 2006 03:41:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/scp-b-not-working/m-p/3716603#M29483</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2006-01-25T03:41:18Z</dc:date>
    </item>
    <item>
      <title>Re: SCP -B not working</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/scp-b-not-working/m-p/3716604#M29484</link>
      <description>Edward,&lt;BR /&gt;&lt;BR /&gt;To begin with:&lt;BR /&gt;Welcome to the VMS forum!&lt;BR /&gt;&lt;BR /&gt;if the target system is some form of Unix/Linux, then the username@nodename construct must also be in bouble quotes.&lt;BR /&gt;&lt;BR /&gt;hth,&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;jpe</description>
      <pubDate>Wed, 25 Jan 2006 06:20:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/scp-b-not-working/m-p/3716604#M29484</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2006-01-25T06:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: SCP -B not working</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/scp-b-not-working/m-p/3716605#M29485</link>
      <description>Adding quotes to the user@server gave me the same error as the quotes added to -B.&lt;BR /&gt;&lt;BR /&gt;This may be a stupid question.  Is there some configuration setting that needs to be set to allow file copies via batch mode?  If so, can you provide an example of the command to set batch mode 'On'?&lt;BR /&gt;&lt;BR /&gt;Thanks again, for all the help!</description>
      <pubDate>Wed, 25 Jan 2006 08:25:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/scp-b-not-working/m-p/3716605#M29485</guid>
      <dc:creator>Edward Hafner</dc:creator>
      <dc:date>2006-01-25T08:25:14Z</dc:date>
    </item>
    <item>
      <title>Re: SCP -B not working</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/scp-b-not-working/m-p/3716606#M29486</link>
      <description>When you put "-B" on the line you forced it into batch mode as you desired.  SSH (and hence SCP and SFTP) will not do password authentication when operating in batch mode.  The client and the server looked at what other modes of authentication they both were configured to do, tried each of them, and they all failed, so it reported failure to authenticate.&lt;BR /&gt;&lt;BR /&gt;Without looking at the configuration files for both the client and server we don't know what the authentication methods were (it could have been a null set).&lt;BR /&gt;&lt;BR /&gt;Possible authentication methods are:&lt;BR /&gt;-publickey (without a passphrase, or with a passphrase and the passphrase loaded in a copy of SSH Agent that is currently running)&lt;BR /&gt;-Host Based&lt;BR /&gt;&lt;BR /&gt;Both of these methods require some configuration by putting the right information is specific files and putting public key files on the remote system.  Consult the documentation for the details.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Jan 2006 10:04:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/scp-b-not-working/m-p/3716606#M29486</guid>
      <dc:creator>Richard Whalen</dc:creator>
      <dc:date>2006-01-25T10:04:24Z</dc:date>
    </item>
    <item>
      <title>Re: SCP -B not working</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/scp-b-not-working/m-p/3716607#M29487</link>
      <description>Edward,&lt;BR /&gt;&lt;BR /&gt;I've recently answered a similar question for SFTP and provided setup instructions. Please see:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=985928" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=985928&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Volker.&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Jan 2006 11:04:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/scp-b-not-working/m-p/3716607#M29487</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-01-25T11:04:49Z</dc:date>
    </item>
  </channel>
</rss>

