Skip to content
GitLab
Menu
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
11f86051
Commit
11f86051
authored
Jan 14, 2002
by
Niels Möller
Browse files
* src/lsh.c (read_user_keys): Added ATOM_RSA_PKCS1.
* src/server.c (read_host_key): Likewise. Rev: src/server.c:1.68
parent
43a9a2b2
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server.c
View file @
11f86051
...
...
@@ -245,6 +245,7 @@ read_host_key(const char *file,
make_keypair
(
ATOM_SPKI_SIGN_DSS
,
spki_public
,
s
));
break
;
case
ATOM_RSA_PKCS1
:
case
ATOM_RSA_PKCS1_SHA1
:
add_key
(
keys
,
make_keypair
(
ATOM_SSH_RSA
,
PUBLIC_KEY
(
v
),
s
));
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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