Classic SSH
# get aggent
eval "$(ssh-agent -s)"
# add agent key
ssh-add ~/.ssh/ubuntu33
# run python
python3 app.py
# unzip
unzip file.zip
unzip file.zip -d destination_folder
unzip backup.zip -d ~/public
# zip folder
zip -r filename.zip foldername/