neondatabase / autoscaling

Postgres vertical autoscaling in k8s

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug: scp into guest-vm doesn't work

Omrigan opened this issue · comments

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

  • ...

Found one workaround:

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