meta data for this page
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| account:mfa [2026/06/02 10:29] โ hkunz | account:mfa [2026/06/03 14:35] (current) โ hkunz | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== | + | ====== |
| {{indexmenu_n> | {{indexmenu_n> | ||
| Line 6: | Line 6: | ||
| If you are here for the first time, you probably want to setup your first 2nd factor. To start, we suggest you go with the //PUSH token// or a //TOTP token//. You find detailed instruction how to set them up below. | If you are here for the first time, you probably want to setup your first 2nd factor. To start, we suggest you go with the //PUSH token// or a //TOTP token//. You find detailed instruction how to set them up below. | ||
| + | |||
| + | </ | ||
| + | |||
| + | <WRAP danger> | ||
| + | |||
| + | If you feel completely overwhelmed and/or do not understand a word, we suggest to to dive in first with enrolling a PUSH or a TOTP token (scroll down for the step-by-step guides) and read then read the rest of this document afterwards. Chances are good, that things are much clearer then :) | ||
| </ | </ | ||
| Line 59: | Line 65: | ||
| To setup the PUSH token, do the following: | To setup the PUSH token, do the following: | ||
| - | - Open [[https:// | + | - Open [[https:// |
| - Install the // | - Install the // | ||
| - Add a // | - Add a // | ||
| Line 82: | Line 88: | ||
| For all Authenticator apps the procedure is basically the same: | For all Authenticator apps the procedure is basically the same: | ||
| - | - Open [[https:// | + | - Open [[https:// |
| - If necessary, install the // | - If necessary, install the // | ||
| - Add a // | - Add a // | ||
| Line 104: | Line 110: | ||
| - Insert the Yubikey, start the //YubiKey Authenticator// | - Insert the Yubikey, start the //YubiKey Authenticator// | ||
| - | - Open [[https:// | + | - Open [[https:// |
| - Depending on your environment, | - Depending on your environment, | ||
| - Check the //YubiKey Authenticator// | - Check the //YubiKey Authenticator// | ||
| Line 117: | Line 123: | ||
| - Assign a //public ID// or simply use the // | - Assign a //public ID// or simply use the // | ||
| - Copy the //Secret key// and click //Save//. | - Copy the //Secret key// and click //Save//. | ||
| - | - Open [[https:// | + | - Open [[https:// |
| - Paste the //Secret key// (copied from the YubiKey Authenticator) to the// OTP Key// field (PrivacyIDEA), | - Paste the //Secret key// (copied from the YubiKey Authenticator) to the// OTP Key// field (PrivacyIDEA), | ||
| Line 137: | Line 143: | ||
| <WRAP danger> | <WRAP danger> | ||
| - | Always protect your ssh (private) key with a passphrase. Never use a ssh keys with an empty passphrase, as everybody that gets hold on your keys could use them. | + | **Always protect your ssh (private) key with a passphrase**. **Never** |
| </ | </ | ||
| + | |||
| + | <WRAP notice> | ||
| + | |||
| + | Of course you want to avoid typing the passphrase each time you login. you can do that using **ssh-agent**. Here, you can unlock your (private) key once you login to your laptop/ | ||
| + | |||
| + | </ | ||
| + | |||
| + | To setup key-based authentication and use the ssh-agent, please check the following tutorials (if necessary): | ||
| + | |||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | |||
| + | The second tutorial also explains how to use the ssh-agent. | ||