[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:

[jira] [Created] (FTPSERVER-456) Md5PasswordEncryptor

2014-04-22 Thread jason (JIRA)
jason created FTPSERVER-456: --- Summary: Md5PasswordEncryptor Key: FTPSERVER-456 URL: https://issues.apache.org/jira/browse/FTPSERVER-456 Project: FtpServer Issue Type: Bug Components:

[jira] [Updated] (FTPSERVER-456) Md5PasswordEncryptor

2014-04-22 Thread jason (JIRA)
[ https://issues.apache.org/jira/browse/FTPSERVER-456?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] jason updated FTPSERVER-456: Description: Md5PasswordEncryptor the password is endless loop /** * Hashes the password using

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

2014-04-22 Thread Stephen Connolly (JIRA)
Stephen Connolly created SSHD-314: - Summary: Add support for PTY allocation to ChannelExec Key: SSHD-314 URL: https://issues.apache.org/jira/browse/SSHD-314 Project: MINA SSHD Issue Type:

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

2014-04-22 Thread Stephen Connolly (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13976635#comment-13976635 ] Stephen Connolly commented on SSHD-314: --- https://github.com/apache/mina-sshd/pull/4

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

2014-04-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13976634#comment-13976634 ] ASF GitHub Bot commented on SSHD-314: - GitHub user stephenc opened a pull request:

[GitHub] mina-sshd pull request: [SSHD-314] Add support for PTY allocation ...

2014-04-22 Thread stephenc
GitHub user stephenc opened a pull request: https://github.com/apache/mina-sshd/pull/4 [SSHD-314] Add support for PTY allocation to ChannelExec Submitted by Stephen Connolly (stephenc at apache) You can merge this pull request into a Git repository by running: $ git pull

[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 Josh Clum
I'm writing a userauthgss for sshd. Is there any way to get the session id from the client session? I see that the serversession class has sessionid field 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:

Re: how to get the real client ip--Emergency

2014-04-22 Thread Christopher Popp
You can configure the F5 to not translate the client address.  If you set the F5 up this way you'll get the client's IP address while still being able to use the F5 for load balancing.   https://devcentral.f5.com/questions/maintain-client-ip-address Chris On Friday, April 18, 2014 3:30 AM,

Re: Java SSHClient Authentication with GSS

2014-04-22 Thread Guillaume Nodet
Try something like: ((AbstractSession) session).getIoSession().getId() 2014-04-22 22:10 GMT+02:00 Josh Clum joshc...@gmail.com: I'm writing a userauthgss for sshd. Is there any way to get the session id from the client session? I see that the serversession class has sessionid field but not

[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