Displaying 1 result from an estimated 1 matches for "authorized_keys_a2".
Did you mean:
authorized_keys2
2003 Aug 19
3
splitting big authorized_keys files
...the first two won't differ much :-) and
use that in a AuthorizedKeysFile-statement, and leaving AuthorizedKeys2File
as-is - so the normal login procedure would go and use
~/.ssh/authorized_keys2 as usual, but it would try and use eg for
"%h/.ssh/authorized_keys_%2p" a file ~/.ssh/authorized_keys_A2 or whatever
and find there only the matching subset of keys.
So the authorized_keys-file could be split along multiples of 16 (ie., one
hex-character); so /16, /256, /4096, ...
This way I could split my user-list in 256 files of about 60 entries each;
that could be handled, I think.
Or, anothe...