[QUOTE=ust;3519108]server A can login server B[quote]
Try to be precise -- following to your documentation, there's one server and one client. It says, "The system from which the ssh session is started via the ssh command is the
client."
Can you be more specifc? How does it fail? What does the server log? It can be helpful to run in the server debug mode, and maybe on a different port, e.g.,
Code:
sudo /usr/sbin/sshd -d -p 2222
Root privilege is lets it read the host key file. There are ways around this (and good reasons not to be root when you don't need to), but sudo is simplest here.
Quote:
can advise except ssh , rlogin , is there other method to do it?
|
I advise to use ssh, and not to use rlogin.