[BACK]Return to sshd.8 CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/sshd.8 between version 1.306 and 1.307

version 1.306, 2019/11/18 04:55:02 version 1.307, 2019/11/25 00:54:23
Line 600 
Line 600 
 Permits tty allocation previously disabled by the  Permits tty allocation previously disabled by the
 .Cm restrict  .Cm restrict
 option.  option.
   .It Cm no-touch-required
   Do not require demonstration of user presence
   for signatures made using this key.
   This option only makes sense for the Security Key algorithms
   .Cm ecdsa-sk
   and
   .Cm ed25519-sk .
 .It Cm restrict  .It Cm restrict
 Enable all restrictions, i.e. disable port, agent and X11 forwarding,  Enable all restrictions, i.e. disable port, agent and X11 forwarding,
 as well as disabling PTY allocation  as well as disabling PTY allocation
Line 642 
Line 649 
 restrict,command="uptime" ssh-rsa AAAA1C8...32Tv==  restrict,command="uptime" ssh-rsa AAAA1C8...32Tv==
 user@example.net  user@example.net
 restrict,pty,command="nethack" ssh-rsa AAAA1f8...IrrC5==  restrict,pty,command="nethack" ssh-rsa AAAA1f8...IrrC5==
   user@example.net
   no-touch-required sk-ecdsa-sha2-nistp256@openssh.com AAAAInN...Ko==
 user@example.net  user@example.net
 .Ed  .Ed
 .Sh SSH_KNOWN_HOSTS FILE FORMAT  .Sh SSH_KNOWN_HOSTS FILE FORMAT

Legend:
Removed from v.1.306  
changed lines
  Added in v.1.307