Hi,
Actually, I had installed freeipa server on my centos7 machine. But in my organization, we are using Ubuntu. Could you please give the steps so that i can add my ubuntu servers as a client in freeipa for ssh access management.
Thank you jatinder
Hi,
Actually, I had installed freeipa server on my centos7 machine. But in my organization, we are using Ubuntu. Could you please give the steps so that i can add my ubuntu servers as a client in freeipa for ssh access management.
Thank you jatinder
It is basically the same as on CentOS. The package you install is freeipa-client instead of ipa-client, but the command to enroll the host is the same.
On Wed, Oct 24, 2018 at 12:05 PM Jatinder Kumar via FreeIPA-users < freeipa-users@lists.fedorahosted.org> wrote:
Hi,
Actually, I had installed freeipa server on my centos7 machine. But in my organization, we are using Ubuntu. Could you please give the steps so that i can add my ubuntu servers as a client in freeipa for ssh access management.
Thank you jatinder _______________________________________________ FreeIPA-users mailing list -- freeipa-users@lists.fedorahosted.org To unsubscribe send an email to freeipa-users-leave@lists.fedorahosted.org Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedorahosted.org/archives/list/freeipa-users@lists.fedorahoste...
Hi,
Thanks for the information, But in ubuntu, there is not "sssd" file.
On Thu, Oct 25, 2018 at 12:14 AM Kristian Petersen nesretep@chem.byu.edu wrote:
It is basically the same as on CentOS. The package you install is freeipa-client instead of ipa-client, but the command to enroll the host is the same.
On Wed, Oct 24, 2018 at 12:05 PM Jatinder Kumar via FreeIPA-users < freeipa-users@lists.fedorahosted.org> wrote:
Hi,
Actually, I had installed freeipa server on my centos7 machine. But in my organization, we are using Ubuntu. Could you please give the steps so that i can add my ubuntu servers as a client in freeipa for ssh access management.
Thank you jatinder _______________________________________________ FreeIPA-users mailing list -- freeipa-users@lists.fedorahosted.org To unsubscribe send an email to freeipa-users-leave@lists.fedorahosted.org Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedorahosted.org/archives/list/freeipa-users@lists.fedorahoste...
-- Kristian Petersen System Administrator BYU Dept. of Chemistry and Biochemistry
sssd should be installed as a dependency when you install freeipa-client. The sssd file itself is /etc/sssd/sssd.conf.
Just install these Ubuntu packages
openssh-server freeipa-client
and run this command
ipa-client-install
On 24-10-18 20:03, Jatinder Kumar via FreeIPA-users wrote:
Hi,
Actually, I had installed freeipa server on my centos7 machine. But in my organization, we are using Ubuntu. Could you please give the steps so that i can add my ubuntu servers as a client in freeipa for ssh access management.
Thank you jatinder
FreeIPA-users mailing list -- freeipa-users@lists.fedorahosted.org To unsubscribe send an email to freeipa-users-leave@lists.fedorahosted.org Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedorahosted.org/archives/list/freeipa-users@lists.fedorahoste...
The usual command I ran on Ubuntu (probably similar to other linux platforms):
sudo apt update sudo apt install freeipa-client sudo hostname (to check if you have a qualified hostname, if not, set it) sudo ipa-client-install --hostname=`hostname -f` --mkhomedir —server=ipa.example.com --domain example.com --realm IPA.EXAMPLE.COM
- Kindest regards,
Milos
On 25 Oct 2018, at 08:32, Kees Bakker via FreeIPA-users freeipa-users@lists.fedorahosted.org wrote:
Just install these Ubuntu packages
openssh-server freeipa-client
and run this command
ipa-client-install
On 24-10-18 20:03, Jatinder Kumar via FreeIPA-users wrote:
Hi,
Actually, I had installed freeipa server on my centos7 machine. But in my organization, we are using Ubuntu. Could you please give the steps so that i can add my ubuntu servers as a client in freeipa for ssh access management.
Thank you jatinder
FreeIPA-users mailing list -- freeipa-users@lists.fedorahosted.org mailto:freeipa-users@lists.fedorahosted.org To unsubscribe send an email to freeipa-users-leave@lists.fedorahosted.org mailto:freeipa-users-leave@lists.fedorahosted.org Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedorahosted.org/archives/list/freeipa-users@lists.fedorahoste... https://lists.fedorahosted.org/archives/list/freeipa-users@lists.fedorahosted.org
FreeIPA-users mailing list -- freeipa-users@lists.fedorahosted.org To unsubscribe send an email to freeipa-users-leave@lists.fedorahosted.org Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedorahosted.org/archives/list/freeipa-users@lists.fedorahoste...
freeipa-users@lists.fedorahosted.org