Open defung opened 1 year ago
@defung I believe this is due to openssh version 9 change of default scp protocol. Please see:
You may try the option scp -O user1@nas.local.lan:/home/user1/test.txt .
That should bring the protocol back to what the default was in openssh version 8.*, instead of the current default of sftp.
There might be some security considerations involved with using scp protocol vs sftp protocol there, but I wouldn't be able to expand on that...perhaps someone could?
As for another route, sshd
may need further configuration:
Hi,
I'm facing an issue where both alpine 3.16 and 3.17 fails to run
scp
. Here are the steps:alpine:3.15
works fine though:If this doesn't belong here, please let me know where I should post this.