Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/andreas-h/sshauthenticator

A simple SSH authenticator for JupyterHub
https://github.com/andreas-h/sshauthenticator

Last synced: about 2 months ago
JSON representation

A simple SSH authenticator for JupyterHub

Awesome Lists containing this project

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 = 22

You 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.