You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is alleged that rsync -e "tsh ssh" ... works, but it does not work for me:
$ rsync -e '/c/progra~1/teleport/tsh.exe ssh' ~/src/pyapp oavrtd-ob-504:~/src
rsync: connection unexpectedly closed (0 bytes received so far) [Receiver]
rsync error: error in rsync protocol data stream (code 12) at io.c(226) [Receiver=3.1.3]
ERROR: Process exited with status 12
rsync: [sender] safe_read failed to read 4 bytes: Connection reset by peer (104)
rsync error: error in rsync protocol data stream (code 12) at io.c(282) [sender=3.3.0]
0 [sig] rsync 2951! sigpacket::process: Suppressing signal 30 to win32 process (pid 34848)
0 [sig] rsync 2951! sigpacket::process: Suppressing signal 30 to win32 process (pid 34848)
The text was updated successfully, but these errors were encountered:
What would you like Teleport to do?
Support
rsync
What problem does this solve?
tsh scp
always copies all filesIf a workaround exists, please include it.
It is alleged that
rsync -e "tsh ssh" ...
works, but it does not work for me:The text was updated successfully, but these errors were encountered: