diff options
Diffstat (limited to 'install/tools/man')
-rw-r--r-- | install/tools/man/ipa-replica-install.1 | 6 | ||||
-rw-r--r-- | install/tools/man/ipa-server-install.1 | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/install/tools/man/ipa-replica-install.1 b/install/tools/man/ipa-replica-install.1 index 87506477..c41af20e 100644 --- a/install/tools/man/ipa-replica-install.1 +++ b/install/tools/man/ipa-replica-install.1 @@ -47,6 +47,12 @@ Do not configure NTP \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\-\-skip\-conncheck\fR Skip connection check to remote master .TP 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 |