diff options
author | Zollner Robert <wolfit_ro@yahoo.com> | 2017-05-04 01:21:05 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-04 01:21:05 +0300 |
commit | a002a0672eb083be0704bc434c975dd5cbd079a1 (patch) | |
tree | 9d83d2d1f1395e0833d620d84269fddc6cb11763 /lib/oxidized/model | |
parent | 23d55da7338c96158f009252f1bd522da88a36b2 (diff) |
Quanta: accept shorter username prompt
This was default with my Quanta LB4M
Software Version............................... 1.1.0.8
Operating System............................... VxWorks 6.6
Diffstat (limited to 'lib/oxidized/model')
-rw-r--r-- | lib/oxidized/model/quantaos.rb | 2 |
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 |