Files
@ 95c01895c006
Branch filter:
Location: kallithea/conftest.py
95c01895c006
1.2 KiB
text/x-python
ssh: db models for ssh key management
Add database components for SSH based access. Actual use of this will be added
soon.
The work in this commit is based heavily off of the existing API key
code for the sake of consistency.
The original code has been heavily modified by Mads Kiilerich.
Updates to use User.guess_instance by Anton Schur <tonich.sh@gmail.com>.
Add database components for SSH based access. Actual use of this will be added
soon.
The work in this commit is based heavily off of the existing API key
code for the sake of consistency.
The original code has been heavily modified by Mads Kiilerich.
Updates to use User.guess_instance by Anton Schur <tonich.sh@gmail.com>.