termux-packages/packages/openssh
Tom Yan 5d3ef9ba0c make PS1 dynamic and shell-specific
PS1 is not supposed to be an environment variable (i.e. will not
be listed in `printenv` but only in `set`). Its value should also
be shell-specific.

With this commit we can stop exporting a static PS1 as env var on
the java side.

The prompt would now indicate whether the current user is root.
2018-06-22 01:11:37 +02:00
..
auth.c.patch
build.sh openssh: keep TMPDIR and PS1 2018-05-14 18:07:42 +02:00
fix-hardcoded-paths.patch openssh: fix hardcoded paths 2017-09-14 16:20:41 +02:00
misc_c.patch
mux.c.patch
no_loginrec.patch
no_tty_chmod.patch
openbsd-compat-explicit_bzero.c.patch
openbsd-compat-xcrypt.c.patch
servconf.c.patch
session.c.patch make PS1 dynamic and shell-specific 2018-06-22 01:11:37 +02:00
sftp-server.c.patch
source-ssh-agent.sh Avoid hard-coded paths in some more places 2017-11-16 23:37:57 +01:00
ssh-with-agent.sh
sshd.c.patch openssh: Update from 7.6 to 7.7 2018-04-04 00:09:47 +02:00
sshd_config.5.patch