Currently, all of the examples include credentials in the remote system URL. The library includes support for SSH key / passphrase combination. This should be documented and unit tests should be added.
Another issue to address - JSch doesn't require the public key to be specified with the private key. If it's not found next to the private key, use the version of the addIdentity() method that doesn't require it.
Currently, all of the examples include credentials in the remote system URL. The library includes support for SSH key / passphrase combination. This should be documented and unit tests should be added.
Another issue to address - JSch doesn't require the public key to be specified with the private key. If it's not found next to the private key, use the version of the
addIdentity()method that doesn't require it.