You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/tutorials/git_authentication/index.Rmd
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ If you want to get some intuition about what you are doing, you will need to rea
43
43
44
44
First, enable two-factor authentication (2FA) for your GitHub account: follow [these steps](https://docs.github.com/en/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication#configuring-two-factor-authentication-using-a-totp-mobile-app).
45
45
You need a time-based one-time password app for 2FA to work.
46
-
We recommend a mobile app which you can download on your smartphone such as [`andOTP`](https://play.google.com/store/apps/details?id=org.shadowice.flocke.andotp&hl=en&gl=US) (open source, Android) or `Google Authenticator` (closed source, [Android](https://play.google.com/store/apps/details?id=com.google.android.apps.authenticator2&hl=en&gl=US) or [iOS](https://apps.apple.com/us/app/google-authenticator/id388497605)).
46
+
We recommend a mobile app which you can download on your smartphone such as [`Aegis`](https://play.google.com/store/apps/details?id=com.beemdevelopment.aegis) (open source, Android) or `Google Authenticator` (closed source, [Android](https://play.google.com/store/apps/details?id=com.google.android.apps.authenticator2&hl=en&gl=US) or [iOS](https://apps.apple.com/us/app/google-authenticator/id388497605)).
47
47
48
48
Next, in R, install the `usethis` package (this will also install packages `gert` and `gitcreds` which we use below) and the `checklist` package:
49
49
@@ -136,9 +136,9 @@ The first recommendation essentially is an extra layer of security compared to a
136
136
It is unrelated to git operations.
137
137
To enable two-factor authentication for your GitHub account, follow [these steps](https://docs.github.com/en/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication#configuring-two-factor-authentication-using-a-totp-mobile-app).
138
138
You need a time-based one-time password app for 2FA to work.
139
-
We recommend a mobile app which you can download on your smartphone such as [`andOTP`](https://play.google.com/store/apps/details?id=org.shadowice.flocke.andotp&hl=en&gl=US) (open source, Android) or `Google Authenticator` (closed source, [Android](https://play.google.com/store/apps/details?id=com.google.android.apps.authenticator2&hl=en&gl=US) or [iOS](https://apps.apple.com/us/app/google-authenticator/id388497605)).
139
+
We recommend a mobile app which you can download on your smartphone such as [`Aegis`](https://play.google.com/store/apps/details?id=com.beemdevelopment.aegis) (open source, Android) or `Google Authenticator` (closed source, [Android](https://play.google.com/store/apps/details?id=com.google.android.apps.authenticator2&hl=en&gl=US) or [iOS](https://apps.apple.com/us/app/google-authenticator/id388497605)).
140
140
The closed tools don't require users 'to read on' and make everything simple, while open tools will require some minimal responsibility e.g. to take care of personal backups.
141
-
Some open source desktop applications are available as well and are listed in https://github.com/andOTP/andOTP/wiki/Open-Source-2FA-Apps.
141
+
Some open source desktop applications are available as well and are listed in https://github.com/andOTP/andOTP/wiki/Open-Source-2FA-Apps and https://en.wikipedia.org/wiki/Comparison_of_OTP_applications.
142
142
Mostly these open source tools are geared towards offline storage and give users maximum control over their credentials.
143
143
2FA is not that intrusive.
144
144
It only kicks in when you login from a new device or when your last login on a device was a long time ago.
0 commit comments