1
1

Each ssh_channel_request_exec() needs to be run on fresh channel.

Signed-off-by: Jan Pazdziora <jpazdziora@redhat.com>
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
Этот коммит содержится в:
Jan Pazdziora 2019-03-12 14:35:22 +01:00 коммит произвёл Andreas Schneider
родитель 3ce9f78fb4
Коммит cd8f5ddbc2

Просмотреть файл

@ -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