Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Passwords alone are no longer sufficient. To address this RIT has moved to Duo's MFA service for the majority of services. Admins and developers, however, have access to large amounts of information and have privileges on servers that can cause significant damage if their credentials are compromised. Because of those risks, stronger and more efficient MFA is required for certain accounts. To achieve this, ITS has historically used OATH (One Time Passwords) for SSH and sudo access on linux Linux servers and recently started requiring either certificates + PIN or Duo for Windows logons.

OATH is deprecated and all OATH users are being moved to certificate-based authentication. ITS is issuing YubKeys YubiKeys that will be used to securely generate and store these certificates.

Requirements

Requesting a YubiKey

Considerations

  • These docs are not the only way to accomplish the goal nor are YubiKeys required the only way to accomplish password-less authentication however the further you deviate from these docs the less knowledge ITS has to assist you.
  • The OS requires a lock on the YubiKey. If using multiple computers, even if a computer is virtual, multiple devices will be needed – one device per instance of the OS.
    • A YubiKey can be passed through RDP session(s) (Windows only)
  • Each device will have a different certificate. A certificate can, however, be used for access to both Linux and Windows servers.
  • Expert mode: While a YubiKey (i.e. a Yubico device) is not required, the docs and process are built assuming a Yubikey YubiKey is being used. Any device that can securely generate and store keys in a way that can be cryptographically verified will work.


Process Overview

...

I. Certificate Enrollment
II. Submit certificate for verification
III. Configure clients to use certificates

...

IV. Next steps

I. Certificate Enrollment


Expand
titleFirst steps with YubikeyCertificate Enrollment

Include Page
Yubikey New Setup/Initialization/Re-initialization (WIP)Yubikey New Setup/Initialization/Re-initialization (WIP)

Which Certificate Is Right For Me?

Note

The following is a suggested determination of which certificate process to follow. If you feel comfortable deviating, feel free to do so.

...

I. YubiKey Certificate Enrollment
I. YubiKey Certificate Enrollment

II. Submit certificate for verification


Expand
titleWindows CA issued Certificate
Include Page
Yubikey Smartcard Setup via Windows CA-issued Certificate (Yubikey Manager)Yubikey Smartcard Setup via Windows CA-issued Certificate (Yubikey Manager)

Else, follow this process below:

...

titleSelf-Signed Certificate

...

Submit certificate for verification

...

titleYubikey Attestation and Submission (Work in Progress)

...

Configure clients to use certificates

...

YubiKey Attestation and Submission

Include Page
II. YubiKey Attestation
II. YubiKey Attestation

III. Configure clients to use certificates

Windows: III. YubiKey Windows SSH Client Configuration


Mac: III. YubiKey Mac SSH Client Configuration


Linux: III. YubiKey Linux SSH Client Configuration


IV. Next steps

YubiKey Duo Setup - start.rit.edu/Duo

Other uses for certificates

Other uses of YubiKeys

==OLD==

Generating and distributing(?) certificates

Windows

Enroll certificates using the following Guide:

Configure Windows to automatically load certificates from the Yubikey for SSH use:

macOS

Note

If you plan on using your certificate with Windows and linux servers, you must generate the certificate using Windows. Once the certificate has been generated on Windows it can be used with any OS and with Windows and linux servers.

Linux

Note

If you plan on using your certificate with Windows and linux servers, you must generate the certificate using Windows. Once the certificate has been generated on Windows it can be used with any OS and with Windows and linux servers.

...

Troubleshooting