Re: OFF-TOPIC: SSH authn over TLS?

2020-07-01 Thread Felipe Gasper
> On Jul 1, 2020, at 08:25, Nikos Mavrogiannopoulos wrote: > > On Tue, Jun 30, 2020 at 8:09 PM Aris Adamantiadis wrote: >> >> Hi Felipe, >> >> In SSH, all authentication schemes are signature-based. Specifically >> user authentication is based on signing the master hash that's derived >>

Dependency with libcrypto.so.1.1 in 0.9.4

2020-07-01 Thread Bruno Buzzi Brassesco
Hi, After compiling 0.9.4 successfully i have a dependency problem: ldd libssh.so.4.8.5 libcrypto.so.1.1 => not found This did not happen with ldd libssh.so.4.4.1 The compilation parameters were the same for both. OpenSSL library is in a custom path. cmake

Re: Support for certificate based authentication

2020-07-01 Thread Jakub Jelen
On Wed, 2020-07-01 at 15:23 +0530, rakesh babu wrote: > Hello Everyone, > > I Am trying to integrate libssh with netconf. (both at client & > server) > > As part of the integration, I came across 'public-key' > authentication. > Also, I found more articles that recommend using certificates over

Re: OFF-TOPIC: SSH authn over TLS?

2020-07-01 Thread Nikos Mavrogiannopoulos
On Tue, Jun 30, 2020 at 8:09 PM Aris Adamantiadis wrote: > > Hi Felipe, > > In SSH, all authentication schemes are signature-based. Specifically > user authentication is based on signing the master hash that's derived > from key exchange (i.e. everything that was shared by peers + shared >

Re: OFF-TOPIC: SSH authn over TLS?

2020-07-01 Thread Felipe Gasper
> On Jul 1, 2020, at 02:15, Nikos Mavrogiannopoulos wrote: > > On Tue, Jun 30, 2020 at 1:59 AM Felipe Gasper > wrote: >> >> Hello, >> >>I want to rig up a simple authentication based on SSH keys but over a >> preexisting TLS connection. >> >>Since TLS already handles

Support for certificate based authentication

2020-07-01 Thread rakesh babu
Hello Everyone, I Am trying to integrate libssh with netconf. (both at client & server) As part of the integration, I came across 'public-key' authentication. Also, I found more articles that recommend using certificates over actual keys which is because of ease of use and more control over

Re: OFF-TOPIC: SSH authn over TLS?

2020-07-01 Thread Nikos Mavrogiannopoulos
On Tue, Jun 30, 2020 at 1:59 AM Felipe Gasper wrote: > > Hello, > > I want to rig up a simple authentication based on SSH keys but over a > preexisting TLS connection. > > Since TLS already handles the encryption, would the authentication be > as simple as verifying a decode of