Skip to content
Snippets Groups Projects
  • lemoer's avatar
    c133fbbe
    push_pkg.sh: use scp protocol for openssh scp (#2479) · c133fbbe
    lemoer authored
    Starting from OpenSSH 9.0p, scp started to use sftp in favor of the
    scp protocol by default. As dropbear in OpenWrt currently does not
    support sftp by default, we now use the fallback cli switch "-O"
    to use the scp protocol for scp.
    c133fbbe
    History
    push_pkg.sh: use scp protocol for openssh scp (#2479)
    lemoer authored
    Starting from OpenSSH 9.0p, scp started to use sftp in favor of the
    scp protocol by default. As dropbear in OpenWrt currently does not
    support sftp by default, we now use the fallback cli switch "-O"
    to use the scp protocol for scp.