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

Diff for /src/usr.bin/ssh/ssh_config.5 between version 1.64 and 1.65

version 1.64, 2005/10/30 08:43:47 version 1.65, 2005/12/06 22:38:27
Line 556 
Line 556 
 Specifies the list of methods to use in keyboard-interactive authentication.  Specifies the list of methods to use in keyboard-interactive authentication.
 Multiple method names must be comma-separated.  Multiple method names must be comma-separated.
 The default is to use the server specified list.  The default is to use the server specified list.
   .It Cm LocalCommand
   Specifies a command to execute on the local machine after successfully
   connecting to the server.
   The command string extends to the end of the line, and is executed with
   .Pa /bin/sh .
   This directive is ignored unless
   .Cm PermitLocalCommand
   has been enabled.
 .It Cm LocalForward  .It Cm LocalForward
 Specifies that a TCP/IP port on the local machine be forwarded over  Specifies that a TCP/IP port on the local machine be forwarded over
 the secure channel to the specified host and port from the remote machine.  the secure channel to the specified host and port from the remote machine.
Line 628 
Line 636 
 .It Cm Port  .It Cm Port
 Specifies the port number to connect on the remote host.  Specifies the port number to connect on the remote host.
 Default is 22.  Default is 22.
   .It Cm PermitLocalCommand
   Allow local command execution via the
   .Ic LocalCommand
   option or using the
   .Ic ! Ar command
   escape sequence in
   .Xr ssh 1 .
   The argument must be
   .Dq yes
   or
   .Dq no .
   The default is
   .Dq no .
 .It Cm PreferredAuthentications  .It Cm PreferredAuthentications
 Specifies the order in which the client should try protocol 2  Specifies the order in which the client should try protocol 2
 authentication methods.  authentication methods.
Line 887 
Line 908 
 for  for
 .Cm RhostsRSAAuthentication  .Cm RhostsRSAAuthentication
 with older servers.  with older servers.
   .It Cm Tunnel
   Request starting
   .Xr tun 4
   device forwarding between the client and the server.
   The argument must be
   .Dq yes
   or
   .Dq no .
   The default is
   .Dq no .
   .It Cm TunnelDevice
   Force a specified
   .Xr tun 4
   device on the client.
   Without this option, the next available device will be used.
 .It Cm User  .It Cm User
 Specifies the user to log in as.  Specifies the user to log in as.
 This can be useful when a different user name is used on different machines.  This can be useful when a different user name is used on different machines.

Legend:
Removed from v.1.64  
changed lines
  Added in v.1.65