Skip to content

Instantly share code, notes, and snippets.

@tstachl
Created February 21, 2018 00:02
Show Gist options
  • Save tstachl/104d5a8f90d84d3455d04580171accd3 to your computer and use it in GitHub Desktop.
Save tstachl/104d5a8f90d84d3455d04580171accd3 to your computer and use it in GitHub Desktop.
Steps to install Authy SSH CLI.
# 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