You haven't really given much to go on, especially
considering this is
a perl forum.
Are there any error messages when trying to ssh to the box -
or have
you checked the log file to see if sshd is complaining about
anything?
If you aren't even getting a prompt from sshd, then you
probably aren't
even connecting to the daemon due to iptables or
tcpwrappers. If you
are getting a prompt from sshd, then it's probably a
configuration
issue.
grep -il sshd /var/log/*
That will find out which logfile sshd is logging to. See if
anything
is getting logged. Worst case, you can use tcpdump to
monitor the
traffic on the network interface to see what's going on,
see the
connection and the replies...
SuperDave
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "Perl Programming" group.
To post to this group, send email to perl-programming googlegroups.com
To unsubscribe from this group, send email to
perl-programming-unsubscribe googlegroups.com
For more options, visit this group at http:
//groups.google.com/group/perl-programming
-~----------~----~----~----~------~----~------~--~---
|