IPWorks SSH 2020 Python Edition

Questions / Feedback?

start_service Method

Requests the given service on a target channel.

Syntax

def start_service(channel_id: str, service: str, parameter: str) -> None: ...

Remarks

After a "session" channel has been opened by a call to open_channel, a service may be requested for that channel. ChannelId identifies the channel on which the service is to be started.

Service identifies the service being requested. The following list defines some known services:

"shell"Starts a shell on the
"exec"Executes the command identified by Parameter.
"subsystem"Starts up a subsystem identified by Parameter, such as "sftp".

Copyright (c) 2023 /n software inc. - All rights reserved.
IPWorks SSH 2020 Python Edition - Version 20.0 [Build 8501]