]> source.dussan.org Git - gitea.git/commit
Implement #798 Flexible ssh-key input
authorPeter Smit <peter@smitmail.eu>
Fri, 2 Jan 2015 13:38:11 +0000 (15:38 +0200)
committerPeter Smit <peter@smitmail.eu>
Fri, 2 Jan 2015 13:38:11 +0000 (15:38 +0200)
commit6251626de45a2310b3532176c0fc12c52dbd6e32
treed8da1f5ec9aa6255700d22eae077dfd5ccb294a8
parent9b0858b1ad96455c0660d6311fedc6fb752a928f
Implement #798 Flexible ssh-key input

It is now possible to input ssh keys in a number of formats: openssh, SSH2 or just the base64 encoded key.
models/publickey.go
routers/user/setting.go