carletes / mock-ssh-server

Python mock SSH server for testing purposes
MIT License
56 stars 32 forks source link

rsync hangs #26

Open njzjz opened 2 years ago

njzjz commented 2 years ago

For test purposes, I tried to use rsync to transfer files but it always hang. I printed the log and found it was stuck when rsync tried to call ssh to start a remote client.

Is it a limitation on the mock ssh server?