aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/guided_tour.dox3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/guided_tour.dox b/doc/guided_tour.dox
index 2f1a9b8e..69576f18 100644
--- a/doc/guided_tour.dox
+++ b/doc/guided_tour.dox
@@ -431,6 +431,9 @@ int show_remote_processes(ssh_session session)
}
@endcode
+Each ssh_channel_request_exec() needs to be run on freshly created
+and connected (with ssh_channel_open_session()) channel.
+
@see @ref opening_shell
@see @ref remote_command
@see @ref sftp_subsystem