@ -105,6 +105,7 @@ def ssh_process(ssh, input_ssh):
err = err.strip() if err is not None else None
if err:
print(f"Error: \n{err}")
if out is None:
sys.exit(1)
pass