cap sort of works (no pubkey)

This commit is contained in:
2022-03-29 14:33:46 +03:00
parent 3fdee67353
commit 8e0fed4893
4 changed files with 3 additions and 24 deletions

View File

@ -5,6 +5,6 @@
user: "feenix",
roles: %w{web app db},
ssh_options: {
auth_methods: %w(publickey)
# auth_methods: %w(publickey)
# password: "please use keys"
}