Amit Kulkarni
Amit Kulkarni
According to [rawgit.com](https://rawgit.com/): > RawGit is now in a sunset phase and will soon shut down. It's been a fun five years, but all things must end. >GitHub repositories that...
It may be helpful to rephrase the Step 6 of Setup to something like: Step 6: Change : ``` PrivateDependencyModuleNames.AddRange(new string[] {}); ``` to ``` PrivateDependencyModuleNames.AddRange(new string[] { "WatsonSdk", "Voice"...
### Sample run ``` $ python3 sshscan.py -t ... [+] Detected the following weak HostKey algorithms: rsa-sha2-512 ecdsa-sha2-nistp256 rsa-sha2-256 ``` Why are `rsa-sha2-256` and `rsa-sha2-512` not included in [config.yml](https://github.com/evict/SSHScan/blob/master/config.yml) by...
### Summary Changes to recipe: libssh2/1.11.1 #### Motivation There are several bugfixes since 1.11.0 including a fix for [terrapin attack](https://terrapin-attack.com/). #### Details https://github.com/libssh2/libssh2/compare/libssh2-1.11.0...libssh2-1.11.1 --- - [x] Read the [contributing guidelines](https://github.com/conan-io/conan-center-index/blob/master/CONTRIBUTING.md)...
### Package Name/Version libssh2/1.11.1 ### Changelog https://libssh2.org/changes.html ### Context about the new update The above-mentioned version is newly released by the upstream project and not yet available as a recipe....
Hi @bensie, SHA256 fingerprint of an SSH public key generated by SSHKey differs from the fingerprint generated by `ssh-keygen` by 1 character. This is due to the truncating of padding...