equal
deleted
inserted
replaced
20 |
20 |
21 # Names of the SSH protocol implementations. |
21 # Names of the SSH protocol implementations. |
22 SSHV1 = 'ssh-v1' |
22 SSHV1 = 'ssh-v1' |
23 # These are advertised over the wire. Increment the counters at the end |
23 # These are advertised over the wire. Increment the counters at the end |
24 # to reflect BC breakages. |
24 # to reflect BC breakages. |
25 SSHV2 = 'exp-ssh-v2-0001' |
25 SSHV2 = 'exp-ssh-v2-0002' |
26 HTTP_WIREPROTO_V2 = 'exp-http-v2-0001' |
26 HTTP_WIREPROTO_V2 = 'exp-http-v2-0002' |
27 |
27 |
28 # All available wire protocol transports. |
28 # All available wire protocol transports. |
29 TRANSPORTS = { |
29 TRANSPORTS = { |
30 SSHV1: { |
30 SSHV1: { |
31 'transport': 'ssh', |
31 'transport': 'ssh', |