Skip to content
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.

Client Algorithms

danopia edited this page Apr 15, 2013 · 13 revisions

Putty

Client header: PuTTY_Release_0.62

{ kexAlgs: 
   [ 'diffie-hellman-group-exchange-sha256',
     'diffie-hellman-group-exchange-sha1',
     'diffie-hellman-group14-sha1',
     'diffie-hellman-group1-sha1',
     'rsa2048-sha256',
     'rsa1024-sha1' ],
  hostKeyAlgs: [ 'ssh-rsa', 'ssh-dss' ],
  encAlgs: 
   [ [ 'aes256-ctr',
       'aes256-cbc',
       '[email protected]',
       'aes192-ctr',
       'aes192-cbc',
       'aes128-ctr',
       'aes128-cbc',
       'blowfish-ctr',
       'blowfish-cbc',
       '3des-ctr',
       '3des-cbc',
       'arcfour256',
       'arcfour128' ],
     [ 'aes256-ctr',
       'aes256-cbc',
       '[email protected]',
       'aes192-ctr',
       'aes192-cbc',
       'aes128-ctr',
       'aes128-cbc',
       'blowfish-ctr',
       'blowfish-cbc',
       '3des-ctr',
       '3des-cbc',
       'arcfour256',
       'arcfour128' ] ],
  macAlgs: 
   [ [ 'hmac-sha1', 'hmac-sha1-96', 'hmac-md5' ],
     [ 'hmac-sha1', 'hmac-sha1-96', 'hmac-md5' ] ],
  cprAlgs: [ [ 'none', 'zlib' ], [ 'none', 'zlib' ] ],
  langs: [ [], [] ] }
Clone this wiki locally