Thomas Wolf

Results 150 comments of Thomas Wolf

I don't know what other libraries using this do. Setting the ssh dir to a git working tree directory is a bit strange. I'd never set it to any directory...

Strange. First: since you set a password, do you want to use public key authentication with that key at all? If not, you could side-track this issue by setting a...

Or maybe it's the quoting. If your SSH config has ``` IdentityFile "~/.ssh/sftp.pem" ``` you could replace it with just ``` IdentityFile ~/.ssh/sftp.pem ```

I know that having it quoted is perfectly fine with OpenSSH. The rudimentary parser in `HostConfigEntry.readHostConfigEntries(BufferedReader)` is not really OpenSSH compatible. A PR to improve it (including tests) would be...

sshd-ldap is failing. Apache DS appears to be a dead end; see https://github.com/apache/cxf/pull/1042 and https://issues.apache.org/jira/browse/CXF-8809 .

Hm; this says gtk **3**.24.41...

> ... ideally it should also give custom multipage editors control whether they want to follow up the tab position or keep some specific tab position independently of the preference......

-1. I don't like that new layout at all. Also consider message dialogs with icons. Plus there's a high risk that this breaks a lot of message dialogs with a...

1. Version 1.7.0 is very old. 2. We cannot help you debug your code. For instance: did you check that UserManager (seems to be your own code) returns the right...

Fixed by [3a04770](https://github.com/ago1024/mina-sshd/commit/3a047703ad0b94d1feaeb3dc35d8fa5da3ceddab).