summaryrefslogtreecommitdiff
path: root/ssh2.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-04-16 11:18:38 +1000
committerDamien Miller <djm@mindrot.org>2000-04-16 11:18:38 +1000
commit4af51306d9a51459a5bef922df1037f876ae51fe (patch)
tree09ecfc215fce82345a3259f8a0f384b9a67906f0 /ssh2.h
parent5d1705ecf9bd3216dc99a84242bcdf2e7297d307 (diff)
- OpenBSD CVS updates.
[ssh.1 ssh.c] - ssh -2 [auth.c channels.c clientloop.c packet.c packet.h serverloop.c] [session.c sshconnect.c] - check payload for (illegal) extra data [ALL] - whitespace cleanup
Diffstat (limited to 'ssh2.h')
-rw-r--r--ssh2.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/ssh2.h b/ssh2.h
index cc659f847..cf684bacf 100644
--- a/ssh2.h
+++ b/ssh2.h
@@ -1,31 +1,31 @@
1/* 1/*
2 * draft-ietf-secsh-architecture-04.txt 2 * draft-ietf-secsh-architecture-04.txt
3 * 3 *
4 * Transport layer protocol: 4 * Transport layer protocol:
5 * 5 *
6 * 1-19 Transport layer generic (e.g. disconnect, ignore, debug, 6 * 1-19 Transport layer generic (e.g. disconnect, ignore, debug,
7 * etc) 7 * etc)
8 * 20-29 Algorithm negotiation 8 * 20-29 Algorithm negotiation
9 * 30-49 Key exchange method specific (numbers can be reused for 9 * 30-49 Key exchange method specific (numbers can be reused for
10 * different authentication methods) 10 * different authentication methods)
11 * 11 *
12 * User authentication protocol: 12 * User authentication protocol:
13 * 13 *
14 * 50-59 User authentication generic 14 * 50-59 User authentication generic
15 * 60-79 User authentication method specific (numbers can be reused 15 * 60-79 User authentication method specific (numbers can be reused
16 * for different authentication methods) 16 * for different authentication methods)
17 * 17 *
18 * Connection protocol: 18 * Connection protocol:
19 * 19 *
20 * 80-89 Connection protocol generic 20 * 80-89 Connection protocol generic
21 * 90-127 Channel related messages 21 * 90-127 Channel related messages
22 * 22 *
23 * Reserved for client protocols: 23 * Reserved for client protocols:
24 * 24 *
25 * 128-191 Reserved 25 * 128-191 Reserved
26 * 26 *
27 * Local extensions: 27 * Local extensions:
28 * 28 *
29 * 192-255 Local extensions 29 * 192-255 Local extensions
30 */ 30 */
31 31