Skip to content
This repository has been archived by the owner on Mar 28, 2022. It is now read-only.

Releases: spotify/pyfg

v0.50

11 Apr 14:34
Compare
Choose a tag to compare
  • work around an issue with some FortiOS (5.2.5, 5.4.0 for example) versions with SSH authentication by setting the key exchange explicitly in pyFG
    Related PR: #17

  • examine system python version in a way that python 2.6 supports
    Related PR: #19

  • also updated docs to mention that pyFG is mainly tested with python 2.7

v0.49

28 Mar 14:41
Compare
Choose a tag to compare

Fixing python3 related issues.

v0.48

09 Feb 02:19
Compare
Choose a tag to compare

Added python3 compatibility. (Thanks @ktbyers !)
See PR #13

v0.47

19 Oct 14:24
Compare
Choose a tag to compare

Timeout can be configured now. Just pass it as an argument when creating the object:

device = fortios.FortiOS('10.48.71.2', username='admin', timeout=1)

v0.46

14 Sep 14:14
Compare
Choose a tag to compare

Support for ~/.ssh/config to use the ProxyPass options in there.

Check the documentation here: http://pyfg.readthedocs.org/en/latest/ssh_config.html