- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Implementing OpenSSH on HPUX !
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-03-2002 04:51 PM
12-03-2002 04:51 PM
I??m triying to connect to HPUX server using an openssh connection, but never can connect me to the server. I made the same test on a Linux server and the problem doesn??t appear. I??m using the Reflection emulator software, and check the option for the configuration connection, and use the 22 port for "openssh" connections. In the /etc/services file doesn??t appear this port (HPUX server).
Somebody know if i need to install some patches or software for openssh connections on the HPUX server ?.
P.D> My servers have HPUX 10.20 and 11.00 OS.
Best Regards !
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2002 04:56 PM
12-03-2002 04:56 PM
SolutionYes you'll need to download & install OpenSSH - for 11.0/11.11.11.20 you can get it here:
http://hpux.cs.utah.edu/hppd/hpux/Networking/Admin/openssh-3.5p1/
Has following dependencies:
OpenSSL:
http://hpux.cs.utah.edu/hppd/hpux/Languages/openssl-0.9.6g/
TCP_Wrappers:
http://hpux.cs.utah.edu/hppd/hpux/Networking/Admin/tcp_wrappers-7.6/
And zlib:
http://hpux.cs.utah.edu/hppd/hpux/Misc/zlib-1.1.4/
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2002 05:22 PM
12-03-2002 05:22 PM
Re: Implementing OpenSSH on HPUX !
ssh, in a "depot" from hp:
http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=T1471AA
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2002 06:19 PM
12-03-2002 06:19 PM
Re: Implementing OpenSSH on HPUX !
Note that OpenSSH from HP is only for 11.0 and higher. There has been no active development for 10.20 since Dec 2001.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2002 06:58 PM
12-03-2002 06:58 PM
Re: Implementing OpenSSH on HPUX !
Granted it IS much more convenient to have the bundled full depot from HP.....
My 2 cents,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2002 05:23 AM
12-04-2002 05:23 AM
Re: Implementing OpenSSH on HPUX !
I have a combined depot of openssh, openssl and prngd - all latest versions. Let me know if you would like a copy. (Offline as it is 2.9Mb)
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2002 12:24 PM
12-05-2002 12:24 PM
Re: Implementing OpenSSH on HPUX !
Reflection is a hassle to install, and even harder to maintain. Citrix is easy to install and maintenence is nothing. It uses Secure Sockets Layer for its connection, so its as secure as ssh.
We use BOTH Metaframe for Unix and SSH. SSH is used primarily between unix hosts, and Citrix is used between desktops and the unix systems.
Good Luck
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2002 02:07 PM
12-05-2002 02:07 PM
Re: Implementing OpenSSH on HPUX !
I installed the depot for HPUX 11i:
Secure_Shell A.03.10.002 HP-UX Secure Shell
I??m using the Reflection Software for connect me to the HPUX Servers, and don??t have any problem when i make connections using the Reflection for Hp and Digital (with openssh), but when i try to use the Reflection X, never appear the graphical interface. I was checking the SSH-Readme.pdf file, but only mentioned something about the configuration in the /opt/ssh/etc/sshd_config file.
I made some modifications in this file:
X11Forwarding no
X11DisplayOffset 10
X11UseLocalhost yes
#PrintMotd yes
#PrintLastLog yes
#KeepAlive yes
#UseLogin no
Somebody know how i must modify this file ?.
Best Regards !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2002 02:18 PM
12-05-2002 02:18 PM
Re: Implementing OpenSSH on HPUX !
Search the forums. I do remember seeing this problem resolved. I think you need ip_forwarding to be enable to accomplish your task.
Hope this helps,
0leg
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2002 02:19 PM
12-05-2002 02:19 PM
Re: Implementing OpenSSH on HPUX !
:) sorry for confusion. Too many things in my head :)
Hope this helps,
0leg