<?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: SSH Script in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/ssh-script/m-p/5080197#M25000</link>
    <description>I am going to use this to periodically execute commands on anouther node. &lt;BR /&gt;&lt;BR /&gt;This is the exact command that I want to run in batch mode. Keep in mind that it works interactively. &lt;BR /&gt;&lt;BR /&gt;ssh 10.222.65.212 -o "batchmode yes"&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
    <pubDate>Mon, 19 Nov 2007 13:17:42 GMT</pubDate>
    <dc:creator>jim lake</dc:creator>
    <dc:date>2007-11-19T13:17:42Z</dc:date>
    <item>
      <title>SSH Script</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ssh-script/m-p/5080191#M24994</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have set up ssh public key authentication between two VMS nodes using SSH2. I'm attempting to write a DCL script which I will submit as a batch job to run commands remotely on of the nodes. When I attempt to execute a simple dcl script to connect to the other node using ssh I receive the following &lt;BR /&gt;&lt;BR /&gt;%TCPIP-F-SSH_FATAL, non-specific fatal error condition&lt;BR /&gt;&lt;BR /&gt;Is it possible to do this or should I attempt it using an alternative such as rsh.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Any help would be great&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 19 Nov 2007 10:05:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ssh-script/m-p/5080191#M24994</guid>
      <dc:creator>jim lake</dc:creator>
      <dc:date>2007-11-19T10:05:52Z</dc:date>
    </item>
    <item>
      <title>Re: SSH Script</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ssh-script/m-p/5080192#M24995</link>
      <description>&amp;gt; When I attempt to execute a simple dcl&lt;BR /&gt;&amp;gt; script [...]&lt;BR /&gt;&lt;BR /&gt;If it's that simple, why not show us the&lt;BR /&gt;thing, instead of encouraging pointless&lt;BR /&gt;guesswork?&lt;BR /&gt;&lt;BR /&gt;Interactive SSH works?</description>
      <pubDate>Mon, 19 Nov 2007 10:26:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ssh-script/m-p/5080192#M24995</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2007-11-19T10:26:12Z</dc:date>
    </item>
    <item>
      <title>Re: SSH Script</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ssh-script/m-p/5080193#M24996</link>
      <description>&lt;!--!*#--&gt;&amp;gt; %TCPIP-F-SSH_FATAL, non-specific fatal error condition&lt;BR /&gt;&lt;BR /&gt;Did you leave out the part about "FATAL:&lt;BR /&gt;ssh_io_register_fd: fd 3 already&lt;BR /&gt;registered!"?  There's a cure for that:&lt;BR /&gt;&lt;BR /&gt;      -o "batchmode yes"</description>
      <pubDate>Mon, 19 Nov 2007 10:35:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ssh-script/m-p/5080193#M24996</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2007-11-19T10:35:34Z</dc:date>
    </item>
    <item>
      <title>Re: SSH Script</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ssh-script/m-p/5080194#M24997</link>
      <description>Sorry, I'm very new to OpenVMS aswell as online forums. &lt;BR /&gt;&lt;BR /&gt;There is only one line the script as I was simply attempting to connect to the other node.&lt;BR /&gt;&lt;BR /&gt;ssh xxx.xxx.xxx.xxx &lt;BR /&gt;&lt;BR /&gt;it connects fine when this is enetered at the prompt but when its run in a script I get %TCPIP-F-SSH_FATAL, non-specific fatal error condition&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 19 Nov 2007 11:09:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ssh-script/m-p/5080194#M24997</guid>
      <dc:creator>jim lake</dc:creator>
      <dc:date>2007-11-19T11:09:28Z</dc:date>
    </item>
    <item>
      <title>Re: SSH Script</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ssh-script/m-p/5080195#M24998</link>
      <description>Thanks for your response it helped greatly although I added the -o "batchmode yes" option to the ssh command. &lt;BR /&gt;&lt;BR /&gt;It worked fine when ran interactively but when ran in batch mode it hangs after it displays authentication successful.</description>
      <pubDate>Mon, 19 Nov 2007 11:38:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ssh-script/m-p/5080195#M24998</guid>
      <dc:creator>jim lake</dc:creator>
      <dc:date>2007-11-19T11:38:27Z</dc:date>
    </item>
    <item>
      <title>Re: SSH Script</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ssh-script/m-p/5080196#M24999</link>
      <description>One of us doesn't seem to know what&lt;BR /&gt;"although" means.&lt;BR /&gt;&lt;BR /&gt;So, you're happy now, or what still doesn't&lt;BR /&gt;work?&lt;BR /&gt;&lt;BR /&gt;&amp;gt; ssh xxx.xxx.xxx.xxx&lt;BR /&gt;&lt;BR /&gt;With no command to run, what did you expect&lt;BR /&gt;this to do?&lt;BR /&gt;&lt;BR /&gt;Is there some actual task you're trying to&lt;BR /&gt;perform?</description>
      <pubDate>Mon, 19 Nov 2007 12:03:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ssh-script/m-p/5080196#M24999</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2007-11-19T12:03:29Z</dc:date>
    </item>
    <item>
      <title>Re: SSH Script</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ssh-script/m-p/5080197#M25000</link>
      <description>I am going to use this to periodically execute commands on anouther node. &lt;BR /&gt;&lt;BR /&gt;This is the exact command that I want to run in batch mode. Keep in mind that it works interactively. &lt;BR /&gt;&lt;BR /&gt;ssh 10.222.65.212 -o "batchmode yes"&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Mon, 19 Nov 2007 13:17:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ssh-script/m-p/5080197#M25000</guid>
      <dc:creator>jim lake</dc:creator>
      <dc:date>2007-11-19T13:17:42Z</dc:date>
    </item>
    <item>
      <title>Re: SSH Script</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ssh-script/m-p/5080198#M25001</link>
      <description>I figured it out thanks for you help</description>
      <pubDate>Mon, 19 Nov 2007 13:19:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ssh-script/m-p/5080198#M25001</guid>
      <dc:creator>jim lake</dc:creator>
      <dc:date>2007-11-19T13:19:07Z</dc:date>
    </item>
  </channel>
</rss>

