summaryrefslogtreecommitdiff
path: root/sshd.8
diff options
context:
space:
mode:
Diffstat (limited to 'sshd.8')
-rw-r--r--sshd.810
1 files changed, 9 insertions, 1 deletions
diff --git a/sshd.8 b/sshd.8
index c610f47b8..53eddcdfb 100644
--- a/sshd.8
+++ b/sshd.8
@@ -34,7 +34,7 @@
34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36.\" 36.\"
37.\" $OpenBSD: sshd.8,v 1.208 2005/06/08 03:50:00 djm Exp $ 37.\" $OpenBSD: sshd.8,v 1.209 2005/12/06 22:38:28 reyk Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSHD 8 39.Dt SSHD 8
40.Os 40.Os
@@ -518,6 +518,12 @@ Multiple
518options may be applied separated by commas. 518options may be applied separated by commas.
519No pattern matching is performed on the specified hostnames, 519No pattern matching is performed on the specified hostnames,
520they must be literal domains or addresses. 520they must be literal domains or addresses.
521.It Cm tunnel="n"
522Force a
523.Xr tun 4
524device on the server.
525Without this option, the next available device will be used if
526the client requests a tunnel.
521.El 527.El
522.Ss Examples 528.Ss Examples
5231024 33 12121...312314325 ylo@foo.bar 5291024 33 12121...312314325 ylo@foo.bar
@@ -527,6 +533,8 @@ from="*.niksula.hut.fi,!pc.niksula.hut.fi" 1024 35 23...2334 ylo@niksula
527command="dump /home",no-pty,no-port-forwarding 1024 33 23...2323 backup.hut.fi 533command="dump /home",no-pty,no-port-forwarding 1024 33 23...2323 backup.hut.fi
528.Pp 534.Pp
529permitopen="10.2.1.55:80",permitopen="10.2.1.56:25" 1024 33 23...2323 535permitopen="10.2.1.55:80",permitopen="10.2.1.56:25" 1024 33 23...2323
536.Pp
537tunnel="0",command="sh /etc/netstart tun0" ssh-rsa AAAA...== reyk@openbsd.org
530.Sh SSH_KNOWN_HOSTS FILE FORMAT 538.Sh SSH_KNOWN_HOSTS FILE FORMAT
531The 539The
532.Pa /etc/ssh/ssh_known_hosts 540.Pa /etc/ssh/ssh_known_hosts