<?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: Can any dcebugging be enabled on the tcp/ip services SSHD? in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/can-any-dcebugging-be-enabled-on-the-tcp-ip-services-sshd/m-p/4278533#M56985</link>
    <description>&lt;BR /&gt;I need more coffee, you'd never know English is my first language...:-)</description>
    <pubDate>Tue, 30 Sep 2008 16:55:57 GMT</pubDate>
    <dc:creator>Tom O'Toole</dc:creator>
    <dc:date>2008-09-30T16:55:57Z</dc:date>
    <item>
      <title>Can any dcebugging be enabled on the tcp/ip services SSHD?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/can-any-dcebugging-be-enabled-on-the-tcp-ip-services-sshd/m-p/4278528#M56980</link>
      <description>&lt;BR /&gt;I'm trying to get info about a problem SSHing to tcpip services using pki from a multinet 5.2 client, which is looping when run non-interactively. I haven't found how to enable any debugging in the doc. THanks!</description>
      <pubDate>Tue, 30 Sep 2008 15:46:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/can-any-dcebugging-be-enabled-on-the-tcp-ip-services-sshd/m-p/4278528#M56980</guid>
      <dc:creator>Tom O'Toole</dc:creator>
      <dc:date>2008-09-30T15:46:22Z</dc:date>
    </item>
    <item>
      <title>Re: Can any dcebugging be enabled on the tcp/ip services SSHD?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/can-any-dcebugging-be-enabled-on-the-tcp-ip-services-sshd/m-p/4278529#M56981</link>
      <description>&lt;BR /&gt;Sorry, I meant pka (public key authentication).&lt;BR /&gt;&lt;BR /&gt;This worked perfectly in the multinet 5.1 client.</description>
      <pubDate>Tue, 30 Sep 2008 15:48:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/can-any-dcebugging-be-enabled-on-the-tcp-ip-services-sshd/m-p/4278529#M56981</guid>
      <dc:creator>Tom O'Toole</dc:creator>
      <dc:date>2008-09-30T15:48:10Z</dc:date>
    </item>
    <item>
      <title>Re: Can any dcebugging be enabled on the tcp/ip services SSHD?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/can-any-dcebugging-be-enabled-on-the-tcp-ip-services-sshd/m-p/4278530#M56982</link>
      <description>The usual knob for debugging these cases (and in increasing order of detail logged) uses the -v option:&lt;BR /&gt;&lt;BR /&gt;ssh -v&lt;BR /&gt;ssh -vv&lt;BR /&gt;ssh -vvv&lt;BR /&gt;&lt;BR /&gt;and the usual ssh PKE faults tend to involve differences in the key algorithms selected or available on the client or the server, or differences (or incompatibilities) in the RMS file formats of the keys between the client and the server.&lt;BR /&gt;&lt;BR /&gt;A looping client implies a code problem (regardless), so -- once you've ruled out your own code around this -- I'd go look for a patch for Multinet as a start.  If you're not sure of your local code, post up the DCL and post up the public key.  (Or generate a test-only public/private and post that.)</description>
      <pubDate>Tue, 30 Sep 2008 16:07:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/can-any-dcebugging-be-enabled-on-the-tcp-ip-services-sshd/m-p/4278530#M56982</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2008-09-30T16:07:00Z</dc:date>
    </item>
    <item>
      <title>Re: Can any dcebugging be enabled on the tcp/ip services SSHD?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/can-any-dcebugging-be-enabled-on-the-tcp-ip-services-sshd/m-p/4278531#M56983</link>
      <description>&lt;BR /&gt;Thanks, I did a bunch of client level debugging and sent output to the vendor - The client debugging pretty much provides the complete conversaion, but they are asking for server info now, as they can't reproduce it (although it sure does look like a multinet problem to me).&lt;BR /&gt;&lt;BR /&gt;It seems to be something with the non-interactive (batch job) - it works fine when the batch procedure (which just consists of a couple of ssh commands), but prints out a warning (read qio failed, device is not a terminal) - then the second ssh command in that procedure loops - weird eh? &lt;BR /&gt;&lt;BR /&gt;Do you know if there's any logging options for the server I can use?</description>
      <pubDate>Tue, 30 Sep 2008 16:51:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/can-any-dcebugging-be-enabled-on-the-tcp-ip-services-sshd/m-p/4278531#M56983</guid>
      <dc:creator>Tom O'Toole</dc:creator>
      <dc:date>2008-09-30T16:51:07Z</dc:date>
    </item>
    <item>
      <title>Re: Can any dcebugging be enabled on the tcp/ip services SSHD?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/can-any-dcebugging-be-enabled-on-the-tcp-ip-services-sshd/m-p/4278532#M56984</link>
      <description>&lt;BR /&gt;I can't write worth anything... I meant it works fine when run interactive, when a batch job - that when it generates the warning and start to loop.</description>
      <pubDate>Tue, 30 Sep 2008 16:53:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/can-any-dcebugging-be-enabled-on-the-tcp-ip-services-sshd/m-p/4278532#M56984</guid>
      <dc:creator>Tom O'Toole</dc:creator>
      <dc:date>2008-09-30T16:53:21Z</dc:date>
    </item>
    <item>
      <title>Re: Can any dcebugging be enabled on the tcp/ip services SSHD?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/can-any-dcebugging-be-enabled-on-the-tcp-ip-services-sshd/m-p/4278533#M56985</link>
      <description>&lt;BR /&gt;I need more coffee, you'd never know English is my first language...:-)</description>
      <pubDate>Tue, 30 Sep 2008 16:55:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/can-any-dcebugging-be-enabled-on-the-tcp-ip-services-sshd/m-p/4278533#M56985</guid>
      <dc:creator>Tom O'Toole</dc:creator>
      <dc:date>2008-09-30T16:55:57Z</dc:date>
    </item>
    <item>
      <title>Re: Can any dcebugging be enabled on the tcp/ip services SSHD?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/can-any-dcebugging-be-enabled-on-the-tcp-ip-services-sshd/m-p/4278534#M56986</link>
      <description>Debugging the TCP/IP Services ssh daemon?&lt;BR /&gt;&lt;BR /&gt;The manual:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/doc/83final/BA548_90007/BA548_90007.PDF" target="_blank"&gt;http://h71000.www7.hp.com/doc/83final/BA548_90007/BA548_90007.PDF&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The relevant page:&lt;BR /&gt;&lt;BR /&gt;28.</description>
      <pubDate>Tue, 30 Sep 2008 17:14:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/can-any-dcebugging-be-enabled-on-the-tcp-ip-services-sshd/m-p/4278534#M56986</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2008-09-30T17:14:53Z</dc:date>
    </item>
    <item>
      <title>Re: Can any dcebugging be enabled on the tcp/ip services SSHD?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/can-any-dcebugging-be-enabled-on-the-tcp-ip-services-sshd/m-p/4278535#M56987</link>
      <description>&lt;BR /&gt;Thanks - it's there, I just wasn't finding it...!</description>
      <pubDate>Tue, 30 Sep 2008 17:57:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/can-any-dcebugging-be-enabled-on-the-tcp-ip-services-sshd/m-p/4278535#M56987</guid>
      <dc:creator>Tom O'Toole</dc:creator>
      <dc:date>2008-09-30T17:57:14Z</dc:date>
    </item>
  </channel>
</rss>

