Re: [expert] Is that sshd process really serving ssh?

2001-04-27 Thread John Wolford
Let me try posting this again Date: Sun, 22 Apr 2001 20:55:50 -0700 (PDT) From: John Wolford <[EMAIL PROTECTED]> Subject: Re: [expert] Is that sshd process really serving ssh? To: [EMAIL PROTECTED] Reply-to: [EMAIL PROTECTED], [EMAIL PROTECTED] Thanks Rusty, Mark

Re: [expert] Is that sshd process really serving ssh?

2001-04-22 Thread John Wolford
Thanks Rusty, Mark & Karl. Well to be honest, i first wanted to solve this so that i could keep (me) from locking myself out of my box, which i did in a fit of stupidity awhile ago. So i wrote a simple script that has been doing the job, until a friend pointed out the issue that i just brought

Re: [expert] Is that sshd process really serving ssh?

2001-04-20 Thread Karl Cunningham
You could have your script telnet to port 22 and check for the proper SSH response. Mine answers with: SSH-1.99-OpenSSH_2.3.0p1 Karl Cunningham This situation i'm trying to work with is like this: There is sshd >running on a box, and there is a script watching to make sure that it's >running

Re: [expert] Is that sshd process really serving ssh?

2001-04-20 Thread Mark Rafn
On Fri, 20 Apr 2001, John Wolford wrote: > I have a question that might be off-topic for this list, but then > again maybe not. Probably mildly so. Comp.unix.programmer is a good spot for questions like this. > How can i tell if a given sshd process is serving > ssh? Other than trying to conne

Re: [expert] Is that sshd process really serving ssh?

2001-04-20 Thread Rusty Carruth
John Wolford <[EMAIL PROTECTED]> wrote: > Hi All, > > I have a question that might be off-topic for this list, but then again > maybe not. How can i tell if a given sshd process is serving ssh? Other than trying >to connect to > it, that is. Well, how about asking netstat -a if there is a pro

[expert] Is that sshd process really serving ssh?

2001-04-20 Thread John Wolford
Hi All, I have a question that might be off-topic for this list, but then again maybe not. How can i tell if a given sshd process is serving ssh? Other than trying to connect to it, that is. This situation i'm trying to work with is like this: There is sshd running on a box, and there is a s