- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: ssh configuration under hp-ux
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
05-20-2008 02:42 AM
05-20-2008 02:42 AM
ssh configuration under hp-ux
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2008 02:57 AM
05-20-2008 02:57 AM
Re: ssh configuration under hp-ux
You can find depots for installation (and sources, if required) on the porting and archive center:
http://hpux.cs.utah.edu/hppd/hpux/Networking/Admin/openssh-5.0p1/
Cheers,
Wout
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2008 03:52 AM
05-20-2008 03:52 AM
Re: ssh configuration under hp-ux
openssh, known as secure shell is on your Core OS DVD for 11.31.
Insert the DVD, start swinstall -i
Use the local disk item, find Secure Shell, mark it for installation and use the menu to install it.
For a more current version download it from http://software.hp.com
Search for Secure Shell, download it, upload it to your 11.31 server and install it.
By default ssh is installed on 11.31.
see /etc/rc.config.d/sshd
To see if its configured to auto start.
/sbin/init.d/secsh start to manually start it.
See /var/adm/syslog/syslog.log for any error messages.
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
05-20-2008 06:56 AM
05-20-2008 06:56 AM
Re: ssh configuration under hp-ux
sshd[20933]: Accepted keyboard-interactive/pam for root from 10.x.x.x.
please help me!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2008 07:02 AM
05-20-2008 07:02 AM
Re: ssh configuration under hp-ux
When someone logs in using ssh, a record is made in the syslog for easy reference.
If you can log in using ssh and get your shell, you're up and running :-)
Cheers,
Wout
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2008 07:24 AM
05-20-2008 07:24 AM
Re: ssh configuration under hp-ux
These command should provide with the information you looking for.
#swlist -l product | grep -i ssh
ssh2 4.4.2.3 SSH Tectia(tm) Server 4.4.2.3
#ps -ef | grep sshd
//usr/local/sbin/sshd2
sp,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2008 07:24 AM
05-20-2008 07:24 AM
Re: ssh configuration under hp-ux
where can i verify actually?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2008 10:11 AM
05-20-2008 10:11 AM
Re: ssh configuration under hp-ux
I'm not sure I understand the above....in what way is it "not ready"?
"where can i verify actually" it depends on how / where you got it. take a look for ssh_config and sshd_config, you should find it in /usr/local/etc or /etc/ssh. if you don't then run a "find" command to locate it