Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andreas-h/sshauthenticator
A simple SSH authenticator for JupyterHub
https://github.com/andreas-h/sshauthenticator
Last synced: 3 months ago
JSON representation
A simple SSH authenticator for JupyterHub
- Host: GitHub
- URL: https://github.com/andreas-h/sshauthenticator
- Owner: andreas-h
- License: bsd-3-clause
- Created: 2019-09-03T10:20:22.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-03T15:17:32.000Z (over 5 years ago)
- Last Synced: 2024-08-01T19:51:57.675Z (6 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-jupyter-resources - GitHub
README
# SSH Authenticator for JupyterHub
This is a small authenticator for JupyterHub which uses SSH to validate credentials.
There are two configuration parameters:
c.SSHAuthenticator.server_address = 'sshauthhost.example.com
c.SSHAuthenticator.server_port = 22You can enable the authenticator by setting
c.JupyterHub.authenticator_class = 'sshauthenticator.SSHAuthenticator'
in your JupyterHub config.
## Installation
You can install by using
pip install https://github.com/andreas-h/sshauthenticator/archive/v0.1.zip## License
The code is licensed under the BSD-3-clause license.