- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- HP-UX 11.0 : SSH PROBLEM
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
11-28-2005 08:16 PM
11-28-2005 08:16 PM
HP-UX 11.0 : SSH PROBLEM
When I run command line (at console) "ssh -l testid hostname" where hostname is my UNIX box name, an error says "Connection to {hostname} closed by remote host" appear.
When I check in the syslog.log, the error is "sshd[19014]: fatal: mm_receive_fd: expected type 1 got 1073863176"
Any suggestion?
Thank you.
mizan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2005 08:23 PM
11-28-2005 08:23 PM
Re: HP-UX 11.0 : SSH PROBLEM
hth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2005 08:41 PM
11-28-2005 08:41 PM
Re: HP-UX 11.0 : SSH PROBLEM
check ur sshd_Config file for the followin line
"UsePrivilegeSeparation yes"
This must be set to yes in ur machine, that's why u r facing pbm for other users.
Make it "no".
HTH,
Prabu.S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2005 08:49 PM
11-28-2005 08:49 PM
Re: HP-UX 11.0 : SSH PROBLEM
After editing ur sshd_config, restart ur sshd deamon. Also check for the entries /etc/hosts.deny and /etc/hosts.allow, bez tcp wrapper may be running on ur machine, which may block users other than root to login to ur machine.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2005 03:05 PM
11-30-2005 03:05 PM
Re: HP-UX 11.0 : SSH PROBLEM
"UsePrivilegeSeparation yes" to "UsePrivilegeSeparation no".
Thanks to Senthil Prabu.S.
Emizan Abdul Majid.