summaryrefslogtreecommitdiff
path: root/docs/Configuration.md
diff options
context:
space:
mode:
authorWild Kat <wk@users.noreply.github.com>2018-06-12 21:44:47 +0200
committerGitHub <noreply@github.com>2018-06-12 21:44:47 +0200
commitfcb0e5e462e9b3d11d0c228aafd5a853b202746f (patch)
tree45cad972ed9c16b96400f248d13af2aaea748232 /docs/Configuration.md
parentcb5741bfcc960fd63f5075efac9b559a6f933cfa (diff)
ssh auth docs and misc documentation fixups, closes #1379 (#1381)
Diffstat (limited to 'docs/Configuration.md')
-rw-r--r--docs/Configuration.md4
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