mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-21 21:05:01 +02:00
- markus@cvs.openbsd.org 2001/11/07 22:12:01
[sshd.8] s/Keepalive/KeepAlive/; from openbsd@davidkrause.com
This commit is contained in:
parent
36e603db86
commit
60d8aafcb1
@ -33,6 +33,9 @@
|
|||||||
- markus@cvs.openbsd.org 2001/11/07 22:10:28
|
- markus@cvs.openbsd.org 2001/11/07 22:10:28
|
||||||
[ssh-dss.c ssh-rsa.c]
|
[ssh-dss.c ssh-rsa.c]
|
||||||
missing free and sync dss/rsa code.
|
missing free and sync dss/rsa code.
|
||||||
|
- markus@cvs.openbsd.org 2001/11/07 22:12:01
|
||||||
|
[sshd.8]
|
||||||
|
s/Keepalive/KeepAlive/; from openbsd@davidkrause.com
|
||||||
|
|
||||||
20011109
|
20011109
|
||||||
- (stevesk) auth-pam.c: use do_pam_authenticate(PAM_DISALLOW_NULL_AUTHTOK)
|
- (stevesk) auth-pam.c: use do_pam_authenticate(PAM_DISALLOW_NULL_AUTHTOK)
|
||||||
@ -6842,4 +6845,4 @@
|
|||||||
- Wrote replacements for strlcpy and mkdtemp
|
- Wrote replacements for strlcpy and mkdtemp
|
||||||
- Released 1.0pre1
|
- Released 1.0pre1
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.1644 2001/11/12 00:03:35 djm Exp $
|
$Id: ChangeLog,v 1.1645 2001/11/12 00:04:05 djm Exp $
|
||||||
|
6
sshd.8
6
sshd.8
@ -34,7 +34,7 @@
|
|||||||
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||||
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
.\"
|
.\"
|
||||||
.\" $OpenBSD: sshd.8,v 1.153 2001/09/27 17:53:24 camield Exp $
|
.\" $OpenBSD: sshd.8,v 1.154 2001/11/07 22:12:01 markus Exp $
|
||||||
.Dd September 25, 1999
|
.Dd September 25, 1999
|
||||||
.Dt SSHD 8
|
.Dt SSHD 8
|
||||||
.Os
|
.Os
|
||||||
@ -402,11 +402,11 @@ reached while client alive messages are being sent,
|
|||||||
.Nm
|
.Nm
|
||||||
will disconnect the client, terminating the session. It is important
|
will disconnect the client, terminating the session. It is important
|
||||||
to note that the use of client alive messages is very different from
|
to note that the use of client alive messages is very different from
|
||||||
.Cm Keepalive
|
.Cm KeepAlive
|
||||||
(below). The client alive messages are sent through the
|
(below). The client alive messages are sent through the
|
||||||
encrypted channel and therefore will not be spoofable. The TCP keepalive
|
encrypted channel and therefore will not be spoofable. The TCP keepalive
|
||||||
option enabled by
|
option enabled by
|
||||||
.Cm Keepalive
|
.Cm KeepAlive
|
||||||
is spoofable. The client alive mechanism is valuable when the client or
|
is spoofable. The client alive mechanism is valuable when the client or
|
||||||
server depend on knowing when a connection has become inactive.
|
server depend on knowing when a connection has become inactive.
|
||||||
.Pp
|
.Pp
|
||||||
|
Loading…
x
Reference in New Issue
Block a user