From: Nicholas Penree Date: Sun, 21 Feb 2016 03:19:28 +0000 (-0500) Subject: Enable SFTP subsystem in openssh package X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/commitdiff_plain/88a11b0e8ad1e5aa0c7cf6cdcb9669784c0e6091?ds=inline;hp=-c Enable SFTP subsystem in openssh package --- 88a11b0e8ad1e5aa0c7cf6cdcb9669784c0e6091 diff --git a/packages/openssh/build.sh b/packages/openssh/build.sh index a7d5fb21..d3756b79 100755 --- a/packages/openssh/build.sh +++ b/packages/openssh/build.sh @@ -21,7 +21,7 @@ termux_step_pre_make () { termux_step_post_make_install () { # OpenSSH 7.0 disabled ssh-dss by default, keep it for a while in Termux: - echo -e "UsePrivilegeSeparation no\nPubkeyAcceptedKeyTypes +ssh-dss" > $TERMUX_PREFIX/etc/ssh/sshd_config + echo -e "UsePrivilegeSeparation no\nPubkeyAcceptedKeyTypes +ssh-dss\nSubsystem sftp $TERMUX_PREFIX/libexec/sftp-server" > $TERMUX_PREFIX/etc/ssh/sshd_config echo "PubkeyAcceptedKeyTypes +ssh-dss" > $TERMUX_PREFIX/etc/ssh/ssh_config cp $TERMUX_PKG_BUILDER_DIR/source-ssh-agent.sh $TERMUX_PREFIX/bin/source-ssh-agent cp $TERMUX_PKG_BUILDER_DIR/ssh-with-agent.sh $TERMUX_PREFIX/bin/ssha