diff options
author | Ingela Anderton Andin <[email protected]> | 2013-11-11 09:54:29 +0100 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2013-11-13 10:58:20 +0100 |
commit | e6631f5a8bbf3218eaed1e973bfb42aa40902667 (patch) | |
tree | 370efcd61f818e7ef0466a895080c2902407fca6 /lib/ssh/doc | |
parent | 422ed9ecd9c95c25964381b7ca2888a0320a8ee4 (diff) | |
download | otp-e6631f5a8bbf3218eaed1e973bfb42aa40902667.tar.gz otp-e6631f5a8bbf3218eaed1e973bfb42aa40902667.tar.bz2 otp-e6631f5a8bbf3218eaed1e973bfb42aa40902667.zip |
ssh: Add option to disallow CLI
OTP-10976
Diffstat (limited to 'lib/ssh/doc')
-rw-r--r-- | lib/ssh/doc/src/ssh.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/ssh/doc/src/ssh.xml b/lib/ssh/doc/src/ssh.xml index 3409681af4..acf31fc0e9 100644 --- a/lib/ssh/doc/src/ssh.xml +++ b/lib/ssh/doc/src/ssh.xml @@ -248,13 +248,14 @@ <c><![CDATA[{shell, start, []}]]></c> </item> <tag><c><![CDATA[{ssh_cli, {channel_callback(), - channel_init_args()}}]]></c></tag> + channel_init_args()} | no_cli}]]></c></tag> <item> - Provides your own cli implementation, i.e. a channel callback + Provides your own CLI implementation, i.e. a channel callback module that implements a shell and command execution. Note that you may customize the shell read-eval-print loop using the option <c>shell</c> which is much less work than implementing - your own cli channel. + your own CLI channel. If set to <c>no_cli</c> you will disable + CLI channels and only subsystem channels will be allowed. </item> <tag><c><![CDATA[{user_dir, String}]]></c></tag> <item> |