- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- SSH Software
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
тАО03-13-2004 12:55 AM
тАО03-13-2004 12:55 AM
SSH Software
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-13-2004 01:44 AM
тАО03-13-2004 01:44 AM
Re: SSH Software
if you do not have the application cds,
you can download it from here:
http://software.hp.com/portal/swdepot/displayProductsList.do?category=ISS
greetings,
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-13-2004 02:08 AM
тАО03-13-2004 02:08 AM
Re: SSH Software
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-14-2004 11:22 PM
тАО03-14-2004 11:22 PM
Re: SSH Software
http://www.openssh.org
the HP's version is
http://www.software.hp.com/portal/swdepot/searchProducts.do
Regards
Martin.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-15-2004 02:02 AM
тАО03-15-2004 02:02 AM
Re: SSH Software
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-15-2004 02:32 AM
тАО03-15-2004 02:32 AM
Re: SSH Software
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-15-2004 02:36 AM
тАО03-15-2004 02:36 AM
Re: SSH Software
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-15-2004 02:47 AM
тАО03-15-2004 02:47 AM
Re: SSH Software
1. get openssl from http://hpux.connect.org.uk/hppd/hpux/Languages/openssl-0.9.7c/
2. get openssh from http://hpux.connect.org.uk/hppd/hpux/Networking/Admin/openssh-3.7.1p2/
3. install them
# swinstall -s /tmp/openssl-0.9.7c-sd-11.00.depot openssl
# swinstall -s /tmp/openssh-3.7.1p2-sd-11.00.depot openssh
you might also need zlib (http://hpux.connect.org.uk/hppd/hpux/Misc/zlib-1.2.1/)
If you want to follow the openssl standards on 11.00 even more, go fetch and install /dev/random from http://freshmeat.net/projects/hpux11-random/
If /usr/local/bin not yet in your $PATH
# perl -pi -e's{:?$}{:/usr/local/bin}' /etc/PATH
# cd /usr/local/etc/openssh
# /usr/local/bin/ssh-keygen -t dsa -N "" -f ssh_host_dsa_key
# /usr/local/bin/ssh-keygen -t rsa -N "" -f ssh_host_rsa_key
# /usr/local/bin/ssh-keygen -t rsa1 -N "" -f ssh_host_key
If you want X11 support over SSH:
# perl -pi -e's/^#?X11Forwarding no/X11Forwarding yes/' sshd_config
If you don't have a ssh user (yet):
# echo 'sshd:*:22:3::/var/empty:/sbin/sh' >>/etc/passwd
Then
# mkdir /var/empty
# chmod 755 /var/empty
# /usr/local/sbin/sshd
testen met
# /usr/local/bin/ssh localhost
Enjoy, Have FUN! H.Merijn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-15-2004 02:56 AM
тАО03-15-2004 02:56 AM
Re: SSH Software
No offense to the uttelry helpful HP-UX Connect Web site but I will still prefer stuff that is HP "Official"..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-15-2004 03:35 AM
тАО03-15-2004 03:35 AM
Re: SSH Software
Openssl/openssh is a moving target, and as we write, openssh, as available from the link I posted, is already considered 'old'. Newest openssh is 3.8p1
With the (security) bugs being fixed from the open source world, for a product that deserves its existance because of security, I prefer the builds from the HP porting center's. The people there have enough knowledge to make the best possible fit for the products they have made available for HP-UX (any version)
Enjoy, Have (secured) FUN! H.Merijn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-31-2004 08:26 AM
тАО03-31-2004 08:26 AM
Re: SSH Software
Has anyone else had this problem? I'm guessing that it's hashing the password wrong.