Hey everyone, I'm trying to use `remote.CopyToRemo...
# general
a
Hey everyone, I'm trying to use
remote.CopyToRemote
command but I'm conneting to the host using Teleport thus my ~/.ssh/config has some special configurations around the host names handling and flags it uses in order to proxy the request. DockerProvider for example respects this and works with the special host name. CopyToRemote on the other hands doesn't and I receive
no such host
error
Might be the case that my host I'm trying to connect is using older teleport version and it supports legacy scp but not sftp