1828200 Members
2253 Online
109975 Solutions
New Discussion

SSH Problem

 
prasanth.ps
Frequent Advisor

SSH Problem

Friends,

While i do an ssh to another machine as root i can do everything perfectly. But when i try it as oracle user, here is the output.

/home/orauat> ssh hosrtdb1
ssh: hosrtdb1: host nor service provided, or not known
/home/orauat>

Please advice me how to resolve thsi issue?

This is for oracle RAC installation pre requisite from the dba vendor.

But am able to ssh to the other host without password after crating the ssh keys.

Thanks,

Prasanth
1 REPLY 1
Ivan Krastev
Honored Contributor

Re: SSH Problem

For this error:
>ssh: hosrtdb1: host nor service provided, or not known


check permissions on this files:
/etc/resolv.conf
/etc/hosts
/etc/nsswitch.conf

All users shoud have read access to this files.

regards,
ivan