mirror of git://anongit.mindrot.org/openssh.git
- stevesk@cvs.openbsd.org 2002/02/03 22:35:57
[ssh.1 sshd.8] some KeepAlive cleanup/clarify; ok markus@
This commit is contained in:
parent
68f45983b2
commit
9749c0c972
|
@ -72,6 +72,9 @@
|
||||||
- markus@cvs.openbsd.org 2002/02/03 17:59:23
|
- markus@cvs.openbsd.org 2002/02/03 17:59:23
|
||||||
[sshconnect2.c]
|
[sshconnect2.c]
|
||||||
more cross checking if announced vs. used key type; ok stevesk@
|
more cross checking if announced vs. used key type; ok stevesk@
|
||||||
|
- stevesk@cvs.openbsd.org 2002/02/03 22:35:57
|
||||||
|
[ssh.1 sshd.8]
|
||||||
|
some KeepAlive cleanup/clarify; ok markus@
|
||||||
|
|
||||||
20020130
|
20020130
|
||||||
- (djm) Delay PRNG seeding until we need it in ssh-keygen, from markus@
|
- (djm) Delay PRNG seeding until we need it in ssh-keygen, from markus@
|
||||||
|
@ -7474,4 +7477,4 @@
|
||||||
- Wrote replacements for strlcpy and mkdtemp
|
- Wrote replacements for strlcpy and mkdtemp
|
||||||
- Released 1.0pre1
|
- Released 1.0pre1
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.1818 2002/02/05 01:23:32 djm Exp $
|
$Id: ChangeLog,v 1.1819 2002/02/05 01:23:58 djm Exp $
|
||||||
|
|
7
ssh.1
7
ssh.1
|
@ -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: ssh.1,v 1.145 2002/01/29 23:50:37 markus Exp $
|
.\" $OpenBSD: ssh.1,v 1.146 2002/02/03 22:35:57 stevesk Exp $
|
||||||
.Dd September 25, 1999
|
.Dd September 25, 1999
|
||||||
.Dt SSH 1
|
.Dt SSH 1
|
||||||
.Os
|
.Os
|
||||||
|
@ -935,7 +935,7 @@ It is possible to have
|
||||||
multiple identity files specified in configuration files; all these
|
multiple identity files specified in configuration files; all these
|
||||||
identities will be tried in sequence.
|
identities will be tried in sequence.
|
||||||
.It Cm KeepAlive
|
.It Cm KeepAlive
|
||||||
Specifies whether the system should send keepalive messages to the
|
Specifies whether the system should send TCP keepalive messages to the
|
||||||
other side.
|
other side.
|
||||||
If they are sent, death of the connection or crash of one
|
If they are sent, death of the connection or crash of one
|
||||||
of the machines will be properly noticed.
|
of the machines will be properly noticed.
|
||||||
|
@ -950,8 +950,7 @@ if the network goes down or the remote host dies.
|
||||||
This is important in scripts, and many users want it too.
|
This is important in scripts, and many users want it too.
|
||||||
.Pp
|
.Pp
|
||||||
To disable keepalives, the value should be set to
|
To disable keepalives, the value should be set to
|
||||||
.Dq no
|
.Dq no .
|
||||||
in both the server and the client configuration files.
|
|
||||||
.It Cm KerberosAuthentication
|
.It Cm KerberosAuthentication
|
||||||
Specifies whether Kerberos authentication will be used.
|
Specifies whether Kerberos authentication will be used.
|
||||||
The argument to this keyword must be
|
The argument to this keyword must be
|
||||||
|
|
9
sshd.8
9
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.165 2002/01/29 14:32:03 markus Exp $
|
.\" $OpenBSD: sshd.8,v 1.166 2002/02/03 22:35:57 stevesk Exp $
|
||||||
.Dd September 25, 1999
|
.Dd September 25, 1999
|
||||||
.Dt SSHD 8
|
.Dt SSHD 8
|
||||||
.Os
|
.Os
|
||||||
|
@ -533,7 +533,7 @@ or
|
||||||
The default is
|
The default is
|
||||||
.Dq no .
|
.Dq no .
|
||||||
.It Cm KeepAlive
|
.It Cm KeepAlive
|
||||||
Specifies whether the system should send keepalive messages to the
|
Specifies whether the system should send TCP keepalive messages to the
|
||||||
other side.
|
other side.
|
||||||
If they are sent, death of the connection or crash of one
|
If they are sent, death of the connection or crash of one
|
||||||
of the machines will be properly noticed.
|
of the machines will be properly noticed.
|
||||||
|
@ -548,12 +548,11 @@ users and consuming server resources.
|
||||||
The default is
|
The default is
|
||||||
.Dq yes
|
.Dq yes
|
||||||
(to send keepalives), and the server will notice
|
(to send keepalives), and the server will notice
|
||||||
if the network goes down or the client host reboots.
|
if the network goes down or the client host crashes.
|
||||||
This avoids infinitely hanging sessions.
|
This avoids infinitely hanging sessions.
|
||||||
.Pp
|
.Pp
|
||||||
To disable keepalives, the value should be set to
|
To disable keepalives, the value should be set to
|
||||||
.Dq no
|
.Dq no .
|
||||||
in both the server and the client configuration files.
|
|
||||||
.It Cm KerberosAuthentication
|
.It Cm KerberosAuthentication
|
||||||
Specifies whether Kerberos authentication is allowed.
|
Specifies whether Kerberos authentication is allowed.
|
||||||
This can be in the form of a Kerberos ticket, or if
|
This can be in the form of a Kerberos ticket, or if
|
||||||
|
|
Loading…
Reference in New Issue