Mercurial > dropbear
annotate .gitignore @ 1851:7f549ee3df48
Use HOME before /etc/passwd to find id_dropbear (#137)
Currently dbclient uses the value of HOME by default when looking for
~/.ssh/known_hosts, falling back to /etc/passwd if HOME is not set (so
that people can work around broken values in /etc/passwd).
However, when locating the default authentication key (defaults to
~/.ssh/id_dropbear), paths not starting with / are always prefixed with
the value from /etc/passwd.
Make the behaviour consistent by adjusting expand_homedir_path to use
the value of HOME, falling back to /etc/passwd if HOME is not set.
author | Matt Robinson <git@nerdoftheherd.com> |
---|---|
date | Tue, 19 Oct 2021 06:02:47 +0100 |
parents | 60cd5cdb165c |
children | 70f05f7d4d11 |
rev | line source |
---|---|
1393 | 1 *~ |
2 *.o | |
3 *.a | |
4 *.da | |
5 *.bb | |
6 *.bbg | |
7 *.prof | |
1653
76189c9ffea2
External Public-Key Authentication API (#72)
fabriziobertocci <fabriziobertocci@gmail.com>
parents:
1540
diff
changeset
|
8 .*.swp |
1393 | 9 /autom4te.cache |
10 /config.log | |
11 /config.status | |
12 /dbclient | |
13 /dropbear | |
14 /dropbearconvert | |
15 /dropbearkey | |
16 /dropbearmulti | |
1655
f52919ffd3b1
update ltm to 1.1.0 and enable FIPS 186.4 compliant key-generation (#79)
Steffen Jaeckel <s_jaeckel@gmx.de>
parents:
1653
diff
changeset
|
17 /fuzzcorpus |
f52919ffd3b1
update ltm to 1.1.0 and enable FIPS 186.4 compliant key-generation (#79)
Steffen Jaeckel <s_jaeckel@gmx.de>
parents:
1653
diff
changeset
|
18 /fuzzer-* |
f52919ffd3b1
update ltm to 1.1.0 and enable FIPS 186.4 compliant key-generation (#79)
Steffen Jaeckel <s_jaeckel@gmx.de>
parents:
1653
diff
changeset
|
19 /fuzzer-*.options |
1393 | 20 /scp |
21 /scp-progress | |
22 Makefile | |
23 config.h | |
1540
03a42f41cf2c
ignore default_options_guard.h
Matt Johnston <matt@ucc.asn.au>
parents:
1393
diff
changeset
|
24 default_options_guard.h |
1653
76189c9ffea2
External Public-Key Authentication API (#72)
fabriziobertocci <fabriziobertocci@gmail.com>
parents:
1540
diff
changeset
|
25 tags |
1838
60cd5cdb165c
Update .hgignore and .gitignore with tests
Matt Johnston <matt@codeconstruct.com.au>
parents:
1814
diff
changeset
|
26 .pytest* |
60cd5cdb165c
Update .hgignore and .gitignore with tests
Matt Johnston <matt@codeconstruct.com.au>
parents:
1814
diff
changeset
|
27 *.pyc |
60cd5cdb165c
Update .hgignore and .gitignore with tests
Matt Johnston <matt@codeconstruct.com.au>
parents:
1814
diff
changeset
|
28 /test/venv |