Added callback to request updated password for a user in case of USERAUTH_PASSWD_CHANGEREQ (Fixes #193)

This commit is contained in:
Jeroen van Erp
2016-03-18 14:29:03 +01:00
parent a2cccd5cef
commit eb8b7b51ca
6 changed files with 239 additions and 10 deletions

View File

@@ -62,7 +62,7 @@ dependencies {
testCompile "junit:junit:4.11"
testCompile "org.mockito:mockito-core:1.9.5"
testCompile "org.apache.sshd:sshd-core:1.0.0"
testCompile "org.apache.sshd:sshd-core:1.1.0"
testRuntime "ch.qos.logback:logback-classic:1.1.2"
testCompile 'org.glassfish.grizzly:grizzly-http-server:2.3.17'