Created
April 24, 2020 00:35
-
-
Save aim-up/3d2776cb272f6df0efb2eaf579d2804a to your computer and use it in GitHub Desktop.
WS_FTP 12 SSH Algorithms
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
===ssh-kex | |
diffie-hellman-group-exchange-sha1 | |
diffie-hellman-group1-sha1 | |
===ssh-shk | |
ssh-dss | |
ssh-rsa | |
===ssh-ciphers | |
aes256-ctr | |
aes192-ctr | |
aes128-ctr | |
aes256-cbc | |
3des-cbc | |
aes192-cbc | |
aes128-cbc | |
blowfish-cbc | |
===ssh-hmacs | |
hmac-md5 | |
hmac-sha1 | |
hmac-ripemd160 | |
===ssh-compression | |
zlib | |
none |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment