Re: how to tell if sshd ClientSession is closed

2014-05-01 Thread Guillaume Nodet
On Wed, Apr 30, 2014 at 2:32 PM, Guillaume Nodet gno...@apache.org wrote: Sorry for that. Feel free to raise a JIRA to add back a isClosed() method or something similar. As a workaround, one way would be to add a global session listener: client = SshClient.setUpDefaultClient

[jira] [Commented] (SSHD-317) UnsupportedOperationException uploading file Java 7/Windows

2014-05-01 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13986826#comment-13986826 ] Guillaume Nodet commented on SSHD-317: -- Could you try running the server with JDK 7

[jira] [Commented] (SSHD-317) UnsupportedOperationException uploading file Java 7/Windows

2014-05-01 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13986949#comment-13986949 ] Guillaume Nodet commented on SSHD-317: -- There are a few attributes that could

Re: fallback to weaker DH algorithms, moduli file integrity and generating

2014-04-30 Thread Guillaume Nodet
2014-04-30 16:36 GMT+02:00 Pawel Sm7 pawel@gmail.com: Hello, I have 3 issues I would like to discuss. 1. Handling error scenarios if Prime cannot be found. Mina does not support fallback to weaker Diffie-Hellman algorithm if Prime cannot be found. The failure approach of fall-thru to

Re: how to tell if sshd ClientSession is closed

2014-04-30 Thread Guillaume Nodet
Sorry for that. Feel free to raise a JIRA to add back a isClosed() method or something similar. As a workaround, one way would be to add a global session listener: client = SshClient.setUpDefaultClient(); client.start(); client.getSessionFactory().addListener(myListener);

[RESULT] [VOTE] Release SSHD 0.11.0

2014-04-22 Thread Guillaume Nodet
Closing this vote with 4 +1s (3 binding) and no other votes. I'll publish the release asap. Thx for reviewing, Cheers, Guillaume Nodet 2014-04-14 13:53 GMT+02:00 Guillaume Nodet gno...@apache.org: Vote to release the 0.11.0 version of SSHD Release notes: https://issues.apache.org/jira

[jira] [Updated] (SSHD-314) Add support for PTY allocation to ChannelExec

2014-04-22 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-314?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet updated SSHD-314: - Fix Version/s: 0.12.0 Add support for PTY allocation to ChannelExec

[jira] [Updated] (SSHD-313) Avoid deadlock on input stream

2014-04-22 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet updated SSHD-313: - Fix Version/s: 0.12.0 Avoid deadlock on input stream

[jira] [Updated] (SSHD-312) Provide fully asynchronous interfaces for ClientChannel and Command

2014-04-22 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-312?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet updated SSHD-312: - Fix Version/s: 0.12.0 Provide fully asynchronous interfaces for ClientChannel and Command

Re: Java SSHClient Authentication with GSS

2014-04-22 Thread Guillaume Nodet
but not the clientsession. Anybody know where I could get that? On Thu, Apr 17, 2014 at 12:34 PM, Guillaume Nodet gno...@apache.org wrote: To be honest, the GSS support has been contributed a long time ago and has no unit / integration test. In addition, I have no clue how to set up such a test

[jira] [Created] (SSHD-315) Add a getId() on ClientSession

2014-04-22 Thread Guillaume Nodet (JIRA)
Guillaume Nodet created SSHD-315: Summary: Add a getId() on ClientSession Key: SSHD-315 URL: https://issues.apache.org/jira/browse/SSHD-315 Project: MINA SSHD Issue Type: Improvement

[jira] [Created] (SSHD-312) Provide fully asynchronous interfaces for ClientChannel and Command

2014-04-21 Thread Guillaume Nodet (JIRA)
Guillaume Nodet created SSHD-312: Summary: Provide fully asynchronous interfaces for ClientChannel and Command Key: SSHD-312 URL: https://issues.apache.org/jira/browse/SSHD-312 Project: MINA SSHD

[jira] [Created] (SSHD-313) Avoid deadlock on input stream

2014-04-21 Thread Guillaume Nodet (JIRA)
Guillaume Nodet created SSHD-313: Summary: Avoid deadlock on input stream Key: SSHD-313 URL: https://issues.apache.org/jira/browse/SSHD-313 Project: MINA SSHD Issue Type: Improvement

Re: Java SSHClient Authentication with GSS

2014-04-17 Thread Guillaume Nodet
] (KerberosProtocolHandler.java:130) / 10.128.88.132:55448 CLOSED Thanks, Josh On Tue, Apr 15, 2014 at 4:08 PM, Guillaume Nodet gno...@apache.org wrote: Yes, GSS client side is currently not supported, so you need to write your own org.apache.sshd.client.UserAuth implementation for GSS

Re: Java SSHClient Authentication with GSS

2014-04-15 Thread Guillaume Nodet
Yes, GSS client side is currently not supported, so you need to write your own org.apache.sshd.client.UserAuth implementation for GSS. Contributions are welcomed ;-) 2014-04-15 20:41 GMT+02:00 Josh Clum joshc...@gmail.com: I have a SSHServer set up with the GSSAuthenticator. I want to

[jira] [Updated] (SSHD-305) SFTP: wrong directory contents read on windows when cd'ing to root (C:)

2014-04-14 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-305?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet updated SSHD-305: - Fix Version/s: (was: 0.10.2) 0.11.0 SFTP: wrong directory contents read

[jira] [Updated] (SSHD-302) Keyboard-interactive client authentication should have a limit on the number of trials

2014-04-14 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet updated SSHD-302: - Fix Version/s: (was: 0.10.2) 0.11.0 Keyboard-interactive client

[jira] [Updated] (SSHD-303) Implement direct command execution in SshServer.main()

2014-04-14 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet updated SSHD-303: - Fix Version/s: (was: 0.10.2) 0.11.0 Implement direct command execution

[jira] [Updated] (SSHD-293) SSH_FXP_SYMLINK not supported in SftpSubsystem

2014-04-14 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet updated SSHD-293: - Fix Version/s: (was: 0.10.2) 0.11.0 SSH_FXP_SYMLINK not supported

[jira] [Updated] (SSHD-306) Add checkDir / checkData as extension points in DefaultSftpClient

2014-04-14 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-306?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet updated SSHD-306: - Fix Version/s: (was: 0.10.2) 0.11.0 Add checkDir / checkData as extension

[jira] [Updated] (SSHD-300) Double public key authentication

2014-04-14 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-300?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet updated SSHD-300: - Fix Version/s: (was: 0.10.2) 0.11.0 Double public key authentication

[jira] [Updated] (SSHD-296) Support SSH_MSG_KEX_DH_GEX_REQUEST_OLD message

2014-04-14 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-296?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet updated SSHD-296: - Fix Version/s: (was: 0.10.2) 0.11.0 Support SSH_MSG_KEX_DH_GEX_REQUEST_OLD

[jira] [Updated] (SSHD-304) [regression] ClientSession.WAIT_AUTH does not wait for server key to be available

2014-04-14 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet updated SSHD-304: - Fix Version/s: (was: 0.10.2) 0.11.0 [regression] ClientSession.WAIT_AUTH

[jira] [Updated] (SSHD-301) When using several passwords with keyboard-interactive only the first one is actually used

2014-04-14 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet updated SSHD-301: - Fix Version/s: (was: 0.10.2) 0.11.0 When using several passwords

[jira] [Updated] (SSHD-308) Possible Memory Leak in org.apache.sshd.client.sftp.DefaultSftpClient

2014-04-14 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-308?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet updated SSHD-308: - Fix Version/s: (was: 0.10.2) 0.11.0 Possible Memory Leak

[jira] [Updated] (SSHD-310) Better file system abstraction to support multiple roots

2014-04-14 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet updated SSHD-310: - Fix Version/s: (was: 0.10.2) 0.11.0 Better file system abstraction

[jira] [Updated] (SSHD-307) NPE in org.apache.sshd.common.session.AbstractSession.getSession

2014-04-14 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-307?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet updated SSHD-307: - Fix Version/s: (was: 0.10.2) 0.11.0 NPE

[jira] [Updated] (SSHD-294) Dubious SSH_FXP_REALPATH handling

