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
This issue occurs with regular Teleport and the recording proxy when using tsh ssh. Works fine with scp from OpenSSH.
$ tsh -d --proxy=localhost --user=rjones --insecure scp -P 3022 node.example.com:/tmp/foo.txt foo.txt
error: stat /tmp/foo.txt: no such file or directory
ERROR REPORT:
Original Error: *errors.errorString stat /tmp/foo.txt: no such file or directory
Stack Trace:
/home/rjones/Development/go/src/github.com/gravitational/teleport/lib/sshutils/scp/scp.go:395 github.com/gravitational/teleport/lib/sshutils/scp.(*command).processCommand
/home/rjones/Development/go/src/github.com/gravitational/teleport/lib/sshutils/scp/scp.go:380 github.com/gravitational/teleport/lib/sshutils/scp.(*command).serveSink
/home/rjones/Development/go/src/github.com/gravitational/teleport/lib/sshutils/scp/scp.go:201 github.com/gravitational/teleport/lib/sshutils/scp.(*command).Execute
/home/rjones/Development/go/src/github.com/gravitational/teleport/lib/client/client.go:561 github.com/gravitational/teleport/lib/client.(*NodeClient).ExecuteSCP.func1
/usr/local/go/src/runtime/asm_amd64.s:2362 runtime.goexit
User Message: stat /tmp/foo.txt: no such file or directory
The text was updated successfully, but these errors were encountered:
This issue occurs with regular Teleport and the recording proxy when using
tsh ssh
. Works fine withscp
from OpenSSH.The text was updated successfully, but these errors were encountered: