502eafb Add support for SSH public keys to user and host objects.

8 files Authored by jcholast 12 years ago, Committed by rcritten 12 years ago,
    Add support for SSH public keys to user and host objects.
    
    This patch adds a new multivalue param "sshpubkey" for specifying SSH public
    keys to both user and host objects. The accepted value is base64-encoded
    public key blob as specified in RFC4253, section 6.6.
    
    Additionaly, host commands automatically update DNS SSHFP records when
    requested by user.
    
    https://fedorahosted.org/freeipa/ticket/754
    
        
file modified
+9 -4
file modified
+1 -1
file modified
+93 -23
file modified
+31 -6
file modified
+32 -0
file modified
+21 -0