]> source.dussan.org Git - gitblit.git/commit
Add add-key and rm-key commands that apply only to the current user
authorJames Moger <james.moger@gitblit.com>
Fri, 14 Mar 2014 16:20:45 +0000 (12:20 -0400)
committerJames Moger <james.moger@gitblit.com>
Thu, 10 Apr 2014 22:58:08 +0000 (18:58 -0400)
commit8982e6e0738c6991b9a4b864423bd4f75383c7f4
treede163125a36fbe724eaf056986e2d95a9f75170b
parentfea7c52e9584ff117be8529b431b40590deef0ca
Add add-key and rm-key commands that apply only to the current user
src/main/java/com/gitblit/transport/ssh/SshDaemon.java
src/main/java/com/gitblit/transport/ssh/commands/AddKeyCommand.java [new file with mode: 0644]
src/main/java/com/gitblit/transport/ssh/commands/BaseKeyCommand.java [new file with mode: 0644]
src/main/java/com/gitblit/transport/ssh/commands/DispatchCommand.java
src/main/java/com/gitblit/transport/ssh/commands/RemoveKeyCommand.java [new file with mode: 0644]
src/main/java/com/gitblit/transport/ssh/commands/SetAccountCommand.java