- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Install ssh 3.1.0 on a 64bit 11.0
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
01-24-2002 06:30 AM
01-24-2002 06:30 AM
Install ssh 3.1.0 on a 64bit 11.0
it finds that it is a hppa2 machine and that it is 64bit. I am using the HP ansi C complier, I get a look of warnings but no out right errors. So when the binaries are compiled I it looks okay, until I run the sshd2 binary. What I get is a verbose output which just keeps in the foreground and doesn't run in the background. Has anyone run into this problem?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2002 06:39 AM
01-24-2002 06:39 AM
Re: Install ssh 3.1.0 on a 64bit 11.0
Would you mind posting up the error message when you execute sshd?
Steven Sim Kok Leong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2002 07:09 AM
01-24-2002 07:09 AM
Re: Install ssh 3.1.0 on a 64bit 11.0
like I have complie issues in the loop program.
sshd2: SSH Secure Shell 3.1.0 on hppa2.0w-hp-hpux11.00
debug[18884]: SshHostKeyIO/sshhostkeyio.c:168: Reading public host key from /xxx/xxx/ssh2/hostkey.pub
debug[18884]: SshHostKeyIO/sshhostkeyio.c:253: Host key algorithms: ssh-dss
debug[18884]: Becoming server.
debug[18884]: Creating listener
debug[18884]: Listener created
debug[18884]: no udp listener created.
debug[18884]: Running event loop
debug[18884]: ssh_sigchld_real_callbac
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2002 07:12 AM
01-24-2002 07:12 AM
Re: Install ssh 3.1.0 on a 64bit 11.0
I suspect that you ran sshd with the debug mode on.
Below should be sufficient:
# /usr/local/sbin/sshd
Did you perhaps run it with the -d option with is the debug mode?
Hope this helps. Regards.
Steven Sim kok Leong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2002 01:54 PM
01-24-2002 01:54 PM
Re: Install ssh 3.1.0 on a 64bit 11.0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2002 04:37 PM
01-24-2002 04:37 PM
Re: Install ssh 3.1.0 on a 64bit 11.0
Check wheter your /etc/ssh2/sshd2_config (or equivalent) has VerboseMode set to yes. If it has been set to yes, the symptoms of your problem will occur. Set to no to resolve this.
Extracted for your convenience:
=========================================
Verbose mode. Causes sshd2 to print debugging messages about its progress. This is helpful in debugging connection, authentication, and configuration problems. Also causes sshd2 to not fork on connection, so only one connection is handled.
=========================================
Hope this helps. Regards.
Steven Sim Kok Leong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2002 05:26 PM
01-24-2002 05:26 PM
Re: Install ssh 3.1.0 on a 64bit 11.0
#/usr/local/sbin/sshd2 -q
((turn off logging))
Could you have accidently compiled it with debugging forced to on?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2002 08:08 AM
01-27-2002 08:08 AM
Re: Install ssh 3.1.0 on a 64bit 11.0
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x0a47a22831ebd5118ff40090279cd0f9,00.html
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xa6ffa12d6d27d5118fef0090279cd0f9,00.html