Using two-factor authentication (2FA)

Using two-factor authentication (2FA)

Denvr Cloud supports two-factor authentication (2FA) using Google Authenticator.  2FA is highly recommended for account security and is managed by the Tenant Administrator.

Tenant authorization for 2FA

The Tenant Administrator controls if users are allowed to use 2FA or not.  Allowing 2FA is the default behaviour, but can be controlled in the User management screen for new or existing users.



Enable 2FA in user account

The User then logs in as normal, and selects Account Preferences to enable 2FA.

1. Select account preferences



2. Enable Google Authenticator



3. Scan QR code into Authenticator app on your mobile device


Login using 2FA

After the primary login screen, the User will be prompted to send a two-factor request:



Click submit using GoogleAuthenticator and type the MFA code into the following prompt.


    • Related Articles

    • Connect to GitHub using SSH keys

      As of August 2021, GitHub has removed support for Password Authentication while using HTTPS protocol. It is convenient (and recommended) to access GitHub repos securely using SSH Keys. Generate a public/private RSA key pair Skip to next step if you ...
    • Using reserved nodes

      During application deployment please select your reserved pool from the 'Resource Pool' list. You should typically see one or two resource pool types: on-demand: shared tenancy nodes reserved-{tenant}: dedicated nodes strictly isolated for your ...
    • Transferring data files using SFTP

      Introduction This tutorial will demonstrate use of SFTP (Secure File Transfer Protocol) to transfer files into an application instance. Files can be read/write to the operating system disks or the Denvr Storage platforms using the /data/ filesystem. ...
    • Transferring data files using JupyterLab

      Introduction This tutorial will demonstrate use of Jupyter Lab for file transfer. Files can be read/write to the operating system disks or the Denvr Storage platforms using the /data/ filesystem. Launch Jupyter application For additional ...
    • Generating SSH keys

      Introduction This tutorial will demonstrate how to generate a SSH key pair which is required to access an Application. In addition, this document describes how to access a running Application from multiple different SSH keys. We will use Ubuntu 20.04 ...