Skip to content

Instantly share code, notes, and snippets.

View IAmSurajBobade's full-sized avatar
☮️
breath-in breath-out

Suraj Bobade IAmSurajBobade

☮️
breath-in breath-out
View GitHub Profile
@IAmSurajBobade
IAmSurajBobade / README
Last active August 5, 2023 20:42
python script to Execute multiple commands over SSH
Python script to perform multiple commands sequentially over SSH in a single connection
Known issue:
Execution of commands goes on one after another, even though one/many intermediate commands fails
(NOT recommended, if your commands and dependant on previous commands execution)
Kindly share your thoughts on this script.
Link to answer: https://stackoverflow.com/a/43071039/5243762