On the console, from fedora:
ssh 10.0.0.2
will initiate a session to the other machine's sshd.
From My comp ( 10.0.0.2):
ssh 10.0.0.3
will do vice-versa.
For this to work, you need in both boxes the ssh server installed and running.
In my suse box I can start/stop sshd with
rcsshd stop
rcsshd start
Try to find out what command do the same in redhat.
Last edited by bruno buys; 05-09-2004 at 11:53 AM.
|