-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
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
SCP from host to DTS doesn't work #840
Labels
Milestone
Comments
|
It might be because there is no sftp-server installed, there is no file at |
m-iwanicki
added a commit
to Dasharo/meta-dts
that referenced
this issue
May 24, 2024
Signed-off-by: Michał Iwanicki <[email protected]>
macpijan
pushed a commit
to Dasharo/meta-dts
that referenced
this issue
Jun 24, 2024
Signed-off-by: Michał Iwanicki <[email protected]>
Fixed in: Dasharo/meta-dts#124 |
PLangowski
pushed a commit
to Dasharo/meta-dts
that referenced
this issue
Sep 27, 2024
Signed-off-by: Michał Iwanicki <[email protected]>
PLangowski
pushed a commit
to Dasharo/meta-dts
that referenced
this issue
Sep 27, 2024
Signed-off-by: Michał Iwanicki <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Component
Dasharo Tools Suite
Device
QEMU Q35 Emulator
Dasharo version
No response
Dasharo Tools Suite version
1.2.21
Brief summary
SCP doesn't work, returns
scp: Connection closed
How reproducible
Every time
How to reproduce
decompress .wic.gz DTS image
run this image on QEMU from osfv uefi-sb-release branch:
DRIVE_PATH=~/Downloads/dts-base-image-v1.2.21.wic ./scripts/ci/qemu-run.sh graphic os
boot into DTS and enable ssh server
Try to send any file from host to DTS via SCP:
Expected behavior
Actual behavior
Screenshots
No response
Additional context
SCP also didn't work on NovaCustom laptop.
Solutions you've tried
Change
Subsystem sftp /usr/libexec/sftp-server
toSubsystem sftp internal-sftp
in/etc/ssh/sshd_config
.After that scp works.
The text was updated successfully, but these errors were encountered: