summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
diff options
context:
space:
mode:
authorMarkus Friedl <markus@cvs.openbsd.org>2001-11-07 22:12:02 +0000
committerMarkus Friedl <markus@cvs.openbsd.org>2001-11-07 22:12:02 +0000
commitd0dca4a2bbbb0b129c34b5da6ca9098aae913a8e (patch)
tree2a1473b8356b67f8068df86ec4610621f54b32cd /usr.bin/ssh
parent3498712abf04f58becab7ec0ba632b7006520409 (diff)
s/Keepalive/KeepAlive/; from openbsd@davidkrause.com
Diffstat (limited to 'usr.bin/ssh')
-rw-r--r--usr.bin/ssh/sshd.86
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/ssh/sshd.8 b/usr.bin/ssh/sshd.8
index 46c36cf7ece..37078971abf 100644
--- a/usr.bin/ssh/sshd.8
+++ b/usr.bin/ssh/sshd.8
@@ -34,7 +34,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" 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
.Dt SSHD 8
.Os
@@ -402,11 +402,11 @@ reached while client alive messages are being sent,
.Nm
will disconnect the client, terminating the session. It is important
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
encrypted channel and therefore will not be spoofable. The TCP keepalive
option enabled by
-.Cm Keepalive
+.Cm KeepAlive
is spoofable. The client alive mechanism is valuable when the client or
server depend on knowing when a connection has become inactive.
.Pp