Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-21 | remote: T4412: fixed upload via SSH | zsdc | |
- added timeout to socket creating - added skipping SSH fingerprint check with a negative result if a console is not interactive - replaced tracebacks with human-readable error messages - suppressed warnings from `cryptography` used by `paramiko` | |||
2022-01-11 | remote: T3950: Gracefully handle chained exceptions | erkin | |
2021-12-16 | T3356: Backport remote module | erkin | |
2021-05-06 | T3356: remote: Add support for custom source interface | Lulu Cathrinus Grimalkin | |
(cherry-picked from commit 60e3b3ef23a56edadab6abac00175433f99986c8) | |||
2021-04-17 | util: T3356: Fix password variables | erkin | |
2021-03-30 | Backport remote.py fixes | erkin | |
2021-03-22 | T3284: Merge Paramiko-based remote.py implementation | erkin | |
2020-04-21 | remote: T2270: correct use of username:password | John Estabrook | |
2020-04-11 | util: T2205: convert remote to use cmd | Thomas Mangin | |
2020-04-10 | util: T2253: fix translation of subprocess.check_output to cmd | John Estabrook | |
2020-04-10 | Revert "Revert "util: T2226: rewrite remote function helpers to use cmd"" | John Estabrook | |
This reverts commit 10717c6a3cdf7da7025b03c1abdbd813b4970b19. | |||
2020-04-08 | Revert "util: T2226: rewrite remote function helpers to use cmd" | John Estabrook | |
This reverts commit 7219d4013814a55c4eeaf36b7a36d5e8076d09f0. | |||
2020-04-06 | util: T2226: rewrite remote function helpers to use cmd | Thomas Mangin | |
2019-10-01 | T1424: Check for http error or redirect, when loading remote files. | John Estabrook | |
(ported from vyatta-cfg f051e369) | |||
2019-06-03 | T1423: Create known_hosts file if not present | John Estabrook | |
In the recent rewrite of the config merge script, support for merging remote config files checks and adds the host key in known_hosts; however, this function fails if known_hosts is not present. Fix. | |||
2019-05-28 | T1397: Rewrite the config merge script | John Estabrook | |
Add vyos.config.show_config to show working configuration. Add vyos.remote.get_config_remote() for obtaining remote config files. |