2014-04-14 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-294?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet updated SSHD-294: - Fix Version/s: (was: 0.10.2) 0.11.0 Dubious SSH_FXP_REALPATH handling

[VOTE] Release SSHD 0.11.0

2014-04-14 Thread Guillaume Nodet
for at least 72 hours. Please review and vote. Cheers, Guillaume Nodet

Fwd: [VOTE] Release SSHD 0.11.0

2014-04-14 Thread Guillaume Nodet
2014-04-14 13:53 GMT+02:00 Guillaume Nodet gno...@apache.org: Vote to release the 0.11.0 version of SSHD Release notes: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310849version=12326277 Staging repository: https://repository.apache.org/content/repositories

Re: Bouncy Castle

2014-04-10 Thread Guillaume Nodet
be pulling it in? On Wed, Apr 9, 2014 at 3:32 PM, Guillaume Nodet gno...@apache.org wrote: You can't use that jar. A signed jar can't be repackaged, as the signatures would be invalidated in the process. You need to use a separate jar for bouncycastle. 2014-04-09 21:06 GMT+02:00 Josh Clum

Re: Bouncy Castle

2014-04-09 Thread Guillaume Nodet
You can't use that jar. A signed jar can't be repackaged, as the signatures would be invalidated in the process. You need to use a separate jar for bouncycastle. 2014-04-09 21:06 GMT+02:00 Josh Clum joshc...@gmail.com: Hi, When trying to use the default SSHServer (sshd =

[jira] [Updated] (SSHD-305) SFTP: wrong directory contents read on windows when cd'ing to root (C:)

2014-04-08 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-305?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet updated SSHD-305: - Fix Version/s: 0.10.2 Assignee: Guillaume Nodet SFTP: wrong directory contents read

[jira] [Created] (SSHD-310) Better file system abstraction to support multiple roots

2014-04-08 Thread Guillaume Nodet (JIRA)
Guillaume Nodet created SSHD-310: Summary: Better file system abstraction to support multiple roots Key: SSHD-310 URL: https://issues.apache.org/jira/browse/SSHD-310 Project: MINA SSHD Issue

[jira] [Resolved] (SSHD-310) Better file system abstraction to support multiple roots

2014-04-08 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet resolved SSHD-310. -- Resolution: Fixed https://git-wip-us.apache.org/repos/asf?p=mina-sshd.git;a=commit;h

[jira] [Resolved] (SSHD-305) SFTP: wrong directory contents read on windows when cd'ing to root (C:)

2014-04-08 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-305?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet resolved SSHD-305. -- Resolution: Fixed Resolved as part of SSHD-310 SFTP: wrong directory contents read on windows

[jira] [Updated] (SSHD-306) Add checkDir / checkData as extension points in DefaultSftpClient

2014-04-07 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-306?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet updated SSHD-306: - Summary: Add checkDir / checkData as extension points in DefaultSftpClient (was: Add checkDir

[jira] [Updated] (SSHD-306) Add checkDir / checkData as an extension point in DefaultSftpClient

2014-04-07 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-306?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet updated SSHD-306: - Summary: Add checkDir / checkData as an extension point in DefaultSftpClient (was: Add a checkDir

[jira] [Resolved] (SSHD-306) Add checkDir / checkData as extension points in DefaultSftpClient

2014-04-07 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-306?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet resolved SSHD-306. -- Resolution: Fixed Fix Version/s: 0.10.2 Assignee: Guillaume Nodet https://git

[jira] [Resolved] (SSHD-308) Possible Memory Leak in org.apache.sshd.client.sftp.DefaultSftpClient

2014-04-07 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-308?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet resolved SSHD-308. -- Resolution: Fixed Fix Version/s: 0.10.2 Assignee: Guillaume Nodet https://git

[jira] [Resolved] (SSHD-307) NPE in org.apache.sshd.common.session.AbstractSession.getSession

2014-04-07 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-307?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet resolved SSHD-307. -- Resolution: Fixed Fix Version/s: 0.10.2 Assignee: Guillaume Nodet NPE

[jira] [Commented] (SSHD-307) NPE in org.apache.sshd.common.session.AbstractSession.getSession

2014-04-07 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-307?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13961763#comment-13961763 ] Guillaume Nodet commented on SSHD-307: -- Fixed the possible NPE https://git-wip

[jira] [Commented] (SSHD-308) Possible Memory Leak in org.apache.sshd.client.sftp.DefaultSftpClient

2014-04-04 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-308?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13959745#comment-13959745 ] Guillaume Nodet commented on SSHD-308: -- Good catch, it should just be matter

[jira] [Commented] (SSHD-305) SFTP: wrong directory contents read on windows when cd'ing to root (C:)

2014-03-27 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-305?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13949240#comment-13949240 ] Guillaume Nodet commented on SSHD-305: -- If you try to access a file relative

[jira] [Commented] (SSHD-305) SFTP: wrong directory contents read on windows when cd'ing to root (C:)

2014-03-27 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-305?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13949266#comment-13949266 ] Guillaume Nodet commented on SSHD-305: -- Ok, thanks for the explanation. Can you try

[jira] [Commented] (SSHD-305) SFTP: wrong directory contents read on windows when cd'ing to root (C:)

2014-03-27 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-305?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13949273#comment-13949273 ] Guillaume Nodet commented on SSHD-305: -- No, unfortunately, there's no snashots uploaded

[jira] [Updated] (SSHD-305) SFTP: wrong directory contents read on windows when cd'ing to root (C:)

2014-03-27 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-305?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet updated SSHD-305: - Attachment: sshd-core-0.11.0-SNAPSHOT.jar SFTP: wrong directory contents read on windows when

[jira] [Commented] (SSHD-273) Add RFC 6668 (HMAC SHA-2) support

2014-03-20 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13941581#comment-13941581 ] Guillaume Nodet commented on SSHD-273: -- JSch supports hmac-sha2-512 but not by default

[jira] [Resolved] (SSHD-296) Support SSH_MSG_KEX_DH_GEX_REQUEST_OLD message

2014-03-18 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-296?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet resolved SSHD-296. -- Resolution: Fixed Thanks, I wrongly thought this was a problem with unnaccepted host key. https

[jira] [Resolved] (SSHD-304) [regression] ClientSession.WAIT_AUTH does not wait for server key to be available

2014-03-18 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet resolved SSHD-304. -- Resolution: Fixed Fix Version/s: (was: 0.9.0) 0.11.0

[jira] [Commented] (SSHD-273) Add RFC 6668 (HMAC SHA-2) support

2014-03-18 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13939044#comment-13939044 ] Guillaume Nodet commented on SSHD-273: -- You don't have the sshd-core jar in your

[jira] [Commented] (SSHD-304) [regression] ClientSession.WAIT_AUTH does not wait for server key to be available

2014-03-18 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-304?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13939135#comment-13939135 ] Guillaume Nodet commented on SSHD-304: -- Yes, I was thinking about cutting a 0.10.2 soon

[jira] [Updated] (SSHD-304) [regression] ClientSession.WAIT_AUTH does not wait for server key to be available

2014-03-18 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet updated SSHD-304: - Affects Version/s: (was: 0.11.0) [regression] ClientSession.WAIT_AUTH does not wait

[jira] [Created] (SSHD-301) When using several identities of the same kind, only the first one is actually used

2014-03-17 Thread Guillaume Nodet (JIRA)
Guillaume Nodet created SSHD-301: Summary: When using several identities of the same kind, only the first one is actually used Key: SSHD-301 URL: https://issues.apache.org/jira/browse/SSHD-301

[jira] [Updated] (SSHD-301) When using several passwords with keyboard-interactive only the first one is actually used

2014-03-17 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet updated SSHD-301: - Summary: When using several passwords with keyboard-interactive only the first one is actually

[jira] [Created] (SSHD-302) Keyboard-interactive client authentication should have a limit on the number of trials

2014-03-17 Thread Guillaume Nodet (JIRA)
Guillaume Nodet created SSHD-302: Summary: Keyboard-interactive client authentication should have a limit on the number of trials Key: SSHD-302 URL: https://issues.apache.org/jira/browse/SSHD-302

[jira] [Resolved] (SSHD-301) When using several passwords with keyboard-interactive only the first one is actually used

2014-03-17 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet resolved SSHD-301. -- Resolution: Fixed Fix Version/s: 0.11.0 Assignee: Guillaume Nodet https://git

[jira] [Resolved] (SSHD-302) Keyboard-interactive client authentication should have a limit on the number of trials

2014-03-17 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet resolved SSHD-302. -- Resolution: Fixed Fix Version/s: 0.11.0 Assignee: Guillaume Nodet https://git

[jira] [Resolved] (SSHD-300) Double public key authentication

2014-03-17 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-300?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet resolved SSHD-300. -- Resolution: Fixed Fix Version/s: 0.11.0 Assignee: Guillaume Nodet https://git

[jira] [Resolved] (SSHD-303) Implement direct command execution in SshServer.main()

2014-03-17 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet resolved SSHD-303. -- Resolution: Fixed Fix Version/s: 0.11.0 Assignee: Guillaume Nodet https://git

[jira] [Resolved] (SSHD-298) Windows: ScpClient.upload fails on remote machine if path is absolute and begins with a drive letter

2014-03-17 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-298?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet resolved SSHD-298. -- Resolution: Fixed Fix Version/s: 0.11.0 Assignee: Guillaume Nodet https://git

[jira] [Commented] (SSHD-300) Double public key authentication

2014-03-15 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-300?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13936121#comment-13936121 ] Guillaume Nodet commented on SSHD-300: -- The reason for this behavior is that openssh

[jira] [Commented] (SSHD-300) Double public key authentication

2014-03-15 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-300?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13936129#comment-13936129 ] Guillaume Nodet commented on SSHD-300: -- Note that when I mean caching, it's only

[jira] [Commented] (SSHD-300) Double public key authentication

2014-03-15 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-300?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13936335#comment-13936335 ] Guillaume Nodet commented on SSHD-300: -- The patch isn't correct as the client could

[jira] [Commented] (SSHD-273) Add RFC 6668 (HMAC SHA-2) support

2014-03-14 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13935386#comment-13935386 ] Guillaume Nodet commented on SSHD-273: -- SSHD requires mina when running on JDK 7

[jira] [Closed] (SSHD-299) hmac-sha2-256 support

2014-03-14 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-299?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet closed SSHD-299. Resolution: Duplicate hmac-sha2-256 support - Key: SSHD-299

[jira] [Commented] (SSHD-273) Add RFC 6668 (HMAC SHA-2) support

2014-03-13 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13934216#comment-13934216 ] Guillaume Nodet commented on SSHD-273: -- I've just added a unit test that shows

[jira] [Commented] (SSHD-273) Add RFC 6668 (HMAC SHA-2) support

2014-03-12 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13931980#comment-13931980 ] Guillaume Nodet commented on SSHD-273: -- You should try with the latest release

[jira] [Commented] (SSHD-273) Add RFC 6668 (HMAC SHA-2) support

2014-03-12 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13932239#comment-13932239 ] Guillaume Nodet commented on SSHD-273: -- Could you create a junit test and attach

[jira] [Commented] (SSHD-298) Windows: ScpClient.upload fails on remote machine if path is absolute and begins with a drive letter

2014-03-08 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13924964#comment-13924964 ] Guillaume Nodet commented on SSHD-298: -- Do you think you could provide a patch

[RESULT] [VOTE] Release SSHD 0.10.1

2014-03-05 Thread Guillaume Nodet
The vote passes with 4 +1s (3 bindings). I'll publish the release and update the web site asap. Cheers, Guillaume

[jira] [Commented] (SSHD-295) Error connecting via Jenkins/trilead-ssh2

2014-03-04 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-295?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13919671#comment-13919671 ] Guillaume Nodet commented on SSHD-295: -- What you're doing isn't supported. The Command

[jira] [Commented] (SSHD-296) Error connecting via Putty: Protocol error: expected packet 34, got 30

2014-03-04 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13919675#comment-13919675 ] Guillaume Nodet commented on SSHD-296: -- The SSH_MSG_KEX_DH_GEX_REQUEST_OLD is currently

[jira] [Updated] (SSHD-296) Support SSH_MSG_KEX_DH_GEX_REQUEST_OLD message

2014-03-04 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-296?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet updated SSHD-296: - Summary: Support SSH_MSG_KEX_DH_GEX_REQUEST_OLD message (was: Error connecting via Putty

[jira] [Updated] (SSHD-297) Support synchronous execution of server side commands

2014-03-04 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet updated SSHD-297: - Issue Type: Improvement (was: Bug) Support synchronous execution of server side commands

[jira] [Resolved] (SSHD-295) Error connecting via Jenkins/trilead-ssh2

2014-03-04 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-295?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet resolved SSHD-295. -- Resolution: Won't Fix I've raised a new issue for the possible improvement. Error connecting

[jira] [Commented] (SSHD-295) Error connecting via Jenkins/trilead-ssh2

2014-03-03 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-295?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13917945#comment-13917945 ] Guillaume Nodet commented on SSHD-295: -- I can't compile the sources: {code} [ERROR

Re: Indentation issue in ssh client

2014-02-28 Thread Guillaume Nodet
When you create your shell on the server side, you may need to take care about tty options that are sent by the client side according to its terminal configuration. Have a look at the ProcessShellFactory for how to handle some of those flags. Most probably, you need to translate any \n to \r\n

[jira] [Created] (SSHD-292) The SshClient class has a strong dependency on BoucyCastle

2014-02-26 Thread Guillaume Nodet (JIRA)
Guillaume Nodet created SSHD-292: Summary: The SshClient class has a strong dependency on BoucyCastle Key: SSHD-292 URL: https://issues.apache.org/jira/browse/SSHD-292 Project: MINA SSHD

[jira] [Updated] (SSHD-292) The SshClient class has a strong dependency on BoucyCastle

2014-02-26 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-292?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet updated SSHD-292: - Fix Version/s: (was: 0.11.0) 0.10.1 The SshClient class has a strong

[jira] [Updated] (SSHD-291) ServerSessionTimeoutListener should not use org.apache.mina.util

2014-02-26 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet updated SSHD-291: - Fix Version/s: (was: 0.11.0) 0.10.1 ServerSessionTimeoutListener should

[jira] [Resolved] (SSHD-292) The SshClient class has a strong dependency on BoucyCastle

2014-02-26 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-292?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet resolved SSHD-292. -- Resolution: Fixed https://git-wip-us.apache.org/repos/asf?p=mina-sshd.git;a=commitdiff;h

[VOTE] Release SSHD 0.10.1

2014-02-26 Thread Guillaume Nodet
will be open for at least 72 hours. Please review and vote. Cheers, Guillaume Nodet

[jira] [Created] (SSHD-291) ServerSessionTimeoutListener should not use org.apache.mina.util

2014-02-24 Thread Guillaume Nodet (JIRA)
Guillaume Nodet created SSHD-291: Summary: ServerSessionTimeoutListener should not use org.apache.mina.util Key: SSHD-291 URL: https://issues.apache.org/jira/browse/SSHD-291 Project: MINA SSHD

[jira] [Resolved] (SSHD-291) ServerSessionTimeoutListener should not use org.apache.mina.util

2014-02-24 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet resolved SSHD-291. -- Resolution: Fixed Fix Version/s: 0.11.0 Assignee: Guillaume Nodet https://git

[RESULT] [VOTE] Release SSHD 0.10.0 (2nd cut)

2014-02-22 Thread Guillaume Nodet
Closing this vote 5 +1s (4 binding) and no other votes. I'll publish the release and update the web site asap. Cheers, Guillaume 2014-02-13 13:42 GMT+01:00 Guillaume Nodet gno...@apache.org: Vote to release the 0.10.0 version of SSHD Release notes: https://issues.apache.org/jira/secure

Re: [VOTE] Release SSHD 0.10.0 (2nd cut)

2014-02-19 Thread Guillaume Nodet
/orgapachemina-1000/org/apache/sshd/apache-sshd/0.10.0/ On Thu, Feb 13, 2014 at 6:12 PM, Guillaume Nodet gno...@apache.org wrote: Vote to release the 0.10.0 version of SSHD Release notes: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310849version=12324784

Re: [VOTE] Release SSHD 0.10.0 (2nd cut)

2014-02-17 Thread Guillaume Nodet
+1 2014-02-13 13:42 GMT+01:00 Guillaume Nodet gno...@apache.org: Vote to release the 0.10.0 version of SSHD Release notes: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310849version=12324784 Staging repository: https://repository.apache.org/content/repositories

[CANCEL] [VOTE] Release Apache Mina SSHD 0.10.0

2014-02-13 Thread Guillaume Nodet
) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ... Mac OSX, java version 1.7.0_25 Le 2/12/14 11:47 PM, Guillaume Nodet a écrit : That's not the distribution we

[jira] [Updated] (SSHD-290) Start numbering channels at 0 to allow broken clients to connect

2014-02-13 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-290?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet updated SSHD-290: - Summary: Start numbering channels at 0 to allow broken clients to connect (was: Received

[jira] [Resolved] (SSHD-290) Start numbering channels at 0 to allow broken clients to connect

2014-02-13 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-290?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet resolved SSHD-290. -- Resolution: Fixed Fix Version/s: 0.10.0 Assignee: Guillaume Nodet Start

[VOTE] Release SSHD 0.10.0 (2nd cut)

2014-02-13 Thread Guillaume Nodet
distro, fixed SSHD-290 and fixed a few copyright years I missed. This vote will be open for at least 72 hours. Please review and vote. Cheers, Guillaume Nodet

[jira] [Commented] (SSHD-290) Received SSH_MSG_CHANNEL_REQUEST on unknown channel 0

2014-02-12 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13899091#comment-13899091 ] Guillaume Nodet commented on SSHD-290: -- I suspect the client does bad things

[jira] [Commented] (SSHD-290) Received SSH_MSG_CHANNEL_REQUEST on unknown channel 0

2014-02-12 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13899191#comment-13899191 ] Guillaume Nodet commented on SSHD-290: -- A workaround could be to hack the following

[jira] [Comment Edited] (SSHD-290) Received SSH_MSG_CHANNEL_REQUEST on unknown channel 0

2014-02-12 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13899191#comment-13899191 ] Guillaume Nodet edited comment on SSHD-290 at 2/12/14 3:34 PM

[jira] [Commented] (SSHD-290) Received SSH_MSG_CHANNEL_REQUEST on unknown channel 0

2014-02-12 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13899498#comment-13899498 ] Guillaume Nodet commented on SSHD-290: -- Try to also modify line 98 of the same file

Re: [VOTE] Release Apache Mina SSHD 0.10.0

2014-02-12 Thread Guillaume Nodet
Can you paste the output, I've just downloaded http://repository.apache.org/content/repositories/orgapachemina-1000/org/apache/sshd/apache-sshd/0.10.0/apache-sshd-0.10.0-src.tar.gzand it builds correctly for me. Below is the output of mvn install -DskipTests | grep -i rat [INFO] ---

Re: [VOTE] Release Apache Mina SSHD 0.10.0

2014-02-12 Thread Guillaume Nodet
That's not the distribution we point users to. I need to find a way to get rid of that one. 2014-02-12 23:20 GMT+01:00 Emmanuel Lécharny elecha...@gmail.com: Le 2/12/14 11:06 PM, Guillaume Nodet a écrit : Can you paste the output, I've just downloaded http://repository.apache.org

[jira] [Created] (SSHD-289) IoService instances should reuse the same thread pool

2014-02-10 Thread Guillaume Nodet (JIRA)
Guillaume Nodet created SSHD-289: Summary: IoService instances should reuse the same thread pool Key: SSHD-289 URL: https://issues.apache.org/jira/browse/SSHD-289 Project: MINA SSHD Issue

Re: IoConnector created on each TCP connection over forwarded TCP connection

2014-02-10 Thread Guillaume Nodet
Darren, you're right. At the moment, each forwarding channel will create its own acceptor. I've just opened a JIRA issue to fix that. https://issues.apache.org/jira/browse/SSHD-289 I'll provide a fix for it asap. 2014-02-05 17:54 GMT+01:00 Darren Shepherd darren.s.sheph...@gmail.com: I

<    6   7   8   9   10   11   12   13   14   15   >