[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.210 and 1.211

version 1.210, 2005/12/21 22:44:26 version 1.211, 2006/01/12 22:20:00
Line 144 
Line 144 
 preparing the session is entered.  preparing the session is entered.
 At this time the client may request  At this time the client may request
 things like allocating a pseudo-tty, forwarding X11 connections,  things like allocating a pseudo-tty, forwarding X11 connections,
 forwarding TCP/IP connections, or forwarding the authentication agent  forwarding TCP connections, or forwarding the authentication agent
 connection over the secure channel.  connection over the secure channel.
 .Pp  .Pp
 Finally, the client either requests a shell or execution of a command.  Finally, the client either requests a shell or execution of a command.
Line 455 
Line 455 
 This option might be useful  This option might be useful
 to restrict certain public keys to perform just a specific operation.  to restrict certain public keys to perform just a specific operation.
 An example might be a key that permits remote backups but nothing else.  An example might be a key that permits remote backups but nothing else.
 Note that the client may specify TCP/IP and/or X11  Note that the client may specify TCP and/or X11
 forwarding unless they are explicitly prohibited.  forwarding unless they are explicitly prohibited.
 Note that this option applies to shell, command or subsystem execution.  Note that this option applies to shell, command or subsystem execution.
 .It Cm environment="NAME=value"  .It Cm environment="NAME=value"
Line 472 
Line 472 
 .Cm UseLogin  .Cm UseLogin
 is enabled.  is enabled.
 .It Cm no-port-forwarding  .It Cm no-port-forwarding
 Forbids TCP/IP forwarding when this key is used for authentication.  Forbids TCP forwarding when this key is used for authentication.
 Any port forward requests by the client will return an error.  Any port forward requests by the client will return an error.
 This might be used, e.g., in connection with the  This might be used, e.g., in connection with the
 .Cm command  .Cm command

Legend:
Removed from v.1.210  
changed lines
  Added in v.1.211