PDA

View Full Version : ssh and nvc not working


lime4x4
January 1st, 2008, 06:04 PM
i have it enabled in the control center but can't access the mythtv box from another linux machine. I keep getting the following error
Connection failed. No server running at the given address and port.

elj4176
January 3rd, 2008, 05:19 PM
A couple things to check -

Look to see if ssh is actually running on the mythbox

If ssh is running then try:

ssh yourusernameonthemythbox@themythboxipaddress -p 22

an example: ssh elj4176@192.168.1.255 -p 22


As for vnc - I don't use it so I can't help you there.
Hope that helps.

Mithrilhall
January 3rd, 2008, 05:38 PM
ps -e | grep vnc


Do you see it running anywhere?