Operating System - HP-UX
1846629 Members
1428 Online
110256 Solutions
New Discussion

Problem access by SSH form HP-SIM Server.

 
gOnzO_2
Occasional Advisor

Problem access by SSH form HP-SIM Server.

When I try to do "configure or repair agent" in the SIM see. 5.1, i have the following error:

Failed to configure SSH for host based authentication

Configuration failed to complete due to the following exception:

SSH Password authentication failed for target system: ignite01.jazztel.com.Check password and try again.

And on the server:

Dec 17 15:25:29 ignite01 sshd[13410]: Authentication refused: bad ownership or modes for directory /root

Someone I can help !!!????

Thanks!
5 REPLIES 5
Keith Buck
Respected Contributor

Re: Problem access by SSH form HP-SIM Server.

If /root is group or world-writable, or owned by someone other than root, you could get this error.

ls -ld /root

to see potential problems.

chmod 700 /root
chown root:root /root

should correct them.

You can also have permissions problems with /root/.ssh, but that's not indicated int he error message.

Hope that helps.

-Keith
gOnzO_2
Occasional Advisor

Re: Problem access by SSH form HP-SIM Server.

At the server can be accessed correctly as root with a ssh connection.

The problem is when I try to do since HP-SIM!
Keith Buck
Respected Contributor

Re: Problem access by SSH form HP-SIM Server.

Ok, well, that doesn't seem to match the error message...

Can you provide more info?
Version of Secure Shell,
permissions on /root and /.ssh
uname -a

Is ignite01 the CMS, the managed node, or both? What does syslog show during a non-HPSIM ssh session?

-Keith
gOnzO_2
Occasional Advisor

Re: Problem access by SSH form HP-SIM Server.

Hi Keith,

I have already solved the problem!

There was a line of the file sshd_conf!

Thank you for all!

;-)
gOnzO_2
Occasional Advisor

Re: Problem access by SSH form HP-SIM Server.

Hi Keith,

I have already solved the problem!

There was a line of the file sshd_conf!

Thank you for all!

;-)