Skip to content
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

Bug: scp into guest-vm doesn't work #930

Open
Omrigan opened this issue May 7, 2024 · 1 comment
Open

Bug: scp into guest-vm doesn't work #930

Omrigan opened this issue May 7, 2024 · 1 comment
Labels
c/autoscaling/neonvm Component: autoscaling: NeonVM t/bug Issue Type: Bug

Comments

@Omrigan
Copy link
Contributor

Omrigan commented May 7, 2024

Environment

Steps to reproduce

> scp -v test guest-vm:/root/test
...
debug1: Sending subsystem: sftp
scp: Connection closed
...

Expected result

Scp works out of the box

Actual result

Other logs, links

  • ...
@Omrigan Omrigan added t/bug Issue Type: Bug c/autoscaling/neonvm Component: autoscaling: NeonVM labels May 7, 2024
@kelvich
Copy link
Contributor

kelvich commented May 7, 2024

Found one workaround:

inside vm: apt update && apt install openssh-clients
now you can scp with -O flag: scp -O foo.txt guest-vm:~/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c/autoscaling/neonvm Component: autoscaling: NeonVM t/bug Issue Type: Bug
Projects
None yet
Development

No branches or pull requests

2 participants