Basic utilities for libssh2:
- libssh2-list-ciphers: list the supported ciphers by libssh2 on your host
- libssh2-test-remote-cipher-exchange: test cipher negociation with a remote server.
apt install cmake gcc libssh2-1-dev
cmake .
make
Local libssh2 ciphers listing:
./libssh2-list-ciphers
Cipher negociation test with a remote server:
./libssh2-test-remote-cipher-exchange --url ssh://user@localhost:22