diff options
author | Matt Johnston <matt@ucc.asn.au> | 2021-05-01 20:47:15 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2021-05-01 20:47:15 +0800 |
commit | 846d38fe4319c517683ac3df1796b3bc0180be14 (patch) | |
tree | 77abebfec5f25f08191d1e3566cba7af42d992fe /dropbear.8 | |
parent | a8d6dac2c53f430bb5721f913478bd294d8b52da (diff) |
Add "restrict" authorized_keys option
Diffstat (limited to 'dropbear.8')
-rw-r--r-- | dropbear.8 | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -135,6 +135,10 @@ Disable PTY allocation. Note that a user can still obtain most of the same functionality with other means even if no-pty is set. .TP +.B restrict +Applies all the no- restrictions listed above. + +.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. |