Skip to content

Instantly share code, notes, and snippets.

@cyppst
Forked from tstachl/authy_ssh.sh
Created October 25, 2018 22:39
Show Gist options
  • Save cyppst/9a26ba74e1e554d0d804c7cdd90f5026 to your computer and use it in GitHub Desktop.
Save cyppst/9a26ba74e1e554d0d804c7cdd90f5026 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