LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   remote desktop,vnc,ssh inside a lan (https://www.linuxquestions.org/questions/linux-networking-3/remote-desktop-vnc-ssh-inside-a-lan-82079/)

durden2.0 08-14-2003 07:48 PM

remote desktop,vnc,ssh inside a lan
 
Well I have 3 computers right now 2 of them running redhat 9 and one running mandrake 9.1. I have the gateway to the internet going through the mandrake 9.1 machine. I am interested in how I can ssh into one of the other computers or I have heard about remote X query and such. Does anyone know a way to do this or something similar? I mainly just want to get on one machine from another. Everytime I try just a simple ssh command it says connection refused or something like host not found. I am not sure whats the deal. Thanks everyone

joseph 08-15-2003 01:56 AM

you must see whether your have installed ssh on your system using command rpm -qa | grep 'ssh' if not installed get it first and install. then you can using it.

pe2338 08-15-2003 07:05 AM

and the ssh service should be active too...
on RH do a
#setup
and go to the services submenu, look for ssh

If there is no ssh then you don't have it installed
If exists then it must be checked so that you can have an active ssh server

I don't do mandy, so I can't tell anything about that...

ArcLinux 09-22-2006 03:55 PM

Is SSH on the remote machine accepting connections?
if so is it asking or does it need a private_key?(RSA/DSA) or other type
check the /etc/ssh/ssh_config and /etc/ssh/sshd_config to make sure that you have the correct settings.


All times are GMT -5. The time now is 01:48 AM.