On Thu Jul 03, 2008 at 06:22:56PM +0530, sivaji j.g wrote:
> On Thu, Jul 3, 2008 at 6:11 PM, Sudharshan S <[EMAIL PROTECTED]> wrote:
> 
> [EMAIL PROTECTED]:~$ ssh [EMAIL PROTECTED]
> 
> 
>  ssh: connect to host unixpod.com port 22: Connection refused

Try netcat or telnet

$ netcat unixpod.com 22
SSH-2.0-OpenSSH_4.7p1 Debian-8ubuntu1

$ telnet unixpod.com 22
Trying 12.205.155.236...
Connected to unixpod.com.
Escape character is '^]'.
SSH-2.0-OpenSSH_4.7p1 Debian-8ubuntu1

The above is what I am getting.

-- 
   Nothing I do is my fault.
                  -- Calvin
_______________________________________________
To unsubscribe, email [EMAIL PROTECTED] with 
"unsubscribe <password> <address>"
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Reply via email to