Rstudio Server Open Source with Google Auth

Quick guide how to set up Rstudio Server Open Source Edition with Google Auth instead Linux PAM. Download and install rstudio on your machine. Nice guide for Ubuntu/Debian based servers. Install Google Authenticator PAM module. It’s available on most linux distros. For Ubuntu 20.04 issue command in your terminal. sudo apt install libpam-google-authenticator Configure PAM module. sudo cp /etc/pam.d/login /etc/pam.d/rstudio Comment out line 57 in newly created /etc/pam.d/rstudio file. # Standard Un*x authentication....