missed the client id
This commit is contained in:
Robey Pointer 2006-05-29 23:59:45 -07:00
parent 471876ff3e
commit e0f0ae5eb2
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ class Transport (threading.Thread):
"""
_PROTO_ID = '2.0'
_CLIENT_ID = 'paramiko_1.5.4'
_CLIENT_ID = 'paramiko_1.6'
_preferred_ciphers = ( 'aes128-cbc', 'blowfish-cbc', 'aes256-cbc', '3des-cbc' )
_preferred_macs = ( 'hmac-sha1', 'hmac-md5', 'hmac-sha1-96', 'hmac-md5-96' )