summaryrefslogtreecommitdiff
path: root/ssh_config.5
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-01-03 18:47:31 +1100
committerDamien Miller <djm@mindrot.org>2006-01-03 18:47:31 +1100
commitb797770da28c07a10b51528f79af3bacae2ff613 (patch)
tree9ffd1e79db2d59841f99f84ac35df711a38f931b /ssh_config.5
parenta07a59188a5a236c0fb8ef3fb8188ca3d6227458 (diff)
- (djm) OpenBSD CVS Sync
- jmc@cvs.openbsd.org 2006/01/02 17:09:49 [ssh_config.5 sshd_config.5] some corrections from michael knudsen;
Diffstat (limited to 'ssh_config.5')
-rw-r--r--ssh_config.56
1 files changed, 3 insertions, 3 deletions
diff --git a/ssh_config.5 b/ssh_config.5
index 072ea11a1..d091bcbf9 100644
--- a/ssh_config.5
+++ b/ssh_config.5
@@ -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_config.5,v 1.72 2005/12/22 10:31:40 jmc Exp $ 37.\" $OpenBSD: ssh_config.5,v 1.73 2006/01/02 17:09:49 jmc Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSH_CONFIG 5 39.Dt SSH_CONFIG 5
40.Os 40.Os
@@ -797,7 +797,7 @@ across multiple
797directives. 797directives.
798The default is not to send any environment variables. 798The default is not to send any environment variables.
799.It Cm ServerAliveCountMax 799.It Cm ServerAliveCountMax
800Sets the number of server alive messages (see above) which may be 800Sets the number of server alive messages (see below) which may be
801sent without 801sent without
802.Nm ssh 802.Nm ssh
803receiving any messages back from the server. 803receiving any messages back from the server.
@@ -819,7 +819,7 @@ server depend on knowing when a connection has become inactive.
819The default value is 3. 819The default value is 3.
820If, for example, 820If, for example,
821.Cm ServerAliveInterval 821.Cm ServerAliveInterval
822(above) is set to 15, and 822(see below) is set to 15, and
823.Cm ServerAliveCountMax 823.Cm ServerAliveCountMax
824is left at the default, if the server becomes unresponsive ssh 824is left at the default, if the server becomes unresponsive ssh
825will disconnect after approximately 45 seconds. 825will disconnect after approximately 45 seconds.