diff options
author | Jan Cholasta <jcholast@redhat.com> | 2011-12-07 03:49:09 -0500 |
---|---|---|
committer | Rob Crittenden <rcritten@redhat.com> | 2012-02-13 22:21:47 -0500 |
commit | c00bf9e38afa4867f4ec397b260f2e467163096d (patch) | |
tree | 619ae4614ef70f9189e296d85daa02de3b14e493 /install/tools/man/ipa-server-install.1 | |
parent | c34f5fbc882b16baebc18d795511e8e1fc50668b (diff) | |
download | freeipa.git-c00bf9e38afa4867f4ec397b260f2e467163096d.tar.gz freeipa.git-c00bf9e38afa4867f4ec397b260f2e467163096d.tar.xz freeipa.git-c00bf9e38afa4867f4ec397b260f2e467163096d.zip |
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
Diffstat (limited to 'install/tools/man/ipa-server-install.1')
-rw-r--r-- | install/tools/man/ipa-server-install.1 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/install/tools/man/ipa-server-install.1 b/install/tools/man/ipa-server-install.1 index 23b51979..9870022a 100644 --- a/install/tools/man/ipa-server-install.1 +++ b/install/tools/man/ipa-server-install.1 @@ -63,6 +63,12 @@ Don't install allow_all HBAC rule. This rule lets any user from any host access \fB\-\-no\-ui\-redirect\fR Do not automatically redirect to the Web UI. .TP +\fB\-\-ssh\-trust\-dns\fR +Configure OpenSSH client to trust DNS SSHFP records. +.TP +\fB\-\-no\-sshd\fR +Do not configure OpenSSH server. +.TP \fB\-d\fR, \fB\-\-debug\fR Enable debug logging when more verbose output is needed .TP |