diff options
Diffstat (limited to 'docs/Configuration.md')
-rw-r--r-- | docs/Configuration.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/Configuration.md b/docs/Configuration.md index aea5e3c..a411490 100644 --- a/docs/Configuration.md +++ b/docs/Configuration.md @@ -66,9 +66,9 @@ vars: By default, Oxidized registers the following auth methods: `none`, `publickey` and `password`. However you can configure this globally, by groups, models or nodes. -``` +```yaml vars: - auth_methods: none, publickey, password, keyboard-interactive + auth_methods: [ "none", "publickey", "password", "keyboard-interactive" ] ``` ## SSH Proxy Command |