diff options
author | Wild Kat <wk@users.noreply.github.com> | 2018-06-12 21:44:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-12 21:44:47 +0200 |
commit | fcb0e5e462e9b3d11d0c228aafd5a853b202746f (patch) | |
tree | 45cad972ed9c16b96400f248d13af2aaea748232 /docs/Configuration.md | |
parent | cb5741bfcc960fd63f5075efac9b559a6f933cfa (diff) |
ssh auth docs and misc documentation fixups, closes #1379 (#1381)
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 |