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 Authenticatorsudo yum install google-authenticator -y
Comments
Post a Comment