sshd - Is cipher "3des-ctr" supported by openssh? -


is cipher "3des-ctr" supported openssh?

it not mentioned in list of supported ciphers in man page of ssh_config:

ciphers

specifies ciphers allowed protocol version 2 in order of preference. multiple ciphers must comma-separated. supported ciphers ''3des-cbc'', ''aes128-cbc'', ''aes192-cbc'', ''aes256-cbc'', ''aes128-ctr'', ''aes192-ctr'', ''aes256-ctr'', ''arcfour128'', ''arcfour256'', ''arcfour'', ''blowfish-cbc'', , ''cast128-cbc''. default is:

aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128, aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc, aes256-cbc,arcfour


Comments

Popular posts from this blog

c# - How to get the current UAC mode -

postgresql - Lazarus + Postgres: incomplete startup packet -

javascript - Ajax jqXHR.status==0 fix error -