<?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: Version Info in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/version-info/m-p/4519280#M651395</link>
    <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;ssh -v or -vvv will provide you version information.&lt;BR /&gt;&lt;BR /&gt;To know what is installed on an HP-UX system is more problematic.&lt;BR /&gt;&lt;BR /&gt;openssh can be compiled or installed as a depot.&lt;BR /&gt;&lt;BR /&gt;swlist -l product | grep -i secure&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Thu, 22 Oct 2009 12:54:07 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2009-10-22T12:54:07Z</dc:date>
    <item>
      <title>Version Info</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/version-info/m-p/4519277#M651392</link>
      <description>As an example: If I needed to ascertain via a script the version of ssh and was looking for version information of the form &lt;BR /&gt;&lt;BR /&gt;A.05.00.025&lt;BR /&gt;&lt;BR /&gt;what's the best way to interrogate the system?&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Oct 2009 12:35:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/version-info/m-p/4519277#M651392</guid>
      <dc:creator>john guardian</dc:creator>
      <dc:date>2009-10-22T12:35:44Z</dc:date>
    </item>
    <item>
      <title>Re: Version Info</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/version-info/m-p/4519278#M651393</link>
      <description>ssh -V&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;swlist SecureShell&lt;BR /&gt;&lt;BR /&gt;plus some text manipulation should do it...&lt;BR /&gt;&lt;BR /&gt;or was it the text manipulation you wanted help with&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan</description>
      <pubDate>Thu, 22 Oct 2009 12:41:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/version-info/m-p/4519278#M651393</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2009-10-22T12:41:25Z</dc:date>
    </item>
    <item>
      <title>Re: Version Info</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/version-info/m-p/4519279#M651394</link>
      <description>Hi John:&lt;BR /&gt;&lt;BR /&gt;Most open-source software (from which this comes) will report its version when passed a -V':&lt;BR /&gt;&lt;BR /&gt;# ssh -V&lt;BR /&gt;OpenSSH_5.1p1+sftpfilecontrol-v1.2-hpn13v5, OpenSSL 0.9.7m 23 Feb 2007&lt;BR /&gt;HP-UX Secure Shell-A.05.10.007, HP-UX Secure Shell version&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 22 Oct 2009 12:50:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/version-info/m-p/4519279#M651394</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2009-10-22T12:50:10Z</dc:date>
    </item>
    <item>
      <title>Re: Version Info</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/version-info/m-p/4519280#M651395</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;ssh -v or -vvv will provide you version information.&lt;BR /&gt;&lt;BR /&gt;To know what is installed on an HP-UX system is more problematic.&lt;BR /&gt;&lt;BR /&gt;openssh can be compiled or installed as a depot.&lt;BR /&gt;&lt;BR /&gt;swlist -l product | grep -i secure&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 22 Oct 2009 12:54:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/version-info/m-p/4519280#M651395</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-10-22T12:54:07Z</dc:date>
    </item>
    <item>
      <title>Re: Version Info</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/version-info/m-p/4519281#M651396</link>
      <description>Hi (again):&lt;BR /&gt;&lt;BR /&gt;&amp;gt; SEP: ssh -v or -vvv will provide you version information.&lt;BR /&gt;&lt;BR /&gt;No, the lowercase 'v' is for debugging messages.  One 'v' is verbose' two 'v's is very verbose.  You need an UPPERCASE 'V' for version information.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 22 Oct 2009 13:01:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/version-info/m-p/4519281#M651396</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2009-10-22T13:01:16Z</dc:date>
    </item>
    <item>
      <title>Re: Version Info</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/version-info/m-p/4519282#M651397</link>
      <description>Well, SEP and JRF are both correct.&lt;BR /&gt;&lt;BR /&gt;SSH -V will show version info.&lt;BR /&gt;&lt;BR /&gt;# ssh -V (upper case 'V')&lt;BR /&gt; # ssh -V&lt;BR /&gt;OpenSSH_5.1p1+sftpfilecontrol-v1.2-hpn13v5, OpenSSL 0.9.7m 23 Feb 2007&lt;BR /&gt;HP-UX Secure Shell-A.05.10.007, HP-UX Secure Shell version&lt;BR /&gt;&lt;BR /&gt;However, doing an 'ssh -v' (lower case 'v') will also show the version info on the first 2 lines of the debug/verbose output.&lt;BR /&gt;&lt;BR /&gt; # ssh -v hqumf01&lt;BR /&gt;OpenSSH_5.1p1+sftpfilecontrol-v1.2-hpn13v5, OpenSSL 0.9.7m 23 Feb 2007&lt;BR /&gt;HP-UX Secure Shell-A.05.10.007, HP-UX Secure Shell version&lt;BR /&gt;debug1: Reading configuration data /opt/ssh/etc/ssh_config&lt;BR /&gt;debug1: Connecting to hqumf01 [170.7.2.200] port 22.&lt;BR /&gt;...&lt;BR /&gt;...&lt;BR /&gt;...&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;The cleanest way is definitely the use of the upper case '-V' option.</description>
      <pubDate>Thu, 22 Oct 2009 13:20:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/version-info/m-p/4519282#M651397</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2009-10-22T13:20:41Z</dc:date>
    </item>
    <item>
      <title>Re: Version Info</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/version-info/m-p/4519283#M651398</link>
      <description>Hi (again):&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Patrick:  Well, SEP and JRF are both correct...doing an 'ssh -v' (lower case 'v') will also show the version info on the first 2 lines of the debug/verbose output.&lt;BR /&gt;&lt;BR /&gt;Ah, so it does!  I ignored that since the bulk of the output in that case is usage information.  Thanks Patrick for correcting me!&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 22 Oct 2009 13:27:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/version-info/m-p/4519283#M651398</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2009-10-22T13:27:47Z</dc:date>
    </item>
  </channel>
</rss>

