[Bug 2081] extend the parameters to the  AuthorizedKeysCommand
    bugzilla-daemon at mindrot.org 
    bugzilla-daemon at mindrot.org
       
    Wed Jun  4 14:05:33 EST 2014
    
    
  
https://bugzilla.mindrot.org/show_bug.cgi?id=2081
Damien Miller <djm at mindrot.org> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |djm at mindrot.org
--- Comment #11 from Damien Miller <djm at mindrot.org> ---
This patch seems to do a key_write() to a temporary file and then reads
it back to get the key in a text format. This is pretty silly - it
would be better to duplicate or factor out the innards of key_write()
to return a text representation of a public key in string format
directly.
I wouldn't bother doing this just yet - there are some large key.c
changes coming up in the next couple of weeks that will collide with
any duplication or refactoring here.
-- 
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
    
    
More information about the openssh-bugs
mailing list