Digital Marketing

Installing Google Authenticator on EC2 Instance

Install and enable EPEL on EC2

cd /tmp
wget -O epel.rpm –nv \
https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
sudo yum install -y ./epel.rpm
Installing Google Authenticator
sudo yum install google-authenticator -y

Comments

Popular posts from this blog

MySQL Sandbox with the Sakila sample database