- Community Home
- >
- Servers and Operating Systems
- >
- HPE ProLiant
- >
- ProLiant Servers (ML,DL,SL)
- >
- Re: Using F-Secure instead of OpenSSH
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-19-2007 08:37 AM
тАО01-19-2007 08:37 AM
Using F-Secure instead of OpenSSH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-19-2007 12:56 PM
тАО01-19-2007 12:56 PM
Re: Using F-Secure instead of OpenSSH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-30-2007 11:46 AM
тАО01-30-2007 11:46 AM
Re: Using F-Secure instead of OpenSSH
If it's a stupid question I apologize but so far I haven't found any documents about using F-Secure instead of OpenSSH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-30-2007 10:50 PM
тАО01-30-2007 10:50 PM
Re: Using F-Secure instead of OpenSSH
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.
F-Secure SSH is compatible with OpenSSH, but it has some differences in key management and "scp" handling.
(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.)
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.)
The necessary changes are probably minimal, unless SIM tries to automate the key setup.
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.
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-31-2007 02:53 AM
тАО01-31-2007 02:53 AM
Re: Using F-Secure instead of OpenSSH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-31-2007 03:48 AM
тАО01-31-2007 03:48 AM