File tree Expand file tree Collapse file tree 1 file changed +55
-0
lines changed
Expand file tree Collapse file tree 1 file changed +55
-0
lines changed Original file line number Diff line number Diff line change 1+ # Bitvise FlowSshC/Cpp/Net
2+ name : FlowSsh
3+ homepage : https://www.bitvise.com/flowssh
4+ # source-repository: http://foobar.quux/foobar.git
5+ latest-release :
6+ version : 5.27
7+ date : 2014-11-04
8+ client : yes
9+ server : no
10+ library : yes
11+ # Documentation: https://www.bitvise.com/fsd-index
12+ # The following is based on the FlowSshC.h header file
13+ protocols :
14+ cipher :
15+ - aes256-ctr
16+ - aes192-ctr
17+ - aes128-ctr
18+ - 3des-ctr
19+ - aes256-cbc
20+ - aes192-cbc
21+ - aes128-cbc
22+ - 3des-cbc
23+ - none # disabled by default
24+ compression :
25+ - none
26+ - zlib
27+ hostkey :
28+ - ecdsa-sha2-1.3.132.0.10 # SEC 2 prime curve secp256k1? Not listed in RFC 5656
29+ - ecdsa-sha2-nistp521
30+ - ecdsa-sha2-nistp384
31+ - ecdsa-sha2-nistp256
32+ - ssh-rsa
33+ - ssh-dsa
34+ kex :
35+ - ecdh-sha2-1.3.132.0.10
36+ - ecdh-sha2-nistp521
37+ - ecdh-sha2-nistp384
38+ - ecdh-sha2-nistp256
39+ - diffie-hellman-group-exchange-sha256 # disabled by default
40+ - diffie-hellman-group-exchange-sha1 # disabled by default
41+ - diffie-hellman-group14-sha1
42+ - diffie-hellman-group1-sha1
43+ mac :
44+ - hmac-sha2-256
45+ - hmac-sha1
46+ - hmac-md5 # disabled by default
47+ - hmac-sha2-256-96 # disabled by default
48+ - hmac-sha1-96 # disabled by default
49+ - hmac-md5-96 # disabled by default
50+ - none # disabled by default
51+ userauth :
52+ - publickey
53+ - password
54+ - keyboard-interactive
55+ - none
You can’t perform that action at this time.
0 commit comments