This paste expires on 2023-05-23 17:57:19.466653. Repaste, or download this paste. Toggle word wrap. Pasted through web.
ssh host python3<<EOF | tee file.csv
import subprocess
output = subprocess.check_output("hostname")
print(output)
EOF