Skip to content

Commit

Permalink
update readme regarding agent modules
Browse files Browse the repository at this point in the history
  • Loading branch information
mwiede authored Nov 8, 2022
1 parent 555d102 commit e402511
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ When you have an artifact `foo:bar`, which contains `com.jcraft:jsch` as a trans
</exclusions>
</dependency>
```

*Addition*: You can further exclude any of `com.jcraft:jsch.agentproxy.jsch`, `com.jcraft:jsch.agentproxy.core` or `com.jcraft:jsch.agentproxy.pageant`, because these modules where integrated in this fork (see release notes of [0.1.66](https://github.com/mwiede/jsch/releases/tag/jsch-0.1.66)).

## FAQ
### Are ssh-ed25519, ssh-ed448, curve25519-sha256, curve448-sha512 & chacha20-poly1305@<!-- -->openssh.com supported?
* This library is a Multi-Release-jar, which means that you can only use certain features when a more recent Java version is used.
Expand Down

0 comments on commit e402511

Please sign in to comment.