Logingrace time and debug mode
selvesteen_at_hotmail.com
Date: 05/31/05
- Next message: Dominic.Searle_at_gmail.com: "Re: SSH and passing parameters <KSH Solaris>"
- Previous message: Bernd Breitschaedel: "Re: cygwin + SSH2"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: 31 May 2005 05:14:11 -0700
Hello All,
I am using OpenSSH on hp-ux 11.23 box. For testing I started sshd with
following options in debug mode
sshd -o'logingracetime 1m' -ddd
I conneted my client and waited over the gracetime, but the client
still could successfully connect to the server
time ssh -l mit localhost -vvv date
Tue May 31 18:56:58 IST 2005
debug3: channel 0: will not send data after close
debug2: channel 0: obuf empty
debug2: channel 0: close_write
debug2: channel 0: output drain -> closed
debug2: channel 0: almost dead
debug2: channel 0: gc: notify user
debug2: channel 0: gc: user detached
debug2: channel 0: send close
debug2: channel 0: is dead
debug2: channel 0: garbage collecting
debug1: channel 0: free: client-session, nchannels 1
debug3: channel 0: status: The following connections are open:
#0 client-session (t4 r0 i3/0 o3/0 fd -1/-1 cfd -1)
debug3: channel 0: close_fds r -1 w -1 e 9 c -1
debug1: Transferred: stdin 0, stdout 0, stderr 0 bytes in 0.2 seconds
debug1: Bytes per second: stdin 0.0, stdout 0.0, stderr 0.0
debug1: Exit status 0
real 11m47.23s
user 0m0.06s
sys 0m0.02s
But the SSHD works perfectly when it is started in normal mode.
Is this a correct behaviour?
- Next message: Dominic.Searle_at_gmail.com: "Re: SSH and passing parameters <KSH Solaris>"
- Previous message: Bernd Breitschaedel: "Re: cygwin + SSH2"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|