OFF-TOPIC: SSH authn over TLS?

2020-06-29 Thread Felipe Gasper
art for this? (I realize this isn’t really on-topic for this list, but I’m not sure where else to ask … ?) Thank you! -Felipe Gasper Ontario, Canada

Re: OFF-TOPIC: SSH authn over TLS?

2020-06-30 Thread Felipe Gasper
> ensure that the challenges are immune to replay, but in that case it wouldn't > be simple anymore. > > TLS has built-in support for client certificates. It's not very > straightforward but it might be the way to go if you insist on having public > key authenticati

Re: OFF-TOPIC: SSH authn over TLS?

2020-06-30 Thread Felipe Gasper
I don't > know ready-to-use solutions to avoid having to cook a custom protocol. On > certain distributed architectures I'd recommend using an authentication > server and authentication tokens like oauth, but it's difficult to say if it > applies to your problem. > >

Re: OFF-TOPIC: SSH authn over TLS?

2020-06-30 Thread Felipe Gasper
It’s very rough, but: https://gist.github.com/FGasper/4fb5b702489b9eb12c2133e9da5c5beb -FG > On Jun 30, 2020, at 3:40 PM, Alberto Garcia wrote: > > Hi, > Can you share that code to take a look at it? > > Thanks > > On Tue, Jun 30, 2020 at 11:28 AM Felipe Gasper &g

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 connectio

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 >> f

Re: OFF-TOPIC: SSH authn over TLS?

2020-07-03 Thread Felipe Gasper
> On Jul 1, 2020, at 8:24 AM, 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 >> f