Link to home
Start Free TrialLog in
Avatar of Jason Yu
Jason YuFlag for United States of America

asked on

How to ensure that SSH is configured on the new node

Dear experts here:

I am going to add a new node to the oracle cluster. On this document:
http://docs.oracle.com/cd/E11882_01/rac.112/e16794/adddelclusterware.htm#CHDFIAIE

step 4, it asked me to "Ensure that SSH is configured on the node". Then I use root account to ssh to the new node(poseidon) from an existing node(elysium). However, it gives me the following error. When I switch to "mis" user, I can SSH in without any problem. Could anybody help me to verify if the SSH is configured well. thank you.  



[root@elysium ~]# ssh poseidon
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@    WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!     @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!
Someone could be eavesdropping on you right now (man-in-the-middle attack)!
It is also possible that the RSA host key has just been changed.
The fingerprint for the RSA key sent by the remote host is
49:0f:68:1f:c1:16:83:0b:69:ef:55:27:0a:e9:82:4c.
Please contact your system administrator.
Add correct host key in /root/.ssh/known_hosts to get rid of this message.
Offending key in /root/.ssh/known_hosts:3
RSA host key for poseidon has changed and you have requested strict checking.
Host key verification failed.
[root@elysium ~]#


-----------------------------------------------



[mis@elysium ~]$ ssh poseidon
mis@poseidon's password:
Last login: Thu May 16 15:22:32 2013 from elysium.minkagroup.net
[mis@poseidon ~]$
ASKER CERTIFIED SOLUTION
Avatar of Mazdajai
Mazdajai
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Jason Yu

ASKER

After I delete the third line in this file, it works now.


Connection to poseidon closed.
[root@elysium ~]# ssh poseidon
root@poseidon's password:
Last login: Mon May 20 15:27:05 2013 from poseidon.minkagroup.net
[root@poseidon ~]#



One more question, if I want to disregard the password (so I don't need to input password every time) which should I do?

Also, how to set up log in welcome logo. thank you.
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
thank you guys, got it solved satisfied.