summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZollner Robert <wolfit_ro@yahoo.com>2017-05-04 01:21:05 +0300
committerGitHub <noreply@github.com>2017-05-04 01:21:05 +0300
commita002a0672eb083be0704bc434c975dd5cbd079a1 (patch)
tree9d83d2d1f1395e0833d620d84269fddc6cb11763
parent23d55da7338c96158f009252f1bd522da88a36b2 (diff)
Quanta: accept shorter username prompt
This was default with my Quanta LB4M Software Version............................... 1.1.0.8 Operating System............................... VxWorks 6.6
-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