Displaying 1 result from an estimated 1 matches for "clemsonsocunix".
2014 Mar 20
2
patch to send incoming key to AuthorizedKeysCommand via stdin
...e a user uploads their SSH public key(s) via a web
interface and accesses their repositories over SSH using a common user
account like "git" or "hg". However, there are likely many other use cases.
The patches for different openssh versions can be found at
https://bitbucket.org/ClemsonSoCUnix/django-sshkey. The README.md file
describes some caveats, including the possibility for deadlock if the
command specified with AuthorizedKeysCommand does not fully consume or
close its standard input.
I've been running the modified code in production with ~100 users on 6.2p2
for 7 months now...