mirror of
https://codeberg.org/Codeberg/Documentation.git
synced 2026-06-16 05:13:54 -07:00
Security section: small additions (#634)
- Added Ente Auth to list of 2FA apps due to its open source/E2EE/cross platform nature - Added links to the relevant user settings for SSH keys Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/634 Reviewed-by: Robert Wolff <mahlzahn@posteo.de> Co-authored-by: Pigeon-AFA <antifantwerp@proton.me> Co-committed-by: Pigeon-AFA <antifantwerp@proton.me>
This commit is contained in:
parent
c3836a98b8
commit
9b85081adf
3 changed files with 6 additions and 5 deletions
|
|
@ -113,7 +113,8 @@
|
|||
"pipelinecomponents",
|
||||
"corepack",
|
||||
"letsencrypt.org",
|
||||
"accounturi"
|
||||
"accounturi",
|
||||
"Ente"
|
||||
],
|
||||
"ignorePaths": [
|
||||
"**/node_modules/**/*",
|
||||
|
|
|
|||
|
|
@ -26,8 +26,8 @@ You will need an authenticator app installed on your phone.
|
|||
|
||||
If you don't already have an authenticator app and you're not sure which app to use, have a look at
|
||||
Aegis Authenticator ([F-Droid](https://f-droid.org/de/packages/com.beemdevelopment.aegis/) |
|
||||
[Google Play Store](https://play.google.com/store/apps/details?id=com.beemdevelopment.aegis&hl=en_US))
|
||||
or Authenticator ([App Store](https://itunes.apple.com/app/authenticator/id766157276)).
|
||||
[Google Play Store](https://play.google.com/store/apps/details?id=com.beemdevelopment.aegis&hl=en_US)), Authenticator ([App Store](https://itunes.apple.com/app/authenticator/id766157276)) or Ente Auth ([F-Droid](https://f-droid.org/packages/io.ente.auth/) |
|
||||
[Google Play Store](https://play.google.com/store/apps/details?id=io.ente.auth) | [App Store](https://apps.apple.com/app/ente-auth-2fa-authenticator/id6444121398)).
|
||||
|
||||
#### Step 1: Navigate to your user settings
|
||||
|
||||
|
|
|
|||
|
|
@ -106,11 +106,11 @@ be prompted to touch it to continue.
|
|||
> Alternatively you can locate the hidden .ssh folder, open the file in your favorite text editor, and copy it to
|
||||
> your clipboard.
|
||||
|
||||
2. Navigate to your user settings
|
||||
2. Navigate to your [user settings](https://codeberg.org/user/settings)
|
||||
|
||||
<img src="/images/security/user-settings.png" alt="User Settings">
|
||||
|
||||
3. Go to the section **SSH / GPG Keys** and click on **Add key**.
|
||||
3. Go to the [section **SSH / GPG Keys**](https://codeberg.org/user/settings/keys) and click on **Add key**.
|
||||
|
||||
<img src="/images/security/ssh-key/add-ssh-key.png" alt="SSH Key Settings">
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue