4d51198 Configure ssh and sshd during ipa-client-install.

6 files Authored by jcholast 12 years ago, Committed by rcritten 12 years ago,
    Configure ssh and sshd during ipa-client-install.
    
    For ssh, VerifyHostKeyDNS option is set to 'yes' if --ssh-trust-dns
    ipa-client-install option is used.
    
    For sshd, KerberosAuthentication, GSSAPIAuthentication and UsePAM
    options are enabled (this can be disabled using --no-sshd
    ipa-client-install option).
    
    ticket 1634