<?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: Using F-Secure instead of OpenSSH in ProLiant Servers (ML,DL,SL)</title>
    <link>https://community.hpe.com/t5/proliant-servers-ml-dl-sl/using-f-secure-instead-of-openssh/m-p/5023777#M116827</link>
    <description>Unfortunately I am not by any means an expert on SSH so will take the response to someone inside my organization who hopefully can interpret the response :-)</description>
    <pubDate>Wed, 31 Jan 2007 11:48:51 GMT</pubDate>
    <dc:creator>Wesley Hutton</dc:creator>
    <dc:date>2007-01-31T11:48:51Z</dc:date>
    <item>
      <title>Using F-Secure instead of OpenSSH</title>
      <link>https://community.hpe.com/t5/proliant-servers-ml-dl-sl/using-f-secure-instead-of-openssh/m-p/5023772#M116822</link>
      <description>My company has standardized on F-Secure as the default server software.  I am looking for documentation on how to configure SIM to use F-Secure protocal.</description>
      <pubDate>Fri, 19 Jan 2007 16:37:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/proliant-servers-ml-dl-sl/using-f-secure-instead-of-openssh/m-p/5023772#M116822</guid>
      <dc:creator>Wesley Hutton</dc:creator>
      <dc:date>2007-01-19T16:37:24Z</dc:date>
    </item>
    <item>
      <title>Re: Using F-Secure instead of OpenSSH</title>
      <link>https://community.hpe.com/t5/proliant-servers-ml-dl-sl/using-f-secure-instead-of-openssh/m-p/5023773#M116823</link>
      <description>Sorry - I meant Protocol :-)</description>
      <pubDate>Fri, 19 Jan 2007 20:56:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/proliant-servers-ml-dl-sl/using-f-secure-instead-of-openssh/m-p/5023773#M116823</guid>
      <dc:creator>Wesley Hutton</dc:creator>
      <dc:date>2007-01-19T20:56:53Z</dc:date>
    </item>
    <item>
      <title>Re: Using F-Secure instead of OpenSSH</title>
      <link>https://community.hpe.com/t5/proliant-servers-ml-dl-sl/using-f-secure-instead-of-openssh/m-p/5023774#M116824</link>
      <description>Hey - who do I have to sleep with to get a response on my question?&lt;BR /&gt;&lt;BR /&gt;If it's a stupid question I apologize but so far I haven't found any documents about using F-Secure instead of OpenSSH</description>
      <pubDate>Tue, 30 Jan 2007 19:46:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/proliant-servers-ml-dl-sl/using-f-secure-instead-of-openssh/m-p/5023774#M116824</guid>
      <dc:creator>Wesley Hutton</dc:creator>
      <dc:date>2007-01-30T19:46:59Z</dc:date>
    </item>
    <item>
      <title>Re: Using F-Secure instead of OpenSSH</title>
      <link>https://community.hpe.com/t5/proliant-servers-ml-dl-sl/using-f-secure-instead-of-openssh/m-p/5023775#M116825</link>
      <description>Looks like nobody knows the answer :-(&lt;BR /&gt;&lt;BR /&gt;Anyway, I'll hazard a guess. I'm not familiar at all with SIM, but have plenty of experience on both OpenSSH and F-Secure SSH.&lt;BR /&gt;&lt;BR /&gt;F-Secure SSH is compatible with OpenSSH, but it has some differences in key management and "scp" handling.&lt;BR /&gt;(OpenSSH's scp uses a protocol that is similar to rcp over SSH, while F-Secure's scp actually uses sftp protocol extension of SSH, which is supported by OpenSSH too. So using a F-Secure scp client with OpenSSH server works, but using a OpenSSH scp client with a F-Secure server fails.)&lt;BR /&gt;&lt;BR /&gt;If you have SIM configuration instructions for OpenSSH, find any SSH-key-related parts of those instructions and figure out the equivalent actions in F-Secure style. Since you've standardized on F-Secure SSH, I assume you are familiar with the necessary actions. (If not, please read the F-Secure SSH documentation.)&lt;BR /&gt;&lt;BR /&gt;The necessary changes are probably minimal, unless SIM tries to automate the key setup.&lt;BR /&gt;&lt;BR /&gt;As you have standardized on F-Secure SSH, the scp caveat I mentioned above will probably not cause any trouble at all. If it does, there is a work-around: find a suitable OpenSSH "scp" binary and install it to your server as "scp1". F-Secure SSH server will detect the attempt to use OpenSSH-style scp (or SSH1-era scp, as it's also known). If the "SSH1 compatibility" is enabled, the server will start the "scp1" binary to handle the file transfer. There will be a message like "warning: using obsolete scp1" but the file transfer will succeed.&lt;BR /&gt;&lt;BR /&gt;And if you're worried that introducing OpenSSH "scp" to your system will add security worries... the OpenSSH scp does not contain *any* cryptography or network code. It uses "ssh" binary (when client-side) or is used by "sshd" (when server-side) to handle the file reading/writing. The cryptography and network access is handled by ssh/sshd as usual. Read the source code of OpenSSH scp if you don't believe me.</description>
      <pubDate>Wed, 31 Jan 2007 06:50:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/proliant-servers-ml-dl-sl/using-f-secure-instead-of-openssh/m-p/5023775#M116825</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2007-01-31T06:50:29Z</dc:date>
    </item>
    <item>
      <title>Re: Using F-Secure instead of OpenSSH</title>
      <link>https://community.hpe.com/t5/proliant-servers-ml-dl-sl/using-f-secure-instead-of-openssh/m-p/5023776#M116826</link>
      <description>If you only need SSH for locally-run commands on the HP SIM CMS, HP SIM 5.1 allows you to dispense with SSH completely...</description>
      <pubDate>Wed, 31 Jan 2007 10:53:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/proliant-servers-ml-dl-sl/using-f-secure-instead-of-openssh/m-p/5023776#M116826</guid>
      <dc:creator>David Claypool</dc:creator>
      <dc:date>2007-01-31T10:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: Using F-Secure instead of OpenSSH</title>
      <link>https://community.hpe.com/t5/proliant-servers-ml-dl-sl/using-f-secure-instead-of-openssh/m-p/5023777#M116827</link>
      <description>Unfortunately I am not by any means an expert on SSH so will take the response to someone inside my organization who hopefully can interpret the response :-)</description>
      <pubDate>Wed, 31 Jan 2007 11:48:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/proliant-servers-ml-dl-sl/using-f-secure-instead-of-openssh/m-p/5023777#M116827</guid>
      <dc:creator>Wesley Hutton</dc:creator>
      <dc:date>2007-01-31T11:48:51Z</dc:date>
    </item>
  </channel>
</rss>

