<?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: passing telnet a logon string in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/passing-telnet-a-logon-string/m-p/3147336#M61463</link>
    <description>Hello Ross,&lt;BR /&gt;&lt;BR /&gt;you asked the same question in the Linux forum (which I think really is the better place to ask ;-), so we know one end of your problem.&lt;BR /&gt;&lt;BR /&gt;Exactly what type of system to you try to connect to, an old DEC 3000 series system running OpenVMS or an old hp 3000 system running MPE (not to mention Tru64 or WindowsNT)?&lt;BR /&gt;&lt;BR /&gt;Greetings, Martin&lt;BR /&gt;</description>
    <pubDate>Wed, 17 Dec 2003 17:39:47 GMT</pubDate>
    <dc:creator>Martin P.J. Zinser</dc:creator>
    <dc:date>2003-12-17T17:39:47Z</dc:date>
    <item>
      <title>passing telnet a logon string</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/passing-telnet-a-logon-string/m-p/3147331#M61458</link>
      <description>I need to initiate a telnet login and pass the login name ( no password ) to the host automatically. Is there an option in telnet I can use or a a scripting method I can use to do this?</description>
      <pubDate>Wed, 17 Dec 2003 12:11:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/passing-telnet-a-logon-string/m-p/3147331#M61458</guid>
      <dc:creator>Ross Hansen</dc:creator>
      <dc:date>2003-12-17T12:11:58Z</dc:date>
    </item>
    <item>
      <title>Re: passing telnet a logon string</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/passing-telnet-a-logon-string/m-p/3147332#M61459</link>
      <description>Hi Ross,&lt;BR /&gt;you could specify the client.&lt;BR /&gt;If you use VMS you can't pass username; you can only pass the host address.&lt;BR /&gt;If you use pathwork on PC you cannot yet pass user username but you can write a little script to make this.&lt;BR /&gt;Post client info.&lt;BR /&gt; &lt;BR /&gt;Bye&lt;BR /&gt;Antoniov&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Dec 2003 12:23:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/passing-telnet-a-logon-string/m-p/3147332#M61459</guid>
      <dc:creator>Antoniov.</dc:creator>
      <dc:date>2003-12-17T12:23:40Z</dc:date>
    </item>
    <item>
      <title>Re: passing telnet a logon string</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/passing-telnet-a-logon-string/m-p/3147333#M61460</link>
      <description>more specifically =&amp;gt;&lt;BR /&gt;&lt;BR /&gt;I have a linux web server that I cron for mail headers containing a certain string. If found the linux box needs to trigger a pager to go off which is controlled by a 3000 box.&lt;BR /&gt;The trigger for the 3000 box is to recieve a login string (hello blah.blah). then I'm done. &lt;BR /&gt;&lt;BR /&gt;Not sure what is meant above by VMS - is that virtual mgmt service.</description>
      <pubDate>Wed, 17 Dec 2003 13:42:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/passing-telnet-a-logon-string/m-p/3147333#M61460</guid>
      <dc:creator>Ross Hansen</dc:creator>
      <dc:date>2003-12-17T13:42:52Z</dc:date>
    </item>
    <item>
      <title>Re: passing telnet a logon string</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/passing-telnet-a-logon-string/m-p/3147334#M61461</link>
      <description>Ross,&lt;BR /&gt;&lt;BR /&gt;  If you use RSH instead of TELNET, you can pass username &amp;amp; password, or you can use a proxy for authentication. From the perspective of the target process there's not a lot of difference.&lt;BR /&gt;&lt;BR /&gt;  If you're running TCPIP V5.4, you could use SSH.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Dec 2003 16:46:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/passing-telnet-a-logon-string/m-p/3147334#M61461</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2003-12-17T16:46:09Z</dc:date>
    </item>
    <item>
      <title>Re: passing telnet a logon string</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/passing-telnet-a-logon-string/m-p/3147335#M61462</link>
      <description>Ross,&lt;BR /&gt;  Sorry, I meant RLOGIN instead of TELNET. Though, by the sound of it, in this case RSH might work too.</description>
      <pubDate>Wed, 17 Dec 2003 16:48:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/passing-telnet-a-logon-string/m-p/3147335#M61462</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2003-12-17T16:48:30Z</dc:date>
    </item>
    <item>
      <title>Re: passing telnet a logon string</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/passing-telnet-a-logon-string/m-p/3147336#M61463</link>
      <description>Hello Ross,&lt;BR /&gt;&lt;BR /&gt;you asked the same question in the Linux forum (which I think really is the better place to ask ;-), so we know one end of your problem.&lt;BR /&gt;&lt;BR /&gt;Exactly what type of system to you try to connect to, an old DEC 3000 series system running OpenVMS or an old hp 3000 system running MPE (not to mention Tru64 or WindowsNT)?&lt;BR /&gt;&lt;BR /&gt;Greetings, Martin&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Dec 2003 17:39:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/passing-telnet-a-logon-string/m-p/3147336#M61463</guid>
      <dc:creator>Martin P.J. Zinser</dc:creator>
      <dc:date>2003-12-17T17:39:47Z</dc:date>
    </item>
  </channel>
</rss>

