SSH.server_command

SSH.server_command(command)[source]

Send a BASH command to run on the ssh server.

Parameters

command (str) – The command to run on the remote system.

Returns

None