<?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 ssh version in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-version/m-p/5224665#M679709</link>
    <description>Hi All&lt;BR /&gt;&lt;BR /&gt;Me unble to grep ssh version and apend its output in logs files in shell scripting. me trying like:--&lt;BR /&gt;&lt;BR /&gt;#ssh -V &amp;gt;&amp;gt; logfile&lt;BR /&gt;&lt;BR /&gt;there any other comman way to grep and store the ssh version output in log file for diffrent platform.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;vinay</description>
    <pubDate>Thu, 11 Feb 2010 11:32:22 GMT</pubDate>
    <dc:creator>Viney Kumar</dc:creator>
    <dc:date>2010-02-11T11:32:22Z</dc:date>
    <item>
      <title>ssh version</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-version/m-p/5224665#M679709</link>
      <description>Hi All&lt;BR /&gt;&lt;BR /&gt;Me unble to grep ssh version and apend its output in logs files in shell scripting. me trying like:--&lt;BR /&gt;&lt;BR /&gt;#ssh -V &amp;gt;&amp;gt; logfile&lt;BR /&gt;&lt;BR /&gt;there any other comman way to grep and store the ssh version output in log file for diffrent platform.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;vinay</description>
      <pubDate>Thu, 11 Feb 2010 11:32:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-version/m-p/5224665#M679709</guid>
      <dc:creator>Viney Kumar</dc:creator>
      <dc:date>2010-02-11T11:32:22Z</dc:date>
    </item>
    <item>
      <title>Re: ssh version</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-version/m-p/5224666#M679710</link>
      <description>Hi Vinay:&lt;BR /&gt;&lt;BR /&gt;You simply need:&lt;BR /&gt;&lt;BR /&gt;# ssh -V 2&amp;gt;&amp;gt; logfile&lt;BR /&gt;&lt;BR /&gt;...the output is from STDERR.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 11 Feb 2010 11:49:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-version/m-p/5224666#M679710</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2010-02-11T11:49:04Z</dc:date>
    </item>
    <item>
      <title>Re: ssh version</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-version/m-p/5224667#M679711</link>
      <description>ssh -V 2 &amp;gt;&amp;gt; filename will do</description>
      <pubDate>Thu, 11 Feb 2010 12:04:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-version/m-p/5224667#M679711</guid>
      <dc:creator>Jupinder Bedi</dc:creator>
      <dc:date>2010-02-11T12:04:12Z</dc:date>
    </item>
    <item>
      <title>Re: ssh version</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-version/m-p/5224668#M679712</link>
      <description>I am really sorry JRF for repeating the same answer actually my reply window was opened at that time and I was trying the command in the server.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Feb 2010 12:09:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-version/m-p/5224668#M679712</guid>
      <dc:creator>Jupinder Bedi</dc:creator>
      <dc:date>2010-02-11T12:09:40Z</dc:date>
    </item>
    <item>
      <title>Re: ssh version</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-version/m-p/5224669#M679713</link>
      <description>try this &lt;BR /&gt;&lt;BR /&gt;ssh -V 2&amp;gt;logfile &lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Johnson</description>
      <pubDate>Thu, 11 Feb 2010 12:27:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-version/m-p/5224669#M679713</guid>
      <dc:creator>johnsonpk</dc:creator>
      <dc:date>2010-02-11T12:27:47Z</dc:date>
    </item>
    <item>
      <title>Re: ssh version</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-version/m-p/5224670#M679714</link>
      <description>Jupinder, same here :-)</description>
      <pubDate>Thu, 11 Feb 2010 12:28:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-version/m-p/5224670#M679714</guid>
      <dc:creator>johnsonpk</dc:creator>
      <dc:date>2010-02-11T12:28:40Z</dc:date>
    </item>
    <item>
      <title>Re: ssh version</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-version/m-p/5224671#M679715</link>
      <description>Thanks &lt;BR /&gt;&lt;BR /&gt;its works</description>
      <pubDate>Mon, 15 Mar 2010 11:25:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-version/m-p/5224671#M679715</guid>
      <dc:creator>Viney Kumar</dc:creator>
      <dc:date>2010-03-15T11:25:36Z</dc:date>
    </item>
  </channel>
</rss>

