- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- software install
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
Forums
Discussions
Discussions
Discussions
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
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
12-27-2006 07:16 AM
12-27-2006 07:16 AM
F-Secure SSH on a (HP-UX 11.23) PA-Risc server.Where can i download the software and find out the install procedure.Thanks in advance.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2006 08:10 AM
12-27-2006 08:10 AM
Re: software install
Secure shell 4.4
http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=T1471AA
OpenSecure Shell 4.4
http://gatekeep.cs.utah.edu/hppd/hpux/Networking/Admin/openssh-4.4p1/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2006 08:20 AM
12-27-2006 08:20 AM
Re: software install
http://www.f-secure.com/
although I did not find any links to HP-UX versions. Unless you are adept at compiling and linking, the best solution is to download the installable package from HP.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2006 09:48 AM
12-27-2006 09:48 AM
Re: software install
Any idea about the below error message.
Permission denied,(publickkey,passwd)
user@server's passwd:
Permission denied ,please try again.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2006 01:40 PM
12-27-2006 01:40 PM
SolutionLooks like the ssh key configuraiotn has not completed propely,
RSA SecurID Authentication is configured in Reflection or F-Secure SSH using the keyboard interactive authentication method via the SecurID plug-in. This method is recommended because it uses precompiled binaries and enables you to avoid compiling source code.
To configure SSH connections using SecurID Authentication on the SSH UNIX server, you must configure the SSH UNIX Client and Server, set two environmental variables, and start the SSH Server service.
Configure the SSH UNIX Client
To configure the Reflection or F-Secure SSH UNIX Client, edit the ssh2_config file and set AllowedAuthentications to keyboard-interactive:
AllowedAuthentications keyboard-interactive
Configure the SSH UNIX Server
To configure the Reflection or F-Secure SSH UNIX Server, edit the sshd2_config file and set AllowedAuthentications, AuthKbdInt.Required, and AuthKbdInt.Plugin as follows:
AllowedAuthentications keyboard-interactive
AuthKbdInt.Required plugin
AuthKbdInt.Plugin/ssh-securid-plugin
Note: AuthKbdInt.Required makes authentication with securid tokens compulsory. If you want to have securid authentication as an option, in addition to other methods, use the AuthKbdInt.Optional instead.
Start the SSH Server Service
Before starting the SSH Server service, you must set the VAR_ACE and LD_LIBRARY_PATH environmental variables.
* Set VAR_ACE to the directory where the sdconf.rec file is located.
* Set LD_LIBRARY_PATH to the directory where the RSA/Server or RSA/Agent is installed.
For example, if the agent is located in /opt/ace, you would start the service as follows:
$ VAR_ACE=/opt/ace/data LD_LIBRARY_PATH=/opt/ace/prog sshd2
Note: To have the VAR_ACE variable configured on server startup, add it to the host's init script.
You can check this tech link further:
http://support.attachmate.com/techdocs/1914.html
Cheers,
Raj.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2006 02:39 AM
12-28-2006 02:39 AM
Re: software install
What could be the major difference between the ssh and ssh2. thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2006 02:44 AM
12-28-2006 02:44 AM
Re: software install
ftp://ftp.ssh.fi/pub/ssh/
From readme file:
" What has changed since SSH1?
----------------------------
- SSH has been 98% rewritten.
- SSH now supports other key-exchange methods besides double-
encrypting RSA key exchange. The current distribution comes with
Diffie-Hellman key exchange.
- SSH now has support for DSA and other public key algorithms
besides RSA.
- The protocol is more secure.
- The protocol complies with the upcoming 'secsh' internet standard.
- SSH now supports "subsystems", platform-independent modules that
implement particular functions such as file transfers.
- SSH now has built-in SOCKS support.
- A new feature has been added: sftp, the secure file transfer
protocol.
"