Matthias Wiedemann
Matthias Wiedemann
No buildin support. But you can achieve it easily. Stackoverflow is your friend
Hi @vbedrosova can you elaborate, what a regular scenario is for you? I tried to reproduce an simple `Exec`-example, but I did not come into exception block in https://github.com/mwiede/jsch/blob/master/src/main/java/com/jcraft/jsch/Session.java#L2018 From...
Hi @uffeweil in your log I see entries `+diffie-hellman-group1-sha1` and `+ssh-dss`, but Jsch does not implement the `+` and `-` like openssh does. That is why the kex guessing fails,...
Hi @uffeweil sorry, I think I gave wrong advice. The meaning of the log file lines with `kex: server` is what the server is offering as list of algorithms for...
@norrisjeremy of course we could do that 😄. On the other hand, the goal of most users should be, that they do not have to configure anything other than public...
FYI, I added Code [CodeQL ](https://codeql.github.com/)and [here ](https://github.com/mwiede/jsch/pull/151/checks?check_run_id=6341968587) is the result of this check
@norrisjeremy the project is setup at https://scan.coverity.com/projects/mwiede-jsch?tab=overview Unfortunately the results are not public but it is possible to authenticate using GitHub login. Please click "add me to the project" so...
hi @bright-zxl what do you expect by posting this issue? First it would be good to use english language. Then some description and detailed infos like code, the lib version...
sorry, original Jsch per se is not thread-safe
@turbanoff thanks for your PR. Indeed, clear formatting would help to improve the readability of the code. I will keep it open until we have finished other things, which might...