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
e91eead0
Commit
e91eead0
authored
Apr 11, 2000
by
Niels Möller
Browse files
* src/lshd.c (main_argp_parser): Fixed root-login option.
Rev: src/lshd.c:1.85
parent
03f6bca5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lshd.c
View file @
e91eead0
...
...
@@ -387,6 +387,10 @@ main_argp_parser(int key, char *arg, struct argp_state *state)
case
OPT_NO_PUBLICKEY
:
self
->
with_publickey
=
0
;
break
;
case
OPT_ROOT_LOGIN
:
self
->
allow_root
=
1
;
break
;
#if WITH_TCP_FORWARD
case
OPT_TCPIP_FORWARD
:
...
...
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