Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2016-06-02 | more debug stratements | Elvin Efendi | |
2016-06-02 | some debug statements | Elvin Efendi | |
2016-02-25 | fix ssh test | Saku Ytti | |
also fix warning about unused variable | |||
2016-02-24 | Remove netcat in favor of native ssh tunnel | roedie | |
Newer versions of ssh (>=5.4) support the -W option which makes the use of netcat obsolete. Dropping netcat is useful is you want to hop through a router/switch since they rarely have netcat support. | |||
2016-02-19 | Made the vars strings | roedie | |
Tested, and is even better. | |||
2016-02-19 | Add support to specify cipher and kex for ssh connections | roedie | |
Some network equipment exists that does not want to play nice with ssh. This adds the vars ssh_encryption and ssh_kex which can be used to make tell oxidized to use certain encryption and key exchange so it can connect to these devices. | |||
2016-02-06 | set TERM | nopedial | |
2016-02-05 | version 0.12.00.12.0 | nopedial | |
2016-01-27 | fixes #288 | Saku Ytti | |
2016-01-20 | option to use ssh proxy command | Elvin Efendi | |
2015-12-13 | refactor and fix bugs introduced with new changes | Elvin Efendi | |