summaryrefslogtreecommitdiff
path: root/ssh2.h
diff options
context:
space:
mode:
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