mirror of git://anongit.mindrot.org/openssh.git
upstream: descriptive text shouldn't be under .Cm
OpenBSD-Commit-ID: b1afaeb456a52bc8a58f4f9f8b2f9fa8f6bf651b
This commit is contained in:
parent
01dbf3d466
commit
cfa66857db
|
@ -33,7 +33,7 @@
|
||||||
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||||
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
.\"
|
.\"
|
||||||
.\" $OpenBSD: ssh_config.5,v 1.385 2023/08/28 05:32:28 jmc Exp $
|
.\" $OpenBSD: ssh_config.5,v 1.386 2023/08/28 09:52:09 djm Exp $
|
||||||
.Dd $Mdocdate: August 28 2023 $
|
.Dd $Mdocdate: August 28 2023 $
|
||||||
.Dt SSH_CONFIG 5
|
.Dt SSH_CONFIG 5
|
||||||
.Os
|
.Os
|
||||||
|
@ -1373,7 +1373,8 @@ The argument to this keyword must be
|
||||||
or an interval specifier of the form
|
or an interval specifier of the form
|
||||||
.Cm interval:milliseconds
|
.Cm interval:milliseconds
|
||||||
(e.g.\&
|
(e.g.\&
|
||||||
.Cm interval:80 for 80 milliseconds ) .
|
.Cm interval:80
|
||||||
|
for 80 milliseconds).
|
||||||
The default is to obscure keystrokes using a 20ms packet interval.
|
The default is to obscure keystrokes using a 20ms packet interval.
|
||||||
Note that smaller intervals will result in higher fake keystroke packet rates.
|
Note that smaller intervals will result in higher fake keystroke packet rates.
|
||||||
.It Cm PasswordAuthentication
|
.It Cm PasswordAuthentication
|
||||||
|
|
Loading…
Reference in New Issue