We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
An issue created podman-desktop-e2e: podman-desktop/e2e#161.
All the files copied from target host into local host system are truncated into 204800B big files.
Upstream issue: PowerShell/Win32-OpenSSH#2098
The text was updated successfully, but these errors were encountered:
Unfortunately the -X option is not available yet on current ssh version:
+ scp -r -X buffer=32768 -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ServerAliveInterval=30 -o ServerAliveCountMax=1200 -o BatchMode=yes -o ConnectTimeout=3 -i /data/id_rsa [email protected]:pd-e2e/results /data/ unknown option -- X usage: scp [-346ABCOpqRrTv] [-c cipher] [-D sftp_server_path] [-F ssh_config] [-i identity_file] [-J destination] [-l limit] [-o ssh_option] [-P port] [-S program] source ... target
It seems to be introduced on 9.2 https://www.openssh.com/txt/release-9.2
9.2
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
An issue created podman-desktop-e2e: podman-desktop/e2e#161.
All the files copied from target host into local host system are truncated into 204800B big files.
Upstream issue: PowerShell/Win32-OpenSSH#2098
The text was updated successfully, but these errors were encountered: