summaryrefslogtreecommitdiff
path: root/docs/Configuration.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/Configuration.md')
-rw-r--r--docs/Configuration.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/Configuration.md b/docs/Configuration.md
index e2db05e..d0afdf6 100644
--- a/docs/Configuration.md
+++ b/docs/Configuration.md
@@ -59,6 +59,15 @@ vars:
ssh_no_exec: true
```
+### SSH Auth Methods
+
+By default, Oxidized registers the following auth methods: `none`, `publickey` and `password`. However you can configure this globally, by groups, models or nodes.
+
+```
+vars:
+ auth_methods: none, publickey, password, keyboard-interactive
+```
+
### SSH Proxy Command
Oxidized can `ssh` through a proxy as well. To do so we just need to set `ssh_proxy` variable.