Skip to content

Latest commit

 

History

History
26 lines (13 loc) · 606 Bytes

README.md

File metadata and controls

26 lines (13 loc) · 606 Bytes

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.