summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorytti <saku@ytti.fi>2017-05-07 13:38:34 +0300
committerGitHub <noreply@github.com>2017-05-07 13:38:34 +0300
commitefe83a5704debff648888b678c423ef021864ca4 (patch)
treeedbe38cec3e7ece525bcde4ccab506c3ea1d54c3 /lib
parenteebda09fdda9043d18d915c39b0597b2a5b801db (diff)
parenta002a0672eb083be0704bc434c975dd5cbd079a1 (diff)
Merge pull request #827 from Lupul/patch-1
Quanta: accept shorter username prompt
Diffstat (limited to 'lib')
-rw-r--r--lib/oxidized/model/quantaos.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/oxidized/model/quantaos.rb b/lib/oxidized/model/quantaos.rb
index 274440d..5197aa8 100644
--- a/lib/oxidized/model/quantaos.rb
+++ b/lib/oxidized/model/quantaos.rb
@@ -12,7 +12,7 @@ class QuantaOS < Oxidized::Model
end
cfg :telnet do
- username /^Username:/
+ username /^User(name)?:/
password /^Password:/
end