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
159b333d
Commit
159b333d
authored
Oct 28, 1998
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use make_client_Startup().
Rev: src/lsh.c:1.16
parent
abfc96df
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
11 deletions
+7
-11
src/lsh.c
src/lsh.c
+7
-11
No files found.
src/lsh.c
View file @
159b333d
...
...
@@ -170,21 +170,17 @@ int main(int argc, char **argv)
service
=
make_connection_service
(
make_alist
(
0
,
-
1
),
make_alist
(
0
,
-
1
));
make_alist
(
0
,
-
1
),
make_client_startup
(
1
));
kexinit_handler
=
make_kexinit_handler
(
CONNECTION_CLIENT
,
make_kexinit
,
algorithms
,
4711
);
#if 0
/* FIXME: make_service_handler is wrong function: It's for
* the server side. */
make_service_handler(make_alist
(1, ATOM_SSH_USERAUTH,
make_client_userauth(ssh_format("%lz", user),
ATOM_SSH_CONNECTION,
service))));
#endif
request_service
(
ATOM_SSH_USERAUTH
,
make_client_userauth
(
ssh_format
(
"%lz"
,
user
),
ATOM_SSH_CONNECTION
,
service
)));
if
(
!
io_connect
(
&
backend
,
&
remote
,
NULL
,
make_client_callback
(
&
backend
,
"lsh - a free ssh"
,
...
...
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