summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2001-03-19 23:16:08 +1100
committerDamien Miller <djm@mindrot.org>2001-03-19 23:16:08 +1100
commita243fde4773f4257feeeaf4f9a7a2e01bf68ca37 (patch)
tree1286758f4de154513f6f8cc3e4b2c05c394b11cd
parentc2c5d9fd3b56b3209a19e5e6b3de0528812a2e7d (diff)
- djm@cvs.openbsd.org 2001/03/19 12:10:17
[sshd.8] Document permitopen authorized_keys option; ok markus@
-rw-r--r--ChangeLog3
-rw-r--r--sshd.813
2 files changed, 14 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 7517bab5a..7de535ef8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -22,6 +22,7 @@
22 specifically version match on ssh scanners. do not log scan 22 specifically version match on ssh scanners. do not log scan
23 information to the console 23 information to the console
24 - djm@cvs.openbsd.org 2001/03/19 12:10:17 24 - djm@cvs.openbsd.org 2001/03/19 12:10:17
25 [sshd.8]
25 Document permitopen authorized_keys option; ok markus@ 26 Document permitopen authorized_keys option; ok markus@
26 27
2720010318 2820010318
@@ -4622,4 +4623,4 @@
4622 - Wrote replacements for strlcpy and mkdtemp 4623 - Wrote replacements for strlcpy and mkdtemp
4623 - Released 1.0pre1 4624 - Released 1.0pre1
4624 4625
4625$Id: ChangeLog,v 1.982 2001/03/19 12:16:08 djm Exp $ 4626$Id: ChangeLog,v 1.983 2001/03/19 12:16:14 djm Exp $
diff --git a/sshd.8 b/sshd.8
index da81de11d..f59bf3199 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.106 2001/03/07 01:19:06 deraadt Exp $ 37.\" $OpenBSD: sshd.8,v 1.107 2001/03/19 12:10:17 djm Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSHD 8 39.Dt SSHD 8
40.Os 40.Os
@@ -852,6 +852,15 @@ Forbids authentication agent forwarding when this key is used for
852authentication. 852authentication.
853.It Cm no-pty 853.It Cm no-pty
854Prevents tty allocation (a request to allocate a pty will fail). 854Prevents tty allocation (a request to allocate a pty will fail).
855.It Cm permitopen="host:port"
856Limit local
857.Li ``ssh -L''
858port-forwading such that it may only connect to the specified host and
859port. Multiple
860.Cm permitopen
861options may be applied seperated by commas. No pattern matching is
862performed on the specified hostnames, they must be literal domains or
863addresses.
855.El 864.El
856.Ss Examples 865.Ss Examples
8571024 33 12121.\|.\|.\|312314325 ylo@foo.bar 8661024 33 12121.\|.\|.\|312314325 ylo@foo.bar
@@ -859,6 +868,8 @@ Prevents tty allocation (a request to allocate a pty will fail).
859from="*.niksula.hut.fi,!pc.niksula.hut.fi" 1024 35 23.\|.\|.\|2334 ylo@niksula 868from="*.niksula.hut.fi,!pc.niksula.hut.fi" 1024 35 23.\|.\|.\|2334 ylo@niksula
860.Pp 869.Pp
861command="dump /home",no-pty,no-port-forwarding 1024 33 23.\|.\|.\|2323 backup.hut.fi 870command="dump /home",no-pty,no-port-forwarding 1024 33 23.\|.\|.\|2323 backup.hut.fi
871.Pp
872permitopen="10.2.1.55:80",permitopen="10.2.1.56:25" 1024 33 23.\|.\|.\|2323
862.Sh SSH_KNOWN_HOSTS FILE FORMAT 873.Sh SSH_KNOWN_HOSTS FILE FORMAT
863The 874The
864.Pa /etc/ssh_known_hosts , 875.Pa /etc/ssh_known_hosts ,