Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 470 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 470 Bytes

TOTP SSH - googleAuthenticator

Setup googleAuthenticator for SSH access on Ubuntu OS with ansible.
Ansible playbook is there for learning purposes, stuff can be done differently but this is a kind of reference for myself.

Setup

run playbook

ansible-playbook -i inventory/hosts playbooks/otp-ssh.yaml --check
ansible-playbook -i inventory/hosts playbooks/otp-ssh.yaml

ansible ping

ansible ssh_servers -i inventory/hosts -m ping