Title: RE: ssh quit working
Thanks for the reply.
I have removed ipchains from the server.
When I do a "lsmod" I see, among other entries, iptable_filter and iptables. Ipchains is not there.
When I do a "dig", it errors-out with nothing to find. I'm able to pin
On Wed, Mar 19, 2003 at 12:14:01PM -0600, Quillen, Channon wrote:
> I am able to ping the server. I am also able to login at the console and
> ping out, ssh to localhost, and ftp to localhost. The telnet service is
> disabled.
>
> I thought it might be a problem with iptables becoming corrupt (t
Title: RE: ssh quit working
Thanks for the reply. Here is what I've done...
#netstat -nalp | grep ':22' returns
tcp 0 0 0.0.0.0:22 0.0.0:* LISTEN 718/sshd
I stopped the iptables service, did an "iptables -F" and started the service back up - still no connect w
Channon,
Just in case you cannot restart the production server at will, here
maybe some hints :
1. do a "netstat -nalp | grep ':22'", see if some process is really
listening on port 22, and whether it is listening at IP address
"0.0.0.0" instead of just "127.0.0.1".
2. restart ssh by "service ss
Sound like you're not at the server... if you know someone who is I'd
try re-booting.
On Wed, 2003-03-19 at 09:14, Quillen, Channon wrote:
> I am able to ping the server. I am also able to login at the console
> and ping out, ssh to localhost, and ftp to localhost. The telnet
> service is disable
Title: ssh quit working
I am able to ping the server. I am also able to login at the console and ping out, ssh to localhost, and ftp to localhost. The telnet service is disabled.
I thought it might be a problem with iptables becoming corrupt (that has happened before on another server), so