summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/transport/ssh
Commit message (Expand)AuthorAgeFilesLines
* Update dependency MINA SSHD to version 1.7.0Florian Zschocke2022-10-091-3/+6
* upgrade to sshd 1.6.0, add eddsa dependency, upgrade jgit to 4.1.2ricardop2022-10-084-20/+29
* Update SSHD dependency to version 1.2.0.Florian Zschocke2019-11-103-3/+3
* Update SSHD dependency to version 1.1.0.Florian Zschocke2019-11-103-7/+9
* Merge pull request #6 from fzs/sshAuthMethodsFlorian Zschocke2017-01-211-6/+34
|\
| * Set list of offered SSH authentication methods.merged--sshAuthMethodsFlorian Zschocke2016-12-061-6/+34
* | Extend documentation in default.properties and LdapKeyManager.java.merged--sshLdapAuthenticatorFlorian Zschocke2016-12-061-1/+26
* | The public key manager can disable writing keys, which hides commandsFlorian Zschocke2016-12-065-12/+54
* | Retrieve public SSH keys from LDAP.Florian Zschocke2016-11-291-0/+397
|/
* Log update for Fail2Ban usagePaul Martin2015-10-251-1/+1
* Merge branch 'topic/pr-934' into developJames Moger2015-10-051-0/+10
|\
| * Address review commentsJames Moger2015-10-052-8/+14
| * Allow to strip domain from kerberos usernamesVitaliy Filippov2015-10-012-3/+10
* | Revert manual specification of ssh user auth factoriesJames Moger2015-10-052-61/+22
|/
* Update to SSHD 1.0.0James Moger2015-09-1810-46/+192
* Added better logging for fail2banEnrico2042015-08-101-1/+1
* Renamed ssh.Display(Host|Port) to ssh.Advertised(Host|Port)James Moger2015-06-153-13/+13
* Added git.sshDisplay{Port|Host} to hide port forward.Morten Bøgeskov2015-06-153-11/+30
* Invalid kerberos patches, works now and with a test.Fabrice Bacchella2015-05-262-1/+53
* Adding Kerberos5/GSS authentication to sshFabrice Bacchella2015-05-041-1/+57
* Merge branch 'ticket/245' into developJames Moger2015-03-071-1/+3
|\
| * Strip line breaks from pasted SSH keysJames Moger2015-03-071-1/+3
* | Merge branch 'ticket/194' into developJames Moger2014-09-301-0/+3
|\|
| * Register BouncyCastle as a JCE providerJames Moger2014-09-301-0/+3
* | Renamed class to avoid confusion with FileKeyManagerJames Moger2014-09-262-5/+5
* | Extract authenticate method from CachingPublicKeyAuthenticatorDavid Ostrovsky2014-09-262-39/+5
* | Implement custom IPublicKeyManager providerJames Moger2014-07-033-0/+8
|/
* Fix invalid generated SSH url for port 22James Moger2014-06-091-1/+1
* Fix thread exhaustion in SSH daemonJames Moger2014-05-295-14/+29
* Catch UnsatisfiedLinkException when setting filemode of generated SSH keysJames Moger2014-05-121-2/+2
* Prevent adding empty or invalid SSH public keysJames Moger2014-04-253-7/+23
* Simplify current plugin release detection, ignore currentRelease registry fieldJames Moger2014-04-231-5/+5
* Update to Apache MINA/SSHD 0.11.0James Moger2014-04-231-0/+5
* Remove User parameter from SSH dispatch command setupJames Moger2014-04-175-52/+48
* Filter the current plugin release by the system versionJames Moger2014-04-171-4/+20
* [findbugs] Simplify the SshKey <-> PublicKey comparisonJames Moger2014-04-171-1/+1
* [findbugs] Fix missing 'throw' on plugin installation failureJames Moger2014-04-171-1/+1
* [findbugs] Fix throws signatureJames Moger2014-04-171-1/+1
* Organize importsJames Moger2014-04-171-8/+6
* Strip leading / from a repository name on ssh fetch/pushJames Moger2014-04-171-3/+2
* Add plugin (un)install lifecycle methodsJames Moger2014-04-171-1/+1
* Enforce plugin-requires attributeJames Moger2014-04-151-7/+33
* Update to pf4j 0.8.0James Moger2014-04-151-16/+16
* Add ssh command to update the permission for an SSH keyJames Moger2014-04-141-0/+38
* Update headersJames Moger2014-04-1317-69/+119
* Improve plugin dispatcher command helpJames Moger2014-04-131-18/+18
* Upgrade plugin commandJames Moger2014-04-131-2/+42
* DocumentationJames Moger2014-04-131-0/+7
* Eliminate plugin name, stick with id and descriptionJames Moger2014-04-121-13/+15
* Allow user to disable checksum verification on plugin registry refreshJames Moger2014-04-111-2/+9