aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/doc/src/ssh.xml
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2018-04-25 15:31:55 +0200
committerHans Nilsson <[email protected]>2018-04-27 10:30:25 +0200
commit867e9db15f3d3e5e430e3adda577364e455b9dac (patch)
tree9ad605e008219fa07585426c20a21f9f20a46967 /lib/ssh/doc/src/ssh.xml
parent56e88f364a32b471b03e2364c2eb84783642ad88 (diff)
downloadotp-867e9db15f3d3e5e430e3adda577364e455b9dac.tar.gz
otp-867e9db15f3d3e5e430e3adda577364e455b9dac.tar.bz2
otp-867e9db15f3d3e5e430e3adda577364e455b9dac.zip
ssh: Create doc for the ssh_daemon_channel behaviour
Diffstat (limited to 'lib/ssh/doc/src/ssh.xml')
-rw-r--r--lib/ssh/doc/src/ssh.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/ssh/doc/src/ssh.xml b/lib/ssh/doc/src/ssh.xml
index 03078cfd83..c403989ba9 100644
--- a/lib/ssh/doc/src/ssh.xml
+++ b/lib/ssh/doc/src/ssh.xml
@@ -68,8 +68,8 @@
<seealso marker="ssh_sftp#start_channel/1">ssh_sftp:start_channel/1,2,3</seealso>.
</p>
<p>To write your own client channel handler, use the behaviour
- <seealso marker="ssh_channel">ssh_channel</seealso>. For own server channel handlers use the ssh_daemon_channel
- behaviour: see the <seealso marker="ssh_channel#ssh_daemon_channel">note in ssh_channel</seealso>.
+ <seealso marker="ssh_channel">ssh_channel</seealso>. and server channel handlers use
+ <seealso marker="ssh_daemon_channel">ssh_daemon_channel</seealso> behaviour.
</p>
<p>Both clients and daemons accepts options that controls the exact behaviour. Some options are common to both.
The three sets are called
@@ -378,7 +378,8 @@
<p>The <c>subsystem_name</c> is the name that a client requests to start with for example
<seealso marker="ssh_connection#subsystem/4">ssh_connection:subsystem/4</seealso>.
</p>
- <p>The <c>channel_callback</c> is the module that implements the <c>ssh_daemon_channel</c>
+ <p>The <c>channel_callback</c> is the module that implements the
+ <seealso marker="ssh_daemon_channel">ssh_daemon_channel</seealso>
behaviour in the daemon. See the section
<seealso marker="using_ssh#usersguide_creating_a_subsystem">Creating a Subsystem</seealso>
in the User's Guide for more information and an example.