Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
LSH
lsh
Commits
a9fb2cc4
Commit
a9fb2cc4
authored
Oct 07, 2004
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(main_options): Deleted broken --login-program option.
Rev: src/lshd.c:1.168
parent
9ce13380
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
5 deletions
+1
-5
src/lshd.c
src/lshd.c
+1
-5
No files found.
src/lshd.c
View file @
a9fb2cc4
...
...
@@ -352,15 +352,11 @@ main_options[] =
{
"login-auth-mode"
,
OPT_LOGIN_AUTH_MODE
,
NULL
,
0
,
"Enable a telnet like mode (accept none-authentication and launch the"
"login-
program
, making it responsible for authenticating the user)."
,
0
},
"login-
shell
, making it responsible for authenticating the user)."
,
0
},
{
"no-login-auth-mode"
,
OPT_NO_LOGIN_AUTH_MODE
,
NULL
,
0
,
"Disable login-auth-mode (default)."
,
0
},
{
"login-program"
,
OPT_LOGIN_SHELL
,
"Program"
,
0
,
"Use this as the login program for login-auth-mode, must "
"authenticate users. "
,
0
},
#if 0
{ "login-auth-mode-user", OPT_LOGIN_AUTH_USER, "username", 0,
"Run login-program as this user, defaults to the user "
...
...
Write
Preview
Markdown
is supported
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