support ecdsa-sha2-nistp256

add-key-for-user
nate 2018-02-21 20:35:11 -08:00
parent f9b92f0892
commit 3cf1b5a059
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ logger = logging.getLogger()
SSH_TYPE_CHOICES = (
('ssh-rsa', 'ssh-rsa',),
('ssh-dss', 'ssh-dss',),
('ecdsa-sha2-nistp256', 'ecdsa-sha2-nistp256'),
)
DEFAULT_INDEX_PATH = '/etc/skel/public_html/index.html'