Re: scp to an unwritable filesystem - err msg

2023-02-16 Thread Todd C . Miller
The problem is that the error message has to be transferred from the remote end and there are a limited number of status messages. These are defined by the (draft) RFC for the protocol. OpenSSH supports the following: SSH_FX_OK0 SSH_FX_EOF

scp to an unwritable filesystem - err msg

2023-02-16 Thread Jan Stary
This is current/amd64 on a PC; no dmesg as it's not HW related. I have a filesystem on a remote machine, mounted ro. When trying to copy onto that filesystem: $ scp -r dir/ box:/fs/path/ Enter passphrase for key '/Users/hans/.ssh/id_ed25519': scp: stat remote: No such file or directory scp: fail