access_list:
|
|
admin: { keypath: "../keys/admin.pub", username: "root" }
|
|
# set username comment and shell
|
|
techguy: { keypath: "../keys/techguy.pub", username: "root", comment: "noodle", shell: "/bin/zsh" }
|
|
interserver: { keypath: "../keys/interserver.pub", username: "root" }
|
|
|
|
secret_list:
|
|
interserver: { keypath: "../keys/interserver.pem", username: "root" }
|