FreeIPA/Guide
From Hack Manhattan Wiki
Create a user for yourself in FreelPA
- Click the link to the FreelPA web GUI in the Applications section of the System Administration Group - Documentation page
- Enter a Username of
adminand a Password ofpassword1234 - On the Identity tab, on the Users subtab, click the +Add button
- Enter a username for yourself, and your name, and a temporary password (which you will be forced to change when you log on for the first time).
- Click the Add and Edit button.
- On the next screen check to see your login shell is /bin/bash and not /bin/sh.
- Do you have your own SSH key already? It would probably be on your laptop in your home directory in the hidden directory ssh and named id_ecdsa or id _rsa. If not, follow Generating a New SSH Key to generate a key pair in a terminal or command prompt.
- Note that we recommend you to not make a passphrase, to avoid possible extra steps.
- In a text editor, open the file in the ssh directory named id_ed25519.pub or other name your provided. Copy its contents to the clipboard. Be sure your opening the pub file containing your public key, not the file without an extension containing your private key!
- Back in the FreelPA web GUI, find SSH public keys, and click the Add button. Paste the clipboard contents into the box and click Set. Click on the Save button under the tabs at the top of the page.
- Click on the User Groups subtab and add yourself to the sysadmins group.
Done