summaryrefslogtreecommitdiffhomepage
path: root/demos/demo_keygen.py
AgeCommit message (Collapse)Author
2024-06-19Fix and improve demo programsSebastian LaVine
This commit does a few things that make the demos more usable. Imports from paramiko.py3compat have been removed as that module was removed in commit 5c4b311b (2023-01-09), making it possible to run these demos with modern versions of the library. GSS support was made system-conditional in all demo files, as it was previously in demo_simple.py. Unused imports were removed. Docstrings were added to files that did not have them.
2022-03-15Fix Free Software Foundation addressPaul Howarth
They moved from Temple Place to Franklin Street in 2005.
2018-05-29Blacken under black 18.5b0Jeff Forcier
2013-11-19Remove `from __future__ import with_statement`Scott Maxwell
2013-10-31Fix demo_keygenScott Maxwell
2013-09-27Fixed a typo in the license header of most filesJeff Forcier
Conflicts: paramiko/proxy.py
2012-07-04Fix trailing whitespace re #28Jeff Forcier
2012-07-04add priv/pub key generator demoSofian Brabez