Skip to content

kakwa/libssh2-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libssh2-utils

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.

Build

Dependencies

apt install cmake gcc libssh2-1-dev

Compilation

cmake .
make

Run

Local libssh2 ciphers listing:

./libssh2-list-ciphers

Cipher negociation test with a remote server:

./libssh2-test-remote-cipher-exchange --url ssh://user@localhost:22