How can I use one SSH object to execute two commands one after the other? can I use the ";" between the commands when sending them? i.e : stdout = ssh.exec_command('command1';'command2')
Asked
Active
Viewed 4,098 times