Displaying 2 results from an estimated 2 matches for "stanfordsnr".
2018 Mar 20
4
Informing the SSH agent of the target user@server
Hi,
I'm prototyping an SSH agent that can broker access to a large set of
remotely held SSH keys (potentially hundreds or thousands)*. Since SSH
servers have a limit on maximum authentication attempts, the client
needs to be able to request whichever particular key it needs for a
given target user at server from the agent. Currently, the SSH agent
protocol[1] only supports
2018 Mar 21
2
Informing the SSH agent of the target user@server
On 2018-03-21 09:00, Damien Miller wrote:
> you should check out https://github.com/StanfordSNR/guardian-agent
Very nice trick. Requires a modified/bespoke client, of course, but it's
definitely a very powerful approach. I'm going to have customized
clients in some use cases anyway; I'll have to think about whether I can
use this in some cases.
> ATM it's hard because ssh...