diff options
Diffstat (limited to 'ssh.1')
-rw-r--r-- | ssh.1 | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -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 |