Skip to content

Instantly share code, notes, and snippets.

@vikas17a
Created July 16, 2015 12:19
Show Gist options
  • Save vikas17a/57fab41584a75530e1a4 to your computer and use it in GitHub Desktop.
Save vikas17a/57fab41584a75530e1a4 to your computer and use it in GitHub Desktop.
google-authentication questionnaire automated
RESULT=$(google-authenticator <<!
y
y
y
n
y
!
)
echo $RESULT | awk '{print "QR Code URL:\n"$10}'
@adimania
Copy link

how about this?
google-authenticator -s /opt/2factor/aditya -t -d -r5 -R60 -w3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment