Fredrik Fornwall
194d5509d7
openssh: Keep PREFIX environment variable
9 years ago
Fredrik Fornwall
7edb3deecb
openssh: Retain LANG in sshd ( closes #343 )
9 years ago
Fredrik Fornwall
dd9da8b3ad
openssh: Fix sshd env setup
The previous patched session.c just took the existing environment
and kept it. The new copies over a few specific variables needed
but otherwise does the normal setup.
Fixes #341 (TERM being ignored).
Fixes #290 (SSH_CONNECTION/SSH_CLIENT/SSH_TTY not setup).
Fixes https://github.com/termux/termux-app/issues/108 (SSH agent
forwarding not working).
9 years ago
Fredrik Fornwall
d8052afc19
openssh: Disable password auth in sshd_config
Password authentication is not supported, so no point in prompting
for a password.
See #315 .
9 years ago
Fredrik Fornwall
98c7df17fe
openssh: Do not try link(2) for sftp-server rename
Hard links are not supported on Android from 6.0 on.
Fixes #293 .
9 years ago
Fredrik Fornwall
3e10e2182a
openssh: Bump after paths.h ndk patch
9 years ago
Germán L. Osella Massa
1d9054468f
Wrong _PATH_PRIVSEP_CHROOT_DIR: "/var/empty"
The default directory used for privilege separation is not inside the
Termux file system.
9 years ago
Fredrik Fornwall
24cdd7d1fc
Build bash&openssh with the NDK r12 beta on i686
This allows exploring the Android N preview in the emulator a bit.
Fixes #223 .
9 years ago
Fredrik Fornwall
ba991d9ad2
openssh: Update from 7.2p1 to 7.2p2
9 years ago
Fredrik Fornwall
8c37ff6bd0
openssh: Update from 7.1p2 to 7.2p1
9 years ago
Nicholas Penree
88a11b0e8a
Enable SFTP subsystem in openssh package
9 years ago
Fredrik Fornwall
bfde043371
openssh: Update from 7.1p1 to 7.1p2
9 years ago
Fredrik Fornwall
b6cc859c74
openssh: Avoid linking to libutil
9 years ago
Fredrik Fornwall
6bbba8f22a
openssh: Make ControlMaster feature work
The ControlMaster feature for multiplexing used hard links, which
does not work on Android starting in Android 6.0. Replace this
with a non-atomic check-then-rename for now. Fixes #91 .
9 years ago
Fredrik Fornwall
b0c457ae91
openssh: Install the ssh-copy-id script
9 years ago
Fredrik Fornwall
a014091fd2
openssh: Drop old patch
9 years ago
Fredrik Fornwall
2ea84722cf
openssh: Update from 7.0 to 7.1
Also remove sftp patch which is no longer necessary.
9 years ago
Fredrik Fornwall
62c37b9710
openssh: Update to 7.0 from 6.9
9 years ago
Fredrik Fornwall
4b74af2c3b
busybox: Handle ash as symlink and re-enable wget
10 years ago
Fredrik Fornwall
02b55df699
Use bash as login shell by default
10 years ago
Fredrik Fornwall
a22720a010
Bump revision for tmux and openssh after updated pwd.h patch
10 years ago
Fredrik Fornwall
84443dd26c
Update openssh from 6.8 to 6.9
10 years ago
Fredrik Fornwall
59f0d218a6
Initial push
10 years ago