> >>ssh: connect to host 127.0.0.1 port 22: Connection refused

> That's the message you get when no process is listening to that port. 
> Try ssh -p 1234 localhost on your machine.

Oops you're right. Carl: netstat -antp please... (look for port 22)

Or use fuser -n tcp 22 as root! (took me 10 attempts to get that right -
crappy --help).

Volker

-- 
Volker Kuhlmann                 is possibly list0570 with the domain in header
http://volker.dnsalias.net/             Please do not CC list postings to me.

Reply via email to