1838105 Members
3786 Online
110124 Solutions
New Discussion

HP-UX 11.0 : SSH PROBLEM

 
Emizan Abdul Majid
New Member

HP-UX 11.0 : SSH PROBLEM

I try to re-setup my SSH connection on my UNIX box. From PC I uses Putty to connect to the server. The problem is only root userid can establish the connection. Others than root it's failed.

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.
4 REPLIES 4
Muthukumar_5
Honored Contributor

Re: HP-UX 11.0 : SSH PROBLEM

May be logins except root is blocked sshd_config configuration file? Or /etc/profile scripting to block ssh login other than root user.

hth.
Easy to suggest when don't know about the problem!
Senthil Prabu.S_1
Trusted Contributor

Re: HP-UX 11.0 : SSH PROBLEM

Hi,
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
One man's "magic" is another man's engineering. "Supernatural" is a null word.
Senthil Prabu.S_1
Trusted Contributor

Re: HP-UX 11.0 : SSH PROBLEM

Hi,
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.
One man's "magic" is another man's engineering. "Supernatural" is a null word.
Emizan Abdul Majid
New Member

Re: HP-UX 11.0 : SSH PROBLEM

Thanks to forum member...I've found the solution. Modify the sshd_config file and set
"UsePrivilegeSeparation yes" to "UsePrivilegeSeparation no".

Thanks to Senthil Prabu.S.

Emizan Abdul Majid.