LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How do i SSH to a local box? (https://www.linuxquestions.org/questions/linux-newbie-8/how-do-i-ssh-to-a-local-box-179624/)

Nemeliza 05-09-2004 11:46 AM

How do i SSH to a local box?
 
As title, What do i need to setup on my computer and my fedora 1 box to allow me to feed it commands remotely.
They are both on the same network
My comp: 10.0.0.2
Fedora 1 box: 10.0.0.3

Any help appreciated.

bruno buys 05-09-2004 11:50 AM

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.


All times are GMT -5. The time now is 08:26 AM.