Skip to content

Commit

Permalink
squash: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
happz committed Sep 6, 2024
1 parent ffe9bda commit 7bf1e1c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tmt/steps/provision/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,9 @@ def configure_ssh_options() -> tmt.utils.RawCommand:
#:
#: * UNIX socket path is limited to either 108 or 104 characters, depending
#: on the platform. See `man 7 unix` and/or kernel sources, for example.
#: * SSH client processes may add connection has when connecting to the
#: socket, that is a couple of characters we need space for.
#: * SSH client processes may create paths with added "connection hash"
#: when connecting to the master, that is a couple of characters we need
#: space for.
#:
SSH_MASTER_SOCKET_LENGTH_LIMIT = 104 - 20

Expand Down

0 comments on commit 7bf1e1c

Please sign in to comment.