AuthorizedKeysCommand size issue?
Damien Miller
djm at mindrot.org
Tue Apr 15 09:52:28 EST 2014
On Mon, 14 Apr 2014, Yves Dorfsman wrote:
>
> I'm running into issues with AuthorizedKeysCommand when the sum of the size of
> the public keys become bigger than ~ 12 KB.
It's easy to determine whether sshd is at fault here. Just replace
curl with 'cat' of a >12KB file.
> I created a bash script that runs
>
> #!/bin/bash
> curl -s --compressed http://someurl.example.com/pubkeys/$1
this is terrifying.
-d
More information about the openssh-unix-dev
mailing list