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
3cfd064a
Commit
3cfd064a
authored
Mar 14, 2000
by
Niels Möller
Browse files
* src/lshd.c (main): Enable command execution.
Rev: src/lshd.c:1.84
parent
c8397a83
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lshd.c
View file @
3cfd064a
...
...
@@ -579,9 +579,9 @@ int main(int argc, char **argv)
/* Supported channel requests */
struct
alist
*
supported_channel_requests
=
make_alist
(
1
,
ATOM_SHELL
,
make_shell_handler
(
backend
,
reaper
),
=
make_alist
(
2
,
ATOM_SHELL
,
make_shell_handler
(
backend
,
reaper
),
ATOM_EXEC
,
make_exec_handler
(
backend
,
reaper
),
-
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