Skip to content
GitLab
Menu
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
88e66c93
Commit
88e66c93
authored
Oct 20, 2000
by
Niels Möller
Browse files
* src/connection.h: Added comments for the various PEER_* flags.
Rev: src/connection.h:1.55
parent
17fb399d
Changes
1
Show whitespace changes
Inline
Side-by-side
src/connection.h
View file @
88e66c93
...
@@ -68,10 +68,25 @@
...
@@ -68,10 +68,25 @@
/* Set if SRP keyexchange was used. */
/* Set if SRP keyexchange was used. */
#define CONNECTION_SRP 2
#define CONNECTION_SRP 2
/* Use a different encoding of ssh-dss signatures, for compatibility with
* SSH Inc's ssh version 2.0.x and 2.1.0 */
#define PEER_SSH_DSS_KLUDGE 0x00000001
#define PEER_SSH_DSS_KLUDGE 0x00000001
/* Support SSH_MSG_SERVICE_ACCEPT with omitted service name, for
* compatibility with SSH Inc's ssh version 2.0.x */
#define PEER_SERVICE_ACCEPT_KLUDGE 0x00000002
#define PEER_SERVICE_ACCEPT_KLUDGE 0x00000002
/* Replace the service name with the string "ssh-userauth" in
* publickey userauth requests, for compatibility with SSH Inc's ssh
* version 2.0.x and 2.1.0 */
#define PEER_USERAUTH_REQUEST_KLUDGE 0x00000004
#define PEER_USERAUTH_REQUEST_KLUDGE 0x00000004
/* Never send a debug message after successful keyexchange, as SSH
* Inc's ssh version 2.0.x and 2.1 can't handle that. */
#define PEER_SEND_NO_DEBUG 0x00000008
#define PEER_SEND_NO_DEBUG 0x00000008
/* Don't include the originator port in X11 channel open messages, for
* compatibility with SSH Inc's ssh version 2.0.x */
#define PEER_X11_OPEN_KLUDGE 0x00000010
#define PEER_X11_OPEN_KLUDGE 0x00000010
/* GABA:
/* GABA:
...
...
Write
Preview
Supports
Markdown
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