Skip to content
Snippets Groups Projects
Commit ac9a4c83 authored by Jeremy Kerr's avatar Jeremy Kerr
Browse files

Add -c <command> option to force a specific command


This change adds a -c option to dropbear, to force the session to use a
specific command, in a similar fashion to OpenSSH's ForceCommand
configuration option.

This is useful to provide a simple fixed service over ssh, without
requiring an authorized key file for the per-key forced_command option.

This setting takes precedence over the channel session's provided
command, and the per-key forced_command setting.

Signed-off-by: default avatarJeremy Kerr <jk@ozlabs.org>
parent 3d2ddd15
Branches
Tags
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment