summaryrefslogtreecommitdiffstats
path: root/sshd_config.5
diff options
context:
space:
mode:
authorjmc@openbsd.org <jmc@openbsd.org>2023-01-18 07:55:32 +0100
committerDamien Miller <djm@mindrot.org>2023-01-31 23:20:17 +0100
commitbc7de6f91a9a0ae2f148a9d31a4027d441a51999 (patch)
tree6eeed278d26526f916ba1de76b6acaa6936e88ef /sshd_config.5
parentSkip connection-timeout test under Valgrind. (diff)
downloadopenssh-bc7de6f91a9a0ae2f148a9d31a4027d441a51999.tar.xz
openssh-bc7de6f91a9a0ae2f148a9d31a4027d441a51999.zip
upstream: tweak previous; ok djm
OpenBSD-Commit-ID: df71ce4180c58202dfdc1d92626cfe900b91b7c3
Diffstat (limited to 'sshd_config.5')
-rw-r--r--sshd_config.58
1 files changed, 4 insertions, 4 deletions
diff --git a/sshd_config.5 b/sshd_config.5
index cd83bf43b..7313a7f79 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -33,8 +33,8 @@
.\" (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_config.5,v 1.346 2023/01/17 09:44:48 djm Exp $
-.Dd $Mdocdate: January 17 2023 $
+.\" $OpenBSD: sshd_config.5,v 1.347 2023/01/18 06:55:32 jmc Exp $
+.Dd $Mdocdate: January 18 2023 $
.Dt SSHD_CONFIG 5
.Os
.Sh NAME
@@ -1821,11 +1821,11 @@ Specifies whether and how quickly
.Xr sshd 8
should close client connections with no open channels.
Open channels include active shell, command execution or subsystem
-sessions, connected network, socket, agent of X11 forwardings.
+sessions, connected network, socket, agent or X11 forwardings.
Forwarding listeners, such as those from the
.Xr ssh 1
.Fl R
-flag are not considered as open channels and do not prevent the timeout.
+flag, are not considered as open channels and do not prevent the timeout.
The timeout value
is specified in seconds or may use any of the units documented in the
.Sx TIME FORMATS