summaryrefslogtreecommitdiff
path: root/spec/input/ssh_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/input/ssh_spec.rb')
-rw-r--r--spec/input/ssh_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/input/ssh_spec.rb b/spec/input/ssh_spec.rb
index 9e08cea..3f86c08 100644
--- a/spec/input/ssh_spec.rb
+++ b/spec/input/ssh_spec.rb
@@ -34,7 +34,7 @@ describe Oxidized::SSH do
proxy: proxy,
password: 'armud',
number_of_password_prompts: 0,
- auth_methods: ['none', 'publickey', 'password', 'keyboard-interactive'])
+ auth_methods: ['none', 'publickey', 'password'])
ssh.instance_variable_set("@exec", true)
ssh.connect(@node)