summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2023-01-18 06:55:33 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2023-01-18 06:55:33 +0000
commitb6afaee62be12123fc39efcf3b27369ced7d8767 (patch)
tree1bff1a4d8fa075bbbb4321a47fa8300921ae4cbd /usr.bin
parentfe56b051b8cd022ccb5767284db2cac833258ca5 (diff)
tweak previous; ok djm
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/ssh/sshd_config.58
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/ssh/sshd_config.5 b/usr.bin/ssh/sshd_config.5
index 829312b8a70..51cf89e4bc4 100644
--- a/usr.bin/ssh/sshd_config.5
+++ b/usr.bin/ssh/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
@@ -1822,11 +1822,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