Created
February 21, 2018 00:02
-
-
Save tstachl/104d5a8f90d84d3455d04580171accd3 to your computer and use it in GitHub Desktop.
Steps to install Authy SSH CLI.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# download the code from github | |
wget https://raw.githubusercontent.com/authy/authy-ssh/master/authy-ssh | |
# run the install | |
sudo bash authy-ssh install /usr/local/bin | |
# enable it | |
sudo /usr/local/bin/authy-ssh enable `whoami` | |
# test it | |
authy-ssh test | |
# restart the ssh server | |
sudo service ssh restart |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment