Skip to content
Snippets Groups Projects
Commit 55a2ea2a authored by Niels Möller's avatar Niels Möller
Browse files

* src/lshd.c (main): Don't pass any signature algorithm to

make_authorization_db().

Rev: src/lshd.c:1.74
parent 3220c365
No related branches found
No related tags found
No related merge requests found
......@@ -399,7 +399,7 @@ int main(int argc, char **argv)
authorization_lookup
= make_alist(1,
ATOM_SSH_DSS, make_authorization_db(ssh_format("authorized_keys_sha1"),
make_dsa_algorithm(NULL),
/* make_dsa_algorithm(NULL), */
&sha1_algorithm),
-1);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment