[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.208 and 1.209

version 1.208, 2005/06/08 03:50:00 version 1.209, 2005/12/06 22:38:28
Line 493 
Line 493 
 options may be applied separated by commas.  options may be applied separated by commas.
 No pattern matching is performed on the specified hostnames,  No pattern matching is performed on the specified hostnames,
 they must be literal domains or addresses.  they must be literal domains or addresses.
   .It Cm tunnel="n"
   Force a
   .Xr tun 4
   device on the server.
   Without this option, the next available device will be used if
   the client requests a tunnel.
 .El  .El
 .Ss Examples  .Ss Examples
 1024 33 12121...312314325 ylo@foo.bar  1024 33 12121...312314325 ylo@foo.bar
Line 502 
Line 508 
 command="dump /home",no-pty,no-port-forwarding 1024 33 23...2323 backup.hut.fi  command="dump /home",no-pty,no-port-forwarding 1024 33 23...2323 backup.hut.fi
 .Pp  .Pp
 permitopen="10.2.1.55:80",permitopen="10.2.1.56:25" 1024 33 23...2323  permitopen="10.2.1.55:80",permitopen="10.2.1.56:25" 1024 33 23...2323
   .Pp
   tunnel="0",command="sh /etc/netstart tun0" ssh-rsa AAAA...== reyk@openbsd.org
 .Sh SSH_KNOWN_HOSTS FILE FORMAT  .Sh SSH_KNOWN_HOSTS FILE FORMAT
 The  The
 .Pa /etc/ssh/ssh_known_hosts  .Pa /etc/ssh/ssh_known_hosts

Legend:
Removed from v.1.208  
changed lines
  Added in v.1.209