diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | ssh.1 | 7 | ||||
-rw-r--r-- | sshd.8 | 9 |
3 files changed, 11 insertions, 10 deletions
@@ -72,6 +72,9 @@ | |||
72 | - markus@cvs.openbsd.org 2002/02/03 17:59:23 | 72 | - markus@cvs.openbsd.org 2002/02/03 17:59:23 |
73 | [sshconnect2.c] | 73 | [sshconnect2.c] |
74 | more cross checking if announced vs. used key type; ok stevesk@ | 74 | more cross checking if announced vs. used key type; ok stevesk@ |
75 | - stevesk@cvs.openbsd.org 2002/02/03 22:35:57 | ||
76 | [ssh.1 sshd.8] | ||
77 | some KeepAlive cleanup/clarify; ok markus@ | ||
75 | 78 | ||
76 | 20020130 | 79 | 20020130 |
77 | - (djm) Delay PRNG seeding until we need it in ssh-keygen, from markus@ | 80 | - (djm) Delay PRNG seeding until we need it in ssh-keygen, from markus@ |
@@ -7474,4 +7477,4 @@ | |||
7474 | - Wrote replacements for strlcpy and mkdtemp | 7477 | - Wrote replacements for strlcpy and mkdtemp |
7475 | - Released 1.0pre1 | 7478 | - Released 1.0pre1 |
7476 | 7479 | ||
7477 | $Id: ChangeLog,v 1.1818 2002/02/05 01:23:32 djm Exp $ | 7480 | $Id: ChangeLog,v 1.1819 2002/02/05 01:23:58 djm Exp $ |
@@ -34,7 +34,7 @@ | |||
34 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 34 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
35 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 35 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
36 | .\" | 36 | .\" |
37 | .\" $OpenBSD: ssh.1,v 1.145 2002/01/29 23:50:37 markus Exp $ | 37 | .\" $OpenBSD: ssh.1,v 1.146 2002/02/03 22:35:57 stevesk Exp $ |
38 | .Dd September 25, 1999 | 38 | .Dd September 25, 1999 |
39 | .Dt SSH 1 | 39 | .Dt SSH 1 |
40 | .Os | 40 | .Os |
@@ -935,7 +935,7 @@ It is possible to have | |||
935 | multiple identity files specified in configuration files; all these | 935 | multiple identity files specified in configuration files; all these |
936 | identities will be tried in sequence. | 936 | identities will be tried in sequence. |
937 | .It Cm KeepAlive | 937 | .It Cm KeepAlive |
938 | Specifies whether the system should send keepalive messages to the | 938 | Specifies whether the system should send TCP keepalive messages to the |
939 | other side. | 939 | other side. |
940 | If they are sent, death of the connection or crash of one | 940 | If they are sent, death of the connection or crash of one |
941 | of the machines will be properly noticed. | 941 | of the machines will be properly noticed. |
@@ -950,8 +950,7 @@ if the network goes down or the remote host dies. | |||
950 | This is important in scripts, and many users want it too. | 950 | This is important in scripts, and many users want it too. |
951 | .Pp | 951 | .Pp |
952 | To disable keepalives, the value should be set to | 952 | To disable keepalives, the value should be set to |
953 | .Dq no | 953 | .Dq no . |
954 | in both the server and the client configuration files. | ||
955 | .It Cm KerberosAuthentication | 954 | .It Cm KerberosAuthentication |
956 | Specifies whether Kerberos authentication will be used. | 955 | Specifies whether Kerberos authentication will be used. |
957 | The argument to this keyword must be | 956 | The argument to this keyword must be |
@@ -34,7 +34,7 @@ | |||
34 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 34 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
35 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 35 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
36 | .\" | 36 | .\" |
37 | .\" $OpenBSD: sshd.8,v 1.165 2002/01/29 14:32:03 markus Exp $ | 37 | .\" $OpenBSD: sshd.8,v 1.166 2002/02/03 22:35:57 stevesk Exp $ |
38 | .Dd September 25, 1999 | 38 | .Dd September 25, 1999 |
39 | .Dt SSHD 8 | 39 | .Dt SSHD 8 |
40 | .Os | 40 | .Os |
@@ -533,7 +533,7 @@ or | |||
533 | The default is | 533 | The default is |
534 | .Dq no . | 534 | .Dq no . |
535 | .It Cm KeepAlive | 535 | .It Cm KeepAlive |
536 | Specifies whether the system should send keepalive messages to the | 536 | Specifies whether the system should send TCP keepalive messages to the |
537 | other side. | 537 | other side. |
538 | If they are sent, death of the connection or crash of one | 538 | If they are sent, death of the connection or crash of one |
539 | of the machines will be properly noticed. | 539 | of the machines will be properly noticed. |
@@ -548,12 +548,11 @@ users and consuming server resources. | |||
548 | The default is | 548 | The default is |
549 | .Dq yes | 549 | .Dq yes |
550 | (to send keepalives), and the server will notice | 550 | (to send keepalives), and the server will notice |
551 | if the network goes down or the client host reboots. | 551 | if the network goes down or the client host crashes. |
552 | This avoids infinitely hanging sessions. | 552 | This avoids infinitely hanging sessions. |
553 | .Pp | 553 | .Pp |
554 | To disable keepalives, the value should be set to | 554 | To disable keepalives, the value should be set to |
555 | .Dq no | 555 | .Dq no . |
556 | in both the server and the client configuration files. | ||
557 | .It Cm KerberosAuthentication | 556 | .It Cm KerberosAuthentication |
558 | Specifies whether Kerberos authentication is allowed. | 557 | Specifies whether Kerberos authentication is allowed. |
559 | This can be in the form of a Kerberos ticket, or if | 558 | This can be in the form of a Kerberos ticket, or if |