Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
LSH
lsh
Commits
405929a8
Commit
405929a8
authored
Oct 27, 1998
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Include channel.h. Still doesn't initialize everything properly.
Rev: src/lsh.c:1.15
parent
42daf024
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
7 deletions
+9
-7
src/lsh.c
src/lsh.c
+9
-7
No files found.
src/lsh.c
View file @
405929a8
...
...
@@ -33,6 +33,7 @@
#include "alist.h"
#include "atoms.h"
#include "channel.h"
#include "charset.h"
#include "client.h"
#include "client_keyexchange.h"
...
...
@@ -41,7 +42,7 @@
#include "io.h"
#include "randomness.h"
#include "service.h"
#include "session.h"
/*
#include "session.h"
*/
#include "userauth.h"
#include "werror.h"
#include "xalloc.h"
...
...
@@ -174,15 +175,16 @@ int main(int argc, char **argv)
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
))));
(1, ATOM_SSH_USERAUTH,
make_client_userauth(ssh_format("%lz", user),
ATOM_SSH_CONNECTION,
service))));
#endif
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