Alex Dehnert

Results 24 comments of Alex Dehnert

> 1. if all configured profiles are as easy as possible to get to, up to the point where connections just start up automatically, then the user is more likely...

I'm not sure of the limitations, but the incremental support in #568 probably helps with some things along these lines.

I think this is a dup of #295

With the PR merged, can this issue be closed?

> by putting an ssh key on a shared machine If we could find an opensource tool like [Akamai's authgate](https://zulip.tabbott.net/#narrow/near/63153/stream/GCI.20mentors/topic/ssh.20to.20remote.20dev), that'd be great, but AFAICT that doesn't currently exist. (I,...

[Netflix's BLESS](https://github.com/Netflix/bless) seems somewhat similar to authgate and might work. (I'm not sure how complete a solution it is, though.)

Somebody else says: > Here’s a list of open source projects with goals similar to authgate: > https://github.com/Netflix/bless > https://github.com/continusec/geecert > https://github.com/uber/pam-ussh > https://github.com/cloudtools/ssh-cert-authority I haven't looked at any of...

> #66135 might help, we'll see when it's merged @sylvainfaivre , Do you happen to know if it did?

It's been a couple years since there was any traffic on this issue -- is there any sense of whether it's likely to happen? (I'm particularly interested because it seems...

This patch fixes this, roughly in line with that third proposal, though I'm not sure it's the approach you'd actually want to take: ```patch --- a/configure.ac 2025-08-27 21:08:49.721491608 -0400 +++...