Re: Using SSH : sys.stdin.read(n) non-blocking issue?

2021-10-16 Thread EricZolf
Hi, On 15 October 2021 00:02:04 UTC, Simon Defayette wrote: >I then downloaded python on the windows 2019 server and run commands that I >saw from Eric Zolf seen here: >https://github.com/rdiff-backup/rdiff-backup/issues/393 > import subprocess process = subprocess.Popen("ssh -C

Using SSH : sys.stdin.read(n) non-blocking issue?

2021-10-14 Thread Simon Defayette
Hi, I have a windows 2019 server where I want to backup files over a SSH link to a Linux Ubuntu server and I get an error in Windows: Couldn't start up the remote connection by executing C:\Windows\system32\OpenSSH\ssh.exe -C my_user@[my_server_ip] rdiff-backup --server When I use -v9 option