i try to ssh from hostA to hostB
>>>ssh hostB
it prompted me to enter password of hostB..all other hosts are not asking me to enter password whats the problem with this hostA even i run
hostA/root :/> ssh-keygen -t rsa -N "" -f $HOME/.ssh/id_rsa
Generating public/private rsa key pair.
Your identification has been saved in //.ssh/id_rsa.
Your public key has been saved in //.ssh/id_rsa.pub.
The key fingerprint is:
XXXXX6:42:ab:0d:38:1d:16:0e:be:9e:7b root@hostA
and
hostA/root: / > ssh-keygen -t rsa -N "" -f $HOME/.ssh/id_rsa
Generating public/private rsa key pair.
//.ssh/id_rsa already exists.
Overwrite (y/n)? y
Your identification has been saved in //.ssh/id_rsa.
Your public key has been saved in //.ssh/id_rsa.pub.
The key fingerprint is:
XXXXX79:66:2b:5e:91:02:97:27:03:4c:6e root@hostA
after i run
hostA/root: / > ssh hostB
root@hostB's password:
do i need to enter hostA entry in any file of hostB in order to autenticate????
any help appreciated..
Thank you..
>>>ssh hostB
it prompted me to enter password of hostB..all other hosts are not asking me to enter password whats the problem with this hostA even i run
hostA/root :/> ssh-keygen -t rsa -N "" -f $HOME/.ssh/id_rsa
Generating public/private rsa key pair.
Your identification has been saved in //.ssh/id_rsa.
Your public key has been saved in //.ssh/id_rsa.pub.
The key fingerprint is:
XXXXX6:42:ab:0d:38:1d:16:0e:be:9e:7b root@hostA
and
hostA/root: / > ssh-keygen -t rsa -N "" -f $HOME/.ssh/id_rsa
Generating public/private rsa key pair.
//.ssh/id_rsa already exists.
Overwrite (y/n)? y
Your identification has been saved in //.ssh/id_rsa.
Your public key has been saved in //.ssh/id_rsa.pub.
The key fingerprint is:
XXXXX79:66:2b:5e:91:02:97:27:03:4c:6e root@hostA
after i run
hostA/root: / > ssh hostB
root@hostB's password:
do i need to enter hostA entry in any file of hostB in order to autenticate????
any help appreciated..
Thank you..