diff options
author | Jan Cholasta <jcholast@redhat.com> | 2012-09-12 09:19:26 -0400 |
---|---|---|
committer | Martin Kosek <mkosek@redhat.com> | 2012-09-13 13:13:48 +0200 |
commit | f6fed3c54742bbfcc4d8bb6433c5965ca61fd989 (patch) | |
tree | b3da9f8d4e801e3122a03a8c449fbc7f136162d0 /install/tools/man/ipa-replica-install.1 | |
parent | 8728d3145f4c2f7bd1fed8c75f33f9ed7df555d2 (diff) | |
download | freeipa-f6fed3c54742bbfcc4d8bb6433c5965ca61fd989.tar.gz freeipa-f6fed3c54742bbfcc4d8bb6433c5965ca61fd989.tar.xz freeipa-f6fed3c54742bbfcc4d8bb6433c5965ca61fd989.zip |
Add --no-ssh option to ipa-client-install to disable OpenSSH client configuration.
If both --no-ssh and --no-sshd are specified, do not configure the SSH service
in SSSD.
ticket 3070
Diffstat (limited to 'install/tools/man/ipa-replica-install.1')
-rw-r--r-- | install/tools/man/ipa-replica-install.1 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/install/tools/man/ipa-replica-install.1 b/install/tools/man/ipa-replica-install.1 index 3f4459727..084b45436 100644 --- a/install/tools/man/ipa-replica-install.1 +++ b/install/tools/man/ipa-replica-install.1 @@ -56,6 +56,9 @@ Do not automatically redirect to the Web UI. \fB\-\-ssh\-trust\-dns\fR Configure OpenSSH client to trust DNS SSHFP records. .TP +\fB\-\-no\-ssh\fR +Do not configure OpenSSH client. +.TP \fB\-\-no\-sshd\fR Do not configure OpenSSH server. .TP |