ssh_public_keys/README.md
2021-01-28 23:35:45 +01:00

494 B

SSH Public key Store

This is designed to work with the ssh_auth role.

A example usage to add l3d as admin and raoul only as unprivviledged user:

---
admins:
  - l3d

users:
  l3d:
    - l3d@pinkie.l3d.yt
    - l3d@mobile.l3d.yt
    - l3d@backup.l3d.yt
    - l3d@derpy.l3d.yt
    - l3d@backup-rsa.l3d.yt
    - l3d@business.wingcon.com
  raoul:
    - raoul@ccczh

accounts:
  - l3d
  - raoul