summaryrefslogtreecommitdiffhomepage
path: root/demos/demo_simple.py
AgeCommit message (Collapse)Author
2014-02-17Improved handling of failed GSS-API authentication attemptsSebastian Deiss
Previously an attribute error occurred or a SSHException was thrown if the GSS-API authentication failed. If GSS-API authentication fails now or the remote host does not support GSS-API, paramiko tries other authentication methods.
2014-02-11GSS-API / SSPI authenticated Diffie-Hellman Key Exchange and userSebastian Deiss
authentication with Python 3 support Add Python 3 support for the GSS-API / SSPI authenticated Diffie-Hellman Key Exchange and user authentication. This patch supersedes pull request #250.
2014-02-11Merge branch scottkmaxwell:py3-support-without-py25 intoSebastian Deiss
SebastianDeiss:gssapi-py3-support
2013-09-27Fixed a typo in the license header of most filesJeff Forcier
Conflicts: paramiko/proxy.py
2013-09-27Fix demo re #200Jeff Forcier
2009-07-19fix my email address to be the current one.Robey Pointer
2009-07-19simplify the "simple" demo.Robey Pointer
2008-02-17[project @ robey@lag.net-20080218003236-d2zgw43ys7xrccdx]Robey Pointer
explain why we check ~/ssh/ in the demos
2007-02-13[project @ robey@lag.net-20070213191706-v8djxd4jiunb3his]Robey Pointer
bump copyright year to 2007
2006-01-26[project @ robey@master-shake.local-20060127030114-b6810c4c29964a4e]Robey Pointer
code from mike looijmans for a windows interactive shell -- while i'm mucking around in here, clean up the demos a bit too