Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LSH
lsh
Commits
2f5cba49
Commit
2f5cba49
authored
Nov 07, 1999
by
Niels Möller
Browse files
* src/lshd.c (main): Use sha1 for authorized keys.
Rev: src/lshd.c:1.73
parent
59b62fef
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lshd.c
View file @
2f5cba49
...
...
@@ -398,9 +398,9 @@ int main(int argc, char **argv)
authorization_lookup
=
make_alist
(
1
,
ATOM_SSH_DSS
,
make_authorization_db
(
ssh_format
(
"authorized_keys_
md5
"
),
make_dsa_algorithm
(
NULL
),
&
md5
_algorithm
),
ATOM_SSH_DSS
,
make_authorization_db
(
ssh_format
(
"authorized_keys_
sha1
"
),
make_dsa_algorithm
(
NULL
),
&
sha1
_algorithm
),
-
1
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment