diff options
author | Neil Lathwood <neil@lathwood.co.uk> | 2018-04-27 12:14:36 +0100 |
---|---|---|
committer | Neil Lathwood <neil@lathwood.co.uk> | 2018-04-27 12:14:36 +0100 |
commit | 7701ee6ba338348acce08c8fc941244b909842cf (patch) | |
tree | eade1dfbb67d9489e526b36e370a376c02e773d6 /spec | |
parent | f0ec4a01cb44f7fb9af3203f689610beab65f000 (diff) |
updated tests
Diffstat (limited to 'spec')
-rw-r--r-- | spec/input/ssh_spec.rb | 2 |
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) |