Metadata-Version: 2.1
Name: oauth-ssh
Version: 0.10
Summary: SSH with OAuth Tokens
Home-page: https://github.com/xsede/oauth-ssh
Author: Jason Alt
Author-email: jasonalt@gmail.com
License: UNKNOWN
Keywords: oauth,ssh
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: End Users/Desktop
Classifier: Operating System :: POSIX
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.5
Requires-Python: >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*
Requires-Dist: requests (<3.0,>=2.21.0)
Requires-Dist: click (<7.0,>=6.7)
Requires-Dist: cryptography (==2.7)
Requires-Dist: paramiko (==2.6.0)

OAuth SSH
=========

Provides a basic SSH client that performs authorization via OAuth tokens and a
utility for token management.

Source Code: https://github.com/xsede/oauth-ssh

Installation, Running, Other Documentation: https://github.com/xsede/oauth-ssh

Bugs and Feature Requests
-------------------------

Bugs reports and feature requests are open submission, and should be filed at
https://github.com/xsede/oauth-ssh/issues



