summaryrefslogtreecommitdiff
path: root/dropbear.8
diff options
context:
space:
mode:
Diffstat (limited to 'dropbear.8')
-rw-r--r--dropbear.88
1 files changed, 8 insertions, 0 deletions
diff --git a/dropbear.8 b/dropbear.8
index 3073dd0..30df631 100644
--- a/dropbear.8
+++ b/dropbear.8
@@ -145,6 +145,14 @@ same functionality with other means even if no-pty is set.
Applies all the no- restrictions listed above.
.TP
+.B permitopen=\fR"\fIhost:port\fR"
+Restrict local port forwarding so that connection is allowed only to the
+specified host and port. Multiple permitopen options separated by commas
+can be set in authorized_keys. Wildcard character ('*') may be used in
+port specification for matching any port. Hosts must be literal domain names or
+IP addresses.
+
+.TP
.B command=\fR"\fIforced_command\fR"
Disregard the command provided by the user and always run \fIforced_command\fR.
The -c command line option overrides this.