<?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: S/KEY sequence? in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/s-key-sequence/m-p/3871115#M53045</link>
    <description>It also strikes me that this is likely implemented via the LGI_CALLOUTS LOGINOUT hook. If you haven't rebooted you might check the sysgen parameter LGI_CALLOUTS. If its value is 1 then you might see if there is an LGI$LOGINOUT_CALLOUTS logical name - that would be the executable that is invoked during login.&lt;BR /&gt;&lt;BR /&gt;If you find that there is a hook defined for MultiNet's ACCESS service then you can disable it on the fly by&lt;BR /&gt;&lt;BR /&gt;$ mcr sysgen&lt;BR /&gt;SYSGEN&amp;gt; set LGI_CALLOUTS 0&lt;BR /&gt;SYSGEN&amp;gt; write active&lt;BR /&gt;SYSGEN&amp;gt; exit</description>
    <pubDate>Sat, 30 Sep 2006 19:02:39 GMT</pubDate>
    <dc:creator>Jim_McKinney</dc:creator>
    <dc:date>2006-09-30T19:02:39Z</dc:date>
    <item>
      <title>S/KEY sequence?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/s-key-sequence/m-p/3871107#M53037</link>
      <description>Moving a MicroVax 3100 to a new location and had to change the IP address to from 10.0.2.1 to 10.0.1.1 - now, if I try to telnet to it from the other LAN (10.0.2.0), i see:&lt;BR /&gt;&lt;BR /&gt;S/KEY sequence not found&lt;BR /&gt;User authorization failure&lt;BR /&gt;&lt;BR /&gt;right after I enter my user name but before I can enter a password, and then the session is disconnected.  I'm guessing this is something like I have to tell it what networks to trust, but I don't know how to do so.  Any help appreciated.&lt;BR /&gt;&lt;BR /&gt;yrs., BH</description>
      <pubDate>Wed, 27 Sep 2006 16:01:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/s-key-sequence/m-p/3871107#M53037</guid>
      <dc:creator>Barry Hamill</dc:creator>
      <dc:date>2006-09-27T16:01:52Z</dc:date>
    </item>
    <item>
      <title>Re: S/KEY sequence?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/s-key-sequence/m-p/3871108#M53038</link>
      <description>It might help to know which IP package&lt;BR /&gt;you're using.  Google suggests that it may be&lt;BR /&gt;MultiNet, as that one seems to offer some&lt;BR /&gt;S/Key stuff (about which I know nothing).  If&lt;BR /&gt;so, it might pay to pore over the MultiNet&lt;BR /&gt;Administrator's Reference manual, and/or look&lt;BR /&gt;for MultiNet-specific support channels.</description>
      <pubDate>Wed, 27 Sep 2006 16:33:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/s-key-sequence/m-p/3871108#M53038</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2006-09-27T16:33:41Z</dc:date>
    </item>
    <item>
      <title>Re: S/KEY sequence?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/s-key-sequence/m-p/3871109#M53039</link>
      <description>My guess... MultiNet; and that you've got the ACCESS service enabled. If so, the cure (presuming that you really don't want this service enabled and that you can log in via the console) would be to&lt;BR /&gt;&lt;BR /&gt;$ mu conf/serv&lt;BR /&gt;SERVER-CONFIG&amp;gt; disable access&lt;BR /&gt;SERVER-CONFIG&amp;gt; exit&lt;BR /&gt;$ subm/user=system/nolog multinet:start_server</description>
      <pubDate>Thu, 28 Sep 2006 07:46:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/s-key-sequence/m-p/3871109#M53039</guid>
      <dc:creator>Jim_McKinney</dc:creator>
      <dc:date>2006-09-28T07:46:26Z</dc:date>
    </item>
    <item>
      <title>Re: S/KEY sequence?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/s-key-sequence/m-p/3871110#M53040</link>
      <description>Thanks to both of you for the quick response.&lt;BR /&gt;&lt;BR /&gt;Yes, it's Multinet.  Sorry, I should have mentioned that.  I have a lot more experience with Unix, Cisco, Adtran, etc., and don't always know what info is relevant with OpenVMS.&lt;BR /&gt;&lt;BR /&gt;I can log in via console, and from anywhere on the same network as the MicroVax.  If I disable the service, won't I only be able to log in from the console?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 28 Sep 2006 09:46:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/s-key-sequence/m-p/3871110#M53040</guid>
      <dc:creator>Barry Hamill</dc:creator>
      <dc:date>2006-09-28T09:46:20Z</dc:date>
    </item>
    <item>
      <title>Re: S/KEY sequence?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/s-key-sequence/m-p/3871111#M53041</link>
      <description>The ACCESS service is your secure-key interface. Disabling that service will just suppress the S/KEY challenge during login. It's been a while since I've dealt with this but I think that in addition to disabling the service you'll need to either delete or rename MULTINET:START_ACCESS.COM so that it isn't executed automaticly by MULTINET:START_MULTINET.COM during system startup. (MULTINET:START_ACCESS.COM is created when you configure the ACCESS service - if you're not using S/KEY you don't need it.)</description>
      <pubDate>Thu, 28 Sep 2006 10:34:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/s-key-sequence/m-p/3871111#M53041</guid>
      <dc:creator>Jim_McKinney</dc:creator>
      <dc:date>2006-09-28T10:34:52Z</dc:date>
    </item>
    <item>
      <title>Re: S/KEY sequence?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/s-key-sequence/m-p/3871112#M53042</link>
      <description>Well, I tried that, and this happened:&lt;BR /&gt;&lt;BR /&gt;Username: [me]&lt;BR /&gt;Error opening connection to Secure/IP authentication server&lt;BR /&gt;User authorization failure&lt;BR /&gt;Username:&lt;BR /&gt;&lt;BR /&gt;So, now I'm looking for a Secure/IP manual.  At least I've still got console and LAT access.&lt;BR /&gt;&lt;BR /&gt;BH&lt;BR /&gt;</description>
      <pubDate>Fri, 29 Sep 2006 12:40:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/s-key-sequence/m-p/3871112#M53042</guid>
      <dc:creator>Barry Hamill</dc:creator>
      <dc:date>2006-09-29T12:40:34Z</dc:date>
    </item>
    <item>
      <title>Re: S/KEY sequence?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/s-key-sequence/m-p/3871113#M53043</link>
      <description>It's been quite a while since I've explored this - so I'm guessing as I don't have system where I can experiment right now. I presume that you haven't rebooted?? If you have then ignore the following.&lt;BR /&gt;&lt;BR /&gt;I suspect that the implemtation of this service may involve a dedicated server process. If that was the case then restarting the master server would not impact it. You should examine the output of SHOW SYSTEM and see if there is something called ACCESS_SERVER or similar. If so you'll need to terminate it - there may also be associated system logical names that need deassigning. If this is the case you might find it simplest to reboot (unless you can find the correct "MU NETC ACCESS SHUT" or whatever incantations to politely shut it down). With the service disabled and the startup file renamed or deleted a reboot should put you back in the state you desire. Sorry I can't be definitive here... without actually observing what you've got my memory isn't good enough.</description>
      <pubDate>Fri, 29 Sep 2006 13:21:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/s-key-sequence/m-p/3871113#M53043</guid>
      <dc:creator>Jim_McKinney</dc:creator>
      <dc:date>2006-09-29T13:21:09Z</dc:date>
    </item>
    <item>
      <title>Re: S/KEY sequence?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/s-key-sequence/m-p/3871114#M53044</link>
      <description>&amp;gt; So, now I'm looking for a Secure/IP manual.&lt;BR /&gt;&lt;BR /&gt;Google led me to:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.process.com/tcpip/mndocs/MN%20v5.0%20Admin%20Reference/Pref.htm" target="_blank"&gt;http://www.process.com/tcpip/mndocs/MN%20v5.0%20Admin%20Reference/Pref.htm&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www.process.com/tcpip/mndocs/MN%20v5.0%20Admin%20Reference/httoc.htm" target="_blank"&gt;http://www.process.com/tcpip/mndocs/MN%20v5.0%20Admin%20Reference/httoc.htm&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www.process.com/tcpip/mndocs/MN%20v5.0%20Admin%20Reference/Ch02.htm" target="_blank"&gt;http://www.process.com/tcpip/mndocs/MN%20v5.0%20Admin%20Reference/Ch02.htm&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www.process.com/tcpip/mndocs/MN%20v5.0%20Admin%20Reference/Ch08.htm" target="_blank"&gt;http://www.process.com/tcpip/mndocs/MN%20v5.0%20Admin%20Reference/Ch08.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Of course, I don't know your MultiNet version,&lt;BR /&gt;so this may be the wrong manual for you, but I&lt;BR /&gt;assume that there's more to be found at&lt;BR /&gt;process.com.</description>
      <pubDate>Fri, 29 Sep 2006 19:31:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/s-key-sequence/m-p/3871114#M53044</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2006-09-29T19:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: S/KEY sequence?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/s-key-sequence/m-p/3871115#M53045</link>
      <description>It also strikes me that this is likely implemented via the LGI_CALLOUTS LOGINOUT hook. If you haven't rebooted you might check the sysgen parameter LGI_CALLOUTS. If its value is 1 then you might see if there is an LGI$LOGINOUT_CALLOUTS logical name - that would be the executable that is invoked during login.&lt;BR /&gt;&lt;BR /&gt;If you find that there is a hook defined for MultiNet's ACCESS service then you can disable it on the fly by&lt;BR /&gt;&lt;BR /&gt;$ mcr sysgen&lt;BR /&gt;SYSGEN&amp;gt; set LGI_CALLOUTS 0&lt;BR /&gt;SYSGEN&amp;gt; write active&lt;BR /&gt;SYSGEN&amp;gt; exit</description>
      <pubDate>Sat, 30 Sep 2006 19:02:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/s-key-sequence/m-p/3871115#M53045</guid>
      <dc:creator>Jim_McKinney</dc:creator>
      <dc:date>2006-09-30T19:02:39Z</dc:date>
    </item>
    <item>
      <title>Re: S/KEY sequence?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/s-key-sequence/m-p/3871116#M53046</link>
      <description>The MULTINET:START_ACCESS.COM file may define a number of logicals (/system/executive):&lt;BR /&gt;MULTINET_ACCESS_CLIENT_ONLY&lt;BR /&gt;MULTINET_ACCESS_SERVER_ADDRESS&lt;BR /&gt;MULTINET_ACCESS_SERVER_PORT&lt;BR /&gt;MULTINET_ACCESS_LOCAL_DEVICES&lt;BR /&gt;MULTINET_LOGIN&lt;BR /&gt;MULTINET_ACCESS_NETWORK_LOGIN&lt;BR /&gt;MULTINET_ACCESS_MUTUAL_AUTHENTICATION&lt;BR /&gt;MULTINET_ACCESS_FTP&lt;BR /&gt;MULTINET_ACCESS_ALLOW_DECNET_LOGIN&lt;BR /&gt;MULTINET_ACCESS_ALLOW_DECTERM_LOGIN&lt;BR /&gt;MULTINET_ACCESS_TICKET_LIFETIME&lt;BR /&gt;MULTINET_ACCESS_ALLOW_SHOW_KEY&lt;BR /&gt;MULTINET_ACCESS_CALLOUTS_DEBUG&lt;BR /&gt;MULTINET_ACCESS_KERBEROS_PRINCIPAL&lt;BR /&gt;LGI$LOGINOUT_CALLOUTS&lt;BR /&gt;MULTINET_LGISHR&lt;BR /&gt;&lt;BR /&gt;As mentioned above, the sysgen parameter lgi_callouts can be set.&lt;BR /&gt;&lt;BR /&gt;From the problem description so far, I would guess that the access server is no longer reachable.  The system could have been set up to function as its own access server.&lt;BR /&gt;$ MULTINET CONFIGURE/ACCESS&lt;BR /&gt;ACCESS-CONFIG&amp;gt;show server-address&lt;BR /&gt;If that shows your old IP address, then you can change it to the new address (or 127.0.0.1) and follow the instructions on restarting the access server.</description>
      <pubDate>Mon, 02 Oct 2006 09:00:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/s-key-sequence/m-p/3871116#M53046</guid>
      <dc:creator>Richard Whalen</dc:creator>
      <dc:date>2006-10-02T09:00:25Z</dc:date>
    </item>
    <item>
      <title>Re: S/KEY sequence?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/s-key-sequence/m-p/3871117#M53047</link>
      <description>Thanks again for the many responses.&lt;BR /&gt;&lt;BR /&gt;Several people assumed wrongly that I hadn't rebooted, so I didn't try those suggestions.  LGI_CALLOUTS (whatever that is) says current=1, default=0.  If I'm feeling lucky, I may try that suggestion.&lt;BR /&gt;&lt;BR /&gt;Multinet configure /access ; show server-access replies "?Not confirmed."  That can't be good.  I tried setting that to 127.0.0.1, but still got the "S/KEY sequence not found" thing.  Grrr.  &lt;BR /&gt;&lt;BR /&gt;I changed the default-method to plaintext-passwords, and for obvious reasons, the s/key thing went away.  I'm debating now how much more time to spend on this - any system is hackable, but this one is pretty invisible to the world beyond my WAN; no one is going to log into it except from behind my firewall or connected via VPN.  Anyone got any strong feelings about plaintext passwords?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Oct 2006 14:59:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/s-key-sequence/m-p/3871117#M53047</guid>
      <dc:creator>Barry Hamill</dc:creator>
      <dc:date>2006-10-04T14:59:22Z</dc:date>
    </item>
  </channel>
</rss>

