neondatabase / autoscaling

Postgres vertical autoscaling in k8s
Apache License 2.0
144 stars 18 forks source link

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

Open Omrigan opened 2 months ago

Omrigan commented 2 months ago

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

kelvich commented 2 months ago

Found one workaround:

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