Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-12 | add a new line after guard clauses for better visual flow (#1520) | Wild Kat | |
2018-08-22 | add configurable per node ssh_no_keepalive boolean (#1489) | Wild Kat | |
2018-06-27 | Don't use SSH logger unless input debug is set | Saku Ytti | |
2018-06-22 | Use Oxidized.logger for ssh logger | Saku Ytti | |
From issue #1414 | |||
2018-06-22 | smell reduction bug fixes | Saku Ytti | |
2018-06-22 | rubycop fixes | Saku Ytti | |
2018-06-22 | rubycop fixes | Saku Ytti | |
2018-06-22 | ehh what can you do | Saku Ytti | |
2018-06-22 | remove SSH::connect smell | Saku Ytti | |
2018-06-22 | enable SSH logging if input logging is true | Saku Ytti | |
2018-06-14 | Fix 1385 - telnet broken | ytti | |
Refactor to common login method to ssh/telnet was broken, as common login method made assumptions of expect and cmd API which weren't true for telnet. telnet.rb updated to resemble ssh.rb API. | |||
2018-06-07 | make login username/passord detection generic | Saku Ytti | |
2018-05-30 | Rubocop fix | Saku Ytti | |
2018-05-30 | rubocop fixes | Saku Ytti | |
2018-05-30 | Add support for Cambium | Saku Ytti | |
Initial HTTP support | |||
2018-05-17 | Fix telnet (#1343) | Bas van Elburg | |
* Fixed: fix debug logging (passed @log to telnet) * Fixed: call closed on sock of telnet instead of telnet | |||
2018-05-09 | reduce logspam - auth methods are debug, not info | Wild Kat | |
2018-05-06 | rubocop fixes | ytti | |
much value, wow, very readable | |||
2018-05-06 | Merge pull request #1266 from ja-frog/master | ytti | |
#1061 Handling devices that only prompt for password via SSH | |||
2018-04-29 | refactor telnet input logging for consistently with ssh | Wild Kat | |
2018-04-27 | refactor login in ssh.rb | Wild Kat | |
2018-04-27 | Merge pull request #1315 from wk/potato-potato | ytti | |
transition from TimeoutError to Timeout::Error | |||
2018-04-27 | transition from TimeoutError to Timeout::Error | Wild Kat | |
2018-04-27 | Rebased and fixed conflicts | Neil Lathwood | |
2018-04-27 | Add SSH keepalive | Saku Ytti | |
Closes #1276 | |||
2018-04-25 | Merge branch 'master' into the-great-makeover | Wild Kat | |
2018-04-22 | Change the debug log fsync to a flush | Jason Ackley | |
fsync() can be expensive on OSes and induce timeout failures when running with input debugging of SSH sessions. | |||
2018-04-21 | the great makeover - standardize layout, alignment, indentation | Wild Kat | |
2018-04-19 | Add handling for devices that only prompt for a password via SSH | ja-frog | |
An approach to handling devices that do not prompt for a username, only a password when connecting via ssh. The Calix B6 inspired this. | |||
2018-02-05 | Added support for setting ssh auth methods | Neil Lathwood | |
2018-01-25 | model: Fixed FTP Passive/Active modes & Xyzel XGS4600 series Docs (#1161) | KodApa85 | |
* FTP Passive/Active mode added * Documentation for Xyzel XGS4600 series | |||
2017-07-02 | Update ssh.rb | Fauli83 | |
2017-03-16 | Add option to disable StrictHostKeyChecking | Arnoud Vermeer | |
2017-03-16 | Ignore the host key checking | Arnoud Vermeer | |
2016-10-31 | it shouldn't be a private method | Saku Ytti | |
2016-10-31 | Allow model to specify SSH PTY options | Saku Ytti | |
2016-10-17 | Use variable vars(:ssh_keys) for private key authentication | Denver Abrey | |
2016-10-13 | Add key authentication to ssh input | Denver Abrey | |
2016-08-30 | Update tftp.rb | MajesticFalcon | |
2016-08-30 | Update tftp.rb | MajesticFalcon | |
2016-08-30 | Remove unnecessary debugging | MajesticFalcon | |
2016-08-30 | Update Filename and tftp load | MajesticFalcon | |
2016-08-30 | Update tftp | MajesticFalcon | |
2016-08-30 | Add UDP TFTP | MajesticFalcon | |
2016-08-29 | support terminal and ssh auth for same model | Saku Ytti | |
Some boxes like prokurwa may authenticate via SSH (proper), or may have no auth on SSH and use terminal auth (improper) Even if SSH is configured for terminal auth, in this change we attempt to detect prompt, so that we won't expect terminal auth, even when requested, if it is not presented. | |||
2016-08-19 | Disconnect input when expected prompt wasn't found | Andreas Rammhold | |
2016-07-20 | create a `logs` dir for all the debug logs | Danilo Sousa | |
2016-07-10 | move ssh_no_exec exec test into exec definition | Nick Hilliard | |
2016-06-02 | fix cli spec | Elvin Efendi | |
2016-06-02 | cleaner spec | Elvin Efendi | |