Skip to content

Commit

Permalink
fixed some minor issues (#268)
Browse files Browse the repository at this point in the history
* fixed (#261)

* fixed Issue (#252)

* fixed Issue (#233)

* fixed Issue (#189)

* fixed Issue (#138)

* fixed Issue(#92)

* fixed nitropc reinstallation instructions

* fixed frontpage hyperlink

* fixed Issue (#171)

* addition to last commit

* fixed Issue (#151)

* Update fido2/faq.rst

* Update nitropc/os-reinstallation.rst.inc

* Update shared-faqs/nitrokeys.rst.inc

* Update nitrokey3/faq.rst

* Update nitropc/os-reinstallation.rst.inc

---------

Co-authored-by: Keksmo <[email protected]>
Co-authored-by: jans23 <[email protected]>
  • Loading branch information
3 people authored Jul 25, 2024
1 parent 87c5d3b commit 976cc4b
Show file tree
Hide file tree
Showing 12 changed files with 26 additions and 19 deletions.
2 changes: 1 addition & 1 deletion fido2/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Nitrokey FIDO2 FAQ


**Q:** What can I use the Nitrokey for?
See the `frontpage`_ for an overview of supported use cases.
See the `overview <https://www.nitrokey.com/products/nitrokeys>`_ of supported use cases.

**Q:** What happens if I lose my FIDO device?
When securing accounts using FIDO (two-factor authentication and
Expand Down
2 changes: 1 addition & 1 deletion fido2/linux/desktop-login.rst
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ CLI Method
$ cd /etc/pam.d
$ sudo $editor common-auth
And add the following lines:
And add the following lines at the top of the file:

.. code-block:: bash
Expand Down
2 changes: 1 addition & 1 deletion fido2/linux/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ If the Nitrokey is not detected, proceed the following:
the `older
version <https://raw.githubusercontent.com/Nitrokey/libnitrokey/master/data/41-nitrokey_old.rules>`__
of this file.
2. Restart udev via ``sudo service udev restart``.
2. Restart udev via ``sudo service udev restart`` or ``udevadm control --reload-rules && udevadm trigger`` if you are using Fedora.
14 changes: 8 additions & 6 deletions fido2/shared/index-content1.rst.inc
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,15 @@ The Nitrokey FIDO2 can be used with any current browser.
Passwordless Authentication
---------------------------

1. Open a web page that supports FIDO2 (currently only
`Microsoft <https://www.microsoft.com>`__).
2. Log in to the website and go to “Set up security key” in the security
1. Open a web page that supports FIDO2 (for example
`Google <https://myaccount.google.com/>`__).
2. Log in to the website and go toPasskeys and security keysin the security
settings of your account.
3. Now you need to set a PIN for your Nitrokey FIDO2.
4. Touch the button of your Nitrokey FIDO2 when prompted.
5. Once you have successfully configured the device, you will need to
3. Click on Create passkey.
4. Click on Use a different device.
5. Follow the prompts to set a PIN for your Nitrokey FIDO2.
6. Touch the button of your Nitrokey FIDO2 when prompted.
7. Once you have successfully configured the device, you will need to
activate your Nitrokey FIDO2 this way each time you log in, after
entering your PIN.

Expand Down
2 changes: 1 addition & 1 deletion hsm/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Nitrokey HSM FAQ
.. _Smart Card Shell: https://www.openscdp.org/scsh3/
.. _NitroKeyWrapper: https://git.bubu1.eu/Bubu/nitrokeywrapper
.. _this thread: https://support.nitrokey.com/t/comparison-between-nitrokey-hsm-2-and-hsm-1/2977
.. _banzaicloud.com: https://banzaicloud.com/blog/vault-hsm/#nitrokey-hsm-support-opensc
.. _banzaicloud.com: https://bank-vaults.dev/docs/operator/hsm/nitrokey-opensc/
.. _program : http://smartbtc.eu/index.html
.. _Tezos: https://tezos.com/
.. _reported: https://twitter.com/thomas_quinlan/status/1222492762760716288
Expand Down
2 changes: 1 addition & 1 deletion nextbox/remote/ipv6-settings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ instead of the default, which is the 1st radio button.



.. _IPv6 Test: https://www.ipv6-test.com/validate.php
.. _IPv6 Test: https://ready.chair6.net/


2 changes: 1 addition & 1 deletion nitrokey3/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Nitrokey 3 FAQ
Windows, Linux and macOS. Also some support for Android and iOS.

**Q:** What can I use the Nitrokey for?
See the `frontpage`_ for an overview of supported use cases.
See the `overview <https://www.nitrokey.com/products/nitrokeys>`_ of supported use cases.

**Q:** How can I check if my Nitrokey 3 is working?
On `WebAuthn.io`_ you can check various high-level functionalities, while
Expand Down
2 changes: 1 addition & 1 deletion nitrokey3/troubleshooting.rst.inc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ If the Nitrokey is not detected, proceed as follows:
1. Copy this file
`41-nitrokey.rules <https://www.nitrokey.com/sites/default/files/41-nitrokey.rules>`__
to ``/etc/udev/rules.d/``.
2. Restart udev via ``sudo service udev restart``.
2. Restart udev via ``sudo service udev restart`` or ``udevadm control --reload-rules && udevadm trigger`` if you are using Fedora.



Expand Down
2 changes: 1 addition & 1 deletion nitropad/qubes/user-password-reset.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ User Password Reset
.. figure:: ./images/user-password-reset/step-five.jpg
:alt: Step 5

2. In the rescue shell, type: `cryptsetup open /dev/sda3 qubes` to unlock the encrypted root drive
2. In the rescue shell, type: `cryptsetup open /dev/sda3 qubes` or `cryptsetup open /dev/nvme0n1p3 qubes` to unlock the encrypted root drive

3. Mount the root drive `mount /dev/mapper/qubes_dom0-root /mnt`

Expand Down
9 changes: 7 additions & 2 deletions nitropc/os-reinstallation.rst.inc
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,13 @@ Operating System Reinstallation
- Linux: ``dd``, `balenaEtcher <https://www.balena.io/etcher/>`__;
- macOS: ``dd``, `balenaEtcher <https://www.balena.io/etcher/>`__.

4. Connect the USB drive to your NitroPC and start it. In Heads menu
select Boot Options -> USB Boot.
4. Connect the USB drive to your NitroPC and start it.

If you are using a NitroPC with Heads:
Go to the Heads menu and select Boot Options -> USB Boot.

If you are using a NitroPC with TitanCore:
Press ESC to enter the BIOS to select USB Boot.

5. Depending on the operating system you may need to confirm its
reinstallation.
Expand Down
2 changes: 1 addition & 1 deletion shared-faqs/hyperlinks.rst.inc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

.. _frontpage: https://nitrokey.com/

.. _WebAuthn.io: https://webauthn.io/
.. _webautn.bin.coffee: https://webauthn.bin.coffee/
.. _chrome://settings/securityKeys: chrome://settings/securityKeys
Expand Down
4 changes: 2 additions & 2 deletions shared-faqs/nitrokeys.rst.inc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
Windows, Linux and macOS.

**Q:** What can I use the Nitrokey for?
See the `frontpage`_ for an overview of supported use cases.
See the `overview <https://www.nitrokey.com/products/nitrokeys>`_ of supported use cases.


.. _frontpage: https://nitrokey.com/

0 comments on commit 976cc4b

Please sign in to comment.