Commit Graph

9 Commits

Author SHA1 Message Date
ad513a20e9 Replace time.Time with Unix Timestamp (int64) 2016-03-09 19:53:30 -05:00
8055a0bdac Post work for
Improve test cases, config settings, also show SSH config settings on admin config panel.
2016-02-27 20:48:39 -05:00
2f27ee2232 variable should not use ALL_CAPS 2016-02-23 15:39:05 +01:00
12403bdfb0 allow native and ssh-keygen public key check
This commit adds the possibibility to use either the native golang
libraries or ssh-keygen to check public keys. The check is adjusted
depending on the settings, so that only supported keys are let through.

This commit also brings back the blacklist feature, which was removed in
7ef9a055886574655d9f2be70c957bc16bf30500. This allows to blacklist
algorythms or keys based on the key length. This works with the native
and the ssh-keygen way.

Because of  it also includes a way to adjust the path to
ssh-keygen and the working directory for ssh-keygen. With this,
sysadmins should be able to adjust the settings in a way, that SELinux
is okay with it. In the worst case, they can switch to the native
implementation and only loose support for ed25519 keys at the moment.
There are some other places which need adjustment to utilize the
parameters and the native implementation, but this sets the ground work.
2016-02-16 23:01:56 +01:00
b3e0efc0c3 Trim whitespace when adding SSH keys (fixes ) 2016-01-31 22:02:36 -05:00
caa4ca46c0 Add debug log when SSH key for deletion isn't found 2016-01-31 22:02:23 -05:00
7ef9a05588 use Go sub-repo ssh to verify public key content 2016-01-15 18:39:51 +08:00
53eb37d529 fix 2015-12-19 21:43:32 -05:00
bc17f2f759 fix rewrites authorized_keys when builtin SSH server is enabled 2015-12-11 05:02:33 -05:00