summaryrefslogtreecommitdiffstats
path: root/src/sss_client/ssh/sss_ssh_authorizedkeys.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixed uninitialized pointer in SSH authorized keys clientJan Zeleny2012-04-091-1/+1
|
* SSH: Canonicalize host name and do reverse DNS lookupJan Cholasta2012-03-161-4/+5
| | | | | | | | | | | SSH: Allow clients to explicitly specify host alias This change removes the need to canonicalize host names on the responder side - the relevant code was removed. SSH: Canonicalize host name and do reverse DNS lookup in sss_ssh_knownhostsproxy https://fedorahosted.org/sssd/ticket/1245
* SSH: Add more debugging messagesJan Cholasta2012-02-271-0/+4
|
* SSH: Refactor responder and client common codeJan Cholasta2012-02-271-14/+9
|
* SSH: OpenSSH authorized_keys clientJan Cholasta2012-02-071-0/+130