summaryrefslogtreecommitdiff
path: root/src/sss_client/ssh/sss_ssh_client.c
AgeCommit message (Collapse)AuthorFilesLines
2013-07-22Fix warnings: uninitialized variableLukas Slebodnik1-1/+1
2013-05-07SSH: Use separate field for domain name in client requestsJan Cholasta1-12/+26
Instead of appending @domain to names when the --domain option of sss_ssh_* is used, put domain name in a separate field in client requests.
2012-05-31SSH: Supress error message output in sss_ssh_knownhostsproxyJan Cholasta1-4/+4
2012-03-15SSH: Allow clients to explicitly specify host aliasJan Cholasta1-1/+17
This change removes the need to canonicalize host names on the responder side - the relevant code was removed.
2012-03-09Fixed resource leak in ssh client codeJan Zeleny1-0/+1
2012-02-26SSH: Refactor responder and client common codeJan Cholasta1-0/+232