Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DO NOT MERGE] Replace JSCH library with apache mina sshd #1868

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

RishiRajAnand
Copy link
Member

  • Replace JSCH library with apache mina sshd

referenced Pull Requests: (please edit the URLs of referenced pullrequests if they exist)

kiegroup/appformer#1226

How to replicate CI configuration locally?

Build Chain tool does "simple" maven build(s), the builds are just Maven commands, but because the repositories relates and depends on each other and any change in API or class method could affect several of those repositories there is a need to use build-chain tool to handle cross repository builds and be sure that we always use latest version of the code for each repository.

build-chain tool is a build tool which can be used on command line locally or in Github Actions workflow(s), in case you need to change multiple repositories and send multiple dependent pull requests related with a change you can easily reproduce the same build by executing it on Github hosted environment or locally in your development environment. See local execution details to get more information about it.

How to retest this PR or trigger a specific build:
  • a pull request please add comment: Jenkins retest (using this e.g. Jenkins retest this optional but no longer required)

  • for a full downstream build

    • for jenkins job: please add comment: Jenkins run fdb
    • for github actions job: add the label run_fdb
  • a compile downstream build please add comment: Jenkins run cdb

  • a full production downstream build please add comment: Jenkins execute product fdb

  • an upstream build please add comment: Jenkins run upstream

@mareknovotny
Copy link
Member

jenkins do fdb

@mareknovotny
Copy link
Member

There are enforcer errors about duplicated classes from jgit deps

[2022-01-17T11:20:11.255Z]   Found in:
[2022-01-17T11:20:11.255Z]     org.apache.sshd:sshd-common:jar:2.3.0:compile
[2022-01-17T11:20:11.255Z]     org.apache.sshd:sshd-osgi:jar:2.4.0:compile
[2022-01-17T11:20:11.255Z]   Duplicate classes:
[2022-01-17T11:20:11.255Z]     org/apache/sshd/common/signature/BuiltinSignatures$1.class
[2022-01-17T11:20:11.255Z]     org/apache/sshd/common/config/keys/impl/AbstractKeyEntryResolver.class
[2022-01-17T11:20:11.255Z]     org/apache/sshd/common/compression/Compression.class
[2022-01-17T11:20:11.255Z]     org/apache/sshd/common/config/keys/PrivateKeyEntryResolver$2.class
[2022-01-17T11:20:11.255Z]     org/apache/sshd/common/config/keys/loader/AbstractKeyPairResourceParser.class
[2022-01-17T11:20:11.255Z]     org/apache/sshd/common/mac/BuiltinMacs$Constants.class
[2022-01-17T11:20:11.255Z]     org/apache/sshd/common/util/io/NoCloseOutputStream.class
[2022-01-17T11:20:11.255Z]     org/apache/sshd/common/future/DefaultVerifiableSshFuture.class
[2022-01-17T11:20:11.255Z]     org/apache/sshd/common/signature/SignatureFactory.class
[2022-01-17T11:20:11.255Z]     org/apache/sshd/common/util/net/SshdSocketAddress.class
[2022-01-17T11:20:11.255Z]     org/apache/sshd/common/signature/SignatureECDSA.class
[2022-01-17T11:20:11.255Z]     org/apache/sshd/common/config/keys/loader/AESPrivateKeyObfuscator.class
[2022-01-17T11:20:11.255Z]     org/apache/sshd/common/mac/BuiltinMacs.class
[2022-01-17T11:20:11.255Z]     org/apache/sshd/common/util/MapEntryUtils$MapBuilder.class
[2022-01-17T11:20:11.255Z]     org/apache/sshd/common/cipher/BuiltinCiphers$3.class
[2022-01-17T11:20:11.255Z]     org/apache/sshd/common/cipher/CipherFactory.class
[2022-01-17T11:20:11.255Z]     org/apache/sshd/client/config/keys/LazyClientKeyIdentityProvider.class
[2022-01-17T11:20:11.255Z]     org/apache/sshd/common/util/security/bouncycastle/BouncyCastleGeneratorHostKeyProvider.class
[2022-01-17T11:20:11.255Z]     org/apache/sshd/common/util/io/der/DERWriter.class
[2022-01-17T11:20:11.255Z]     org/apache/sshd/common/util/buffer/Buffer.class
[2022-01-17T11:20:11.255Z]     org/apache/sshd/common/util/helper/LazyIterablesConcatenator$1.class
[2022-01-17T11:20:11.255Z]     org/apache/sshd/client/config/hosts/DefaultConfigFileHostEntryResolver.class
[2022-01-17T11:20:11.255Z]     org/apache/sshd/common/util/closeable/Builder.class
[2022-01-17T11:20:11.255Z]     org/apache/sshd/client/config/hosts/KnownHostHashValue.class
[2022-01-17T11:20:11.255Z]     org/apache/sshd/common/config/keys/PublicKeyEntryResolver.class
[2022-01-17T11:20:11.255Z]     org/apache/sshd/common/keyprovider/AbstractResourceKeyPairProvider$KeyPairIterator.class
[2022-01-17T11:20:11.255Z]     org/apache/sshd/common/keyprovider/AbstractResourceKeyPairProvider.class
[2022-01-17T11:20:11.255Z]     org/apache/sshd/common/file/FileSystemAware.class
[2022-01-17T11:20:11.255Z]     org/apache/sshd/common/cipher/Cipher$Mode.class
[2022-01-17T11:20:11.255Z]     org/apache/sshd/common/kex/KexProposalOption$Constants.class
[2022-01-17T11:20:11.255Z]     org/apache/sshd/common/util/threads/NoCloseExecutor.class
[2022-01-17T11:20:11.255Z]     org/apache/sshd/client/config/hosts/HostConfigEntry.class
[2022-01-17T11:20:11.255Z]     org/apache/sshd/common/util/MapEntryUtils.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/session/helpers/TimeoutIndicator$TimeoutStatus.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/util/io/OutputStreamWithChannel.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/util/io/resource/PathResource.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/config/keys/PublicKeyEntryDecoder.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/digest/BaseDigest.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/util/GenericUtils.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/util/buffer/keys/ECBufferPublicKeyParser.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/cipher/CipherInformation.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/config/TimeValueConfig.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/util/closeable/AbstractInnerCloseable.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/config/keys/IdentityUtils$LazyDefaultUserHomeFolderHolder.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/config/keys/loader/openssh/OpenSSHParserContext.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/PropertyResolverUtils$1.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/keyprovider/KeyPairProviderHolder.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/SshException.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/kex/extension/parser/AbstractKexExtensionParser.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/util/io/LoggingFilterOutputStream.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/file/root/RootedFileSystemProvider$2.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/config/keys/impl/ECDSAPublicKeyEntryDecoder.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/file/root/RootedPath.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/util/closeable/ParallelCloseable.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/config/keys/loader/openssh/kdf/BCryptKdfOptions.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/util/buffer/BufferUtils.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/util/helper/LazyIterablesConcatenator.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/config/keys/PrivateKeyEntryResolver.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/client/auth/AuthenticationIdentitiesProvider.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/keyprovider/FileKeyPairProvider.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/cipher/ECCurves$ECPointCompression.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/mac/MacInformation.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/config/keys/KeyTypeNamesSupport.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/util/buffer/keys/DSSBufferPublicKeyParser.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/cipher/ECCurves$1.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/keyprovider/KeyIdentityProviderHolder.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/compression/Compression$Type.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/cipher/ECCurves$ECPointCompression$2.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/util/closeable/IoBaseCloseable.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/cipher/BuiltinCiphers$2.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/util/ValidateUtils.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/NamedFactory.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/file/util/MockPath.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/config/keys/FilePasswordProvider.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/kex/extension/parser/Elevation.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/util/EventListenerUtils.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/mac/Mac.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/client/auth/password/PasswordIdentityProvider$1.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/config/keys/FilePasswordProviderManager.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/signature/AbstractSignature.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/random/JceRandom.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/signature/SignatureFactoriesManager.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/signature/BuiltinSignatures$5.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/client/config/hosts/KnownHostEntry$LazyDefaultConfigFileHolder.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/signature/SignatureDSA.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/util/EventNotifier.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/util/io/der/ASN1Object.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/cipher/ECCurves$ECPointCompression$3.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/signature/BuiltinSignatures$6.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/file/util/BasePath$1.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/digest/DigestFactory.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/config/keys/loader/pem/PKCS8PEMResourceKeyPairParser.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/file/root/RootedFileSystemProvider.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/keyprovider/KeyIdentityProvider$2.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/config/keys/PublicKeyRawDataReader.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/SshConstants$LazyOpenCodesMapHolder.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/future/AbstractSshFuture.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/kex/KexState.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/util/Readable$1.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/NamedResource.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/compression/CompressionFactory.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/config/LogLevelValue.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/util/logging/LoggingUtils.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/mac/BuiltinMacs$ParseResult.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/util/io/resource/ResourceStreamProvider.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/config/VersionProperties$LazyVersionPropertiesHolder.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/config/keys/loader/pem/AbstractPEMResourceKeyPairParser.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/util/security/bouncycastle/BouncyCastleKeyPairResourceParser.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/util/security/SecurityProviderChoice$1.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/client/config/hosts/KnownHostEntry.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/util/io/NoCloseWriter.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/config/keys/KeyUtils.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/random/Random.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/SyspropsMapWrapper$1.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/util/security/eddsa/EdDSASecurityProviderRegistrar.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/config/VersionProperties.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/config/keys/loader/openssh/kdf/BCrypt.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/keyprovider/MappedKeyPairProvider.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/cipher/ECCurves$Constants.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/client/config/hosts/HostConfigEntryResolver.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/keyprovider/KeySizeIndicator.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/util/NumberUtils.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/signature/BuiltinSignatures$2.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/client/config/keys/ClientIdentityFileWatcher.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/session/helpers/TimeoutIndicator.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/SshConstants$LazyReasonsMapHolder.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/channel/PtyChannelConfiguration.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/compression/BuiltinCompressions$1.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/util/logging/LoggingUtils$1.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/util/closeable/SequentialCloseable$1.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/config/keys/PrivateKeyEntryResolver$1.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/client/config/keys/ClientIdentityLoader.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/config/NamedResourceListParseResult.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/config/keys/loader/KeyPairResourceParser$2.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/client/config/hosts/HostPatternsHolder.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/util/security/SecurityEntityFactory$2.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/util/io/resource/URLResource.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/file/util/BasePath.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/util/MapEntryUtils$NavigableMapBuilder.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/file/root/RootedFileSystem.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/config/keys/loader/openssh/OpenSSHKeyDecryptor.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/config/keys/loader/openssh/kdf/RawKdfOptions.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/util/net/ConnectionEndpointsIndicator.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/client/auth/password/PasswordIdentityProvider.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/signature/SignatureRSASHA512.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/OptionalFeature.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/config/keys/loader/openssh/OpenSSHDSSPrivateKeyEntryDecoder.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/kex/extension/parser/NoFlowControl.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/keyprovider/MultiKeyIdentityIterator.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/file/util/MockFileSystem.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/util/Readable.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/config/keys/IdentityUtils.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/signature/SignatureRSASHA1.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/util/io/CloseableEmptyInputStream.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/AttributeStore.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/config/ConfigFileReaderSupport.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/util/io/der/ASN1Object$1.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/SshConstants$LazyMessagesMapHolder.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/compression/CompressionDelayedZlib.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/server/Signal.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/util/io/resource/ClassLoaderResource.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/signature/SignatureECDSA$SignatureECDSA384.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/config/keys/BuiltinIdentities$2.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/Closeable.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/util/io/EmptyInputStream.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/util/logging/LoggingUtils$5.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/client/auth/pubkey/PublicKeyIdentity.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/keyprovider/KeyIdentityProvider.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/compression/BuiltinCompressions$ParseResult.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/util/security/SecurityEntityFactory$3.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/digest/Digest.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/util/security/SecurityEntityFactory.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/keyprovider/AbstractKeyPairProvider.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/config/keys/BuiltinIdentities$1.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/util/security/bouncycastle/BouncyCastleSecurityProviderRegistrar.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/kex/KexProposalOption.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/cipher/BuiltinCiphers$ParseResult.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/config/keys/IdentityResourceLoader.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/config/keys/loader/PrivateKeyEncryptionContext.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/util/net/NetworkConnector.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/server/ExitCallback.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/config/keys/KeyRandomArt.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/AttributeRepository$1.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/kex/extension/KexExtensionParser.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/config/keys/loader/ssh2/Ssh2PublicKeyEntryDecoder.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/signature/SignatureRSA.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/util/buffer/keys/BufferPublicKeyParser$1.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/config/keys/PublicKeyEntry.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/util/security/bouncycastle/BouncyCastleRandomFactory.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/random/JceRandomFactory.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/signature/BuiltinSignatures.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/config/keys/loader/KeyPairResourceParser$1.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/digest/BuiltinDigests$Constants.class
[2022-01-17T11:20:11.256Z]     org/apache/sshd/common/config/keys/PublicKeyEntry$LazyDefaultKeysFolderHolder.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/config/keys/FilePasswordProvider$ResourceDecodeResult.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/signature/Signature.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/util/closeable/Builder$1.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/util/io/der/ASN1Class.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/client/config/keys/LazyClientKeyIdentityProvider$1.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/client/config/keys/ClientIdentityLoader$1.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/keyprovider/ClassLoadableResourceKeyPairProvider.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/util/security/eddsa/OpenSSHEd25519PrivateKeyEntryDecoder.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/config/keys/loader/openssh/OpenSSHKeyPairResourceParser$1.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/util/logging/LoggingUtils$6.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/config/keys/FilePasswordProviderHolder.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/client/auth/hostbased/HostKeyIdentityProvider.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/keyprovider/KeyTypeIndicator.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/util/SelectorUtils.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/util/functors/UnaryEquator.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/SyspropsMapWrapper.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/config/CompressionConfigValue.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/util/helper/LazyMatchingTypeIterable.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/keyprovider/KeyPairProvider.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/util/logging/LoggingUtils$4.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/client/config/hosts/HostPatternValue.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/random/AbstractRandomFactory.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/keyprovider/MultiKeyIdentityProvider.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/util/logging/LoggingUtils$3.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/future/WaitableFuture.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/session/SessionHeartbeatController.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/util/threads/ThreadUtils.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/keyprovider/MultiKeyIdentityProvider$1.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/file/util/BaseFileSystem.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/util/io/NullOutputStream.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/util/logging/LoggingUtils$2.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/util/Invoker.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/util/threads/ExecutorServiceCarrier.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/channel/SttySupport.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/util/threads/SshThreadPoolExecutor.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/keyprovider/KeyPairProvider$1.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/util/io/ModifiableFileWatcher.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/signature/SignatureECDSA$SignatureECDSA256.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/util/buffer/keys/RSABufferPublicKeyParser.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/channel/PtyMode$1.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/util/io/DirectoryScanner.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/config/keys/loader/pem/ECDSAPEMResourceKeyPairParser.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/digest/DigestInformation.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/Factory.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/cipher/Cipher.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/AttributeRepository$AttributeKey.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/util/security/SecurityEntityFactory$1.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/util/security/SecurityProviderRegistrar.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/SshConstants.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/util/ObjectBuilder.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/config/keys/PublicKeyEntryDataResolver$1.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/util/Int2IntFunction.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/config/keys/loader/AESPrivateKeyObfuscator$LazyKeyLengthsHolder.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/util/io/functors/IOFunction.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/config/ListParseResult.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/RuntimeSshException.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/server/shell/TtyFilterOutputStream.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/cipher/BaseRC4Cipher.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/util/security/SecurityProviderChoice.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/cipher/BuiltinCiphers$Constants.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/config/keys/impl/AbstractIdentityResourceLoader.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/util/io/resource/IoResource.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/random/AbstractRandom.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/compression/BaseCompression.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/compression/CompressionNone.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/util/buffer/keys/BufferPublicKeyParser$2.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/config/keys/loader/pem/DSSPEMResourceKeyPairParser.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/channel/PtyMode.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/mac/MacFactory.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/AttributeRepository.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/util/buffer/keys/AbstractBufferPublicKeyParser.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/OptionalFeature$2.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/util/threads/ThreadUtils$1.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/util/threads/SshThreadPoolExecutor$DelegateCloseable.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/PropertyResolver.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/util/io/der/DERParser.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/config/keys/loader/AbstractPrivateKeyObfuscator.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/client/config/hosts/HostConfigEntryResolver$1.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/util/IgnoringEmptyMap.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/cipher/BuiltinCiphers$1.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/signature/BuiltinSignatures$4.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/config/keys/PublicKeyRawDataDecoder.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/BuiltinFactory.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/config/keys/impl/AbstractPrivateKeyEntryDecoder.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/digest/DigestUtils.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/config/keys/loader/openssh/OpenSSHKdfOptions.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/util/logging/SimplifiedLog.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/util/io/NullInputStream.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/client/config/keys/ClientIdentity.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/config/keys/loader/pem/AbstractPEMResourceKeyPairParser$1.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/util/io/LimitInputStream.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/config/keys/impl/RSAPublicKeyDecoder.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/keyprovider/KeyIdentityProvider$1.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/util/io/der/DERWriter$1.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/cipher/CipherNone.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/future/DefaultCloseFuture.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/util/closeable/SequentialCloseable.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/signature/SignatureRSASHA256.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/config/keys/PublicKeyEntryResolver$2.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/config/SyslogFacilityValue.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/config/keys/BuiltinIdentities$Constants.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/file/root/RootedFileSystemProvider$1.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/cipher/ECCurves$ECPointCompression$1.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/signature/BuiltinSignatures$3.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/random/SingletonRandomFactory.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/cipher/BuiltinCiphers.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/compression/BuiltinCompressions$2.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/channel/PtyChannelConfigurationMutator.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/config/keys/KeyEntryResolver.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/util/security/eddsa/EdDSASecurityProviderUtils.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/kex/extension/KexExtensions.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/config/keys/loader/openssh/OpenSSHRSAPrivateKeyDecoder.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/signature/SignatureECDSA$SignatureECDSA521.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/config/keys/BuiltinIdentities.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/util/security/bouncycastle/BouncyCastleKeyPairResourceParser$1.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/util/security/AbstractSecurityProviderRegistrar.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/keyprovider/KeyPairProvider$2.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/session/SessionHeartbeatController$HeartbeatType.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/client/config/keys/ClientIdentityLoaderHolder.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/future/SshFutureListener.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/util/ReflectionUtils.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/signature/BuiltinSignatures$8.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/server/keyprovider/SimpleGeneratorHostKeyProvider.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/util/security/SecurityProviderChoice$2.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/util/MapEntryUtils$GenericMapPopulator.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/compression/BuiltinCompressions.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/compression/BuiltinCompressions$3.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/util/security/bouncycastle/BouncyCastleRandom.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/util/io/resource/AbstractIoResource.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/util/security/SecurityProviderChoice$3.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/digest/BuiltinDigests.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/config/NamedFactoriesListParseResult.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/signature/BuiltinSignatures$7.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/util/io/der/ASN1Type.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/client/config/keys/DefaultClientIdentitiesWatcher.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/config/keys/loader/pem/PEMResourceParserUtils.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/PropertyResolverUtils.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/config/keys/loader/pem/PEMResourceParserUtils$1.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/util/logging/SimplifiedLog$1.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/config/keys/loader/KeyPairResourceParser.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/client/auth/AuthenticationIdentitiesProvider$1.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/config/keys/PublicKeyEntryResolver$1.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/server/keyprovider/AbstractGeneratorHostKeyProvider.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/mac/BaseMac.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/config/keys/loader/openssh/OpenSSHKeyPairResourceParser.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/config/keys/loader/KeyPairResourceLoader.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/util/security/SecurityUtils.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/util/io/IoUtils.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/util/security/eddsa/SignatureEd25519.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/util/GenericUtils$1.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/SshConstants$LazyAmbiguousOpcodesHolder.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/channel/PtyChannelConfigurationHolder.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/util/helper/LazyMatchingTypeIterator.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/kex/extension/parser/ServerSignatureAlgorithms.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/client/config/keys/ClientIdentitiesWatcher.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/cipher/ECCurves.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/AlgorithmNameProvider.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/util/logging/AbstractLoggingBean.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/util/io/resource/URIResource.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/client/config/hosts/HostConfigEntry$LazyDefaultConfigFileHolder.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/util/buffer/BufferException.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/PropertyResolver$1.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/config/keys/Identity.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/config/keys/PublicKeyEntryDataResolver.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/config/keys/PrivateKeyEntryDecoder.class
[2022-01-17T11:20:11.257Z]     org/apache/sshd/common/util/closeable/FuturesCloseable.class
[2022-01-17T11:20:11.258Z]     org/apache/sshd/common/config/keys/loader/openssh/OpenSSHECDSAPrivateKeyEntryDecoder.class
[2022-01-17T11:20:11.258Z]     org/apache/sshd/common/NamedResource$1.class
[2022-01-17T11:20:11.258Z]     org/apache/sshd/client/config/keys/ClientIdentityProvider.class
[2022-01-17T11:20:11.258Z]     org/apache/sshd/common/util/closeable/SimpleCloseable.class
[2022-01-17T11:20:11.258Z]     org/apache/sshd/common/util/OsUtils.class
[2022-01-17T11:20:11.258Z]     org/apache/sshd/common/util/io/NoCloseInputStream.class
[2022-01-17T11:20:11.258Z]     org/apache/sshd/common/util/io/FileInfoExtractor.class
[2022-01-17T11:20:11.258Z]     org/apache/sshd/common/config/keys/loader/PrivateKeyObfuscator.class
[2022-01-17T11:20:11.258Z]     org/apache/sshd/common/util/io/InputStreamWithChannel.class
[2022-01-17T11:20:11.258Z]     org/apache/sshd/common/OptionalFeature$1.class
[2022-01-17T11:20:11.258Z]     org/apache/sshd/common/config/keys/impl/AbstractPublicKeyEntryDecoder.class
[2022-01-17T11:20:11.258Z]     org/apache/sshd/common/config/keys/loader/pem/KeyPairPEMResourceParser.class
[2022-01-17T11:20:11.258Z]     org/apache/sshd/common/config/keys/loader/FileWatcherKeyPairResourceLoader.class
[2022-01-17T11:20:11.258Z]     org/apache/sshd/common/util/buffer/keys/BufferPublicKeyParser.class
[2022-01-17T11:20:11.258Z]     org/apache/sshd/client/config/hosts/ConfigFileHostEntryResolver.class
[2022-01-17T11:20:11.258Z]     org/apache/sshd/common/session/SessionContext.class
[2022-01-17T11:20:11.258Z]     org/apache/sshd/common/compression/BuiltinCompressions$Constants.class
[2022-01-17T11:20:11.258Z]     org/apache/sshd/common/future/CloseFuture.class
[2022-01-17T11:20:11.258Z]     org/apache/sshd/common/config/FactoriesListParseResult.class
[2022-01-17T11:20:11.258Z]     org/apache/sshd/common/util/io/NoCloseReader.class
[2022-01-17T11:20:11.258Z]     org/apache/sshd/common/config/keys/loader/openssh/kdf/BCryptKdfOptions$BCryptBadRoundsException.class
[2022-01-17T11:20:11.258Z]     org/apache/sshd/common/util/VersionInfo.class
[2022-01-17T11:20:11.258Z]     org/apache/sshd/common/kex/extension/parser/DelayedCompressionAlgorithms.class
[2022-01-17T11:20:11.258Z]     org/apache/sshd/client/config/keys/BuiltinClientIdentitiesWatcher.class
[2022-01-17T11:20:11.258Z]     org/apache/sshd/common/compression/CompressionZlib.class
[2022-01-17T11:20:11.258Z]     org/apache/sshd/client/config/keys/ClientIdentityLoaderManager.class
[2022-01-17T11:20:11.258Z]     org/apache/sshd/client/config/keys/ClientIdentityProvider$1.class
[2022-01-17T11:20:11.258Z]     org/apache/sshd/common/kex/extension/parser/DelayCompression.class
[2022-01-17T11:20:11.258Z]     org/apache/sshd/common/util/MapEntryUtils$EnumMapBuilder.class
[2022-01-17T11:20:11.258Z]     org/apache/sshd/client/config/hosts/KnownHostDigest.class
[2022-01-17T11:20:11.258Z]     org/apache/sshd/common/future/VerifiableFuture.class
[2022-01-17T11:20:11.258Z]     org/apache/sshd/common/future/DefaultSshFuture.class
[2022-01-17T11:20:11.258Z]     org/apache/sshd/common/util/closeable/AbstractCloseable.class
[2022-01-17T11:20:11.258Z]     org/apache/sshd/common/cipher/BaseCipher.class
[2022-01-17T11:20:11.258Z]     org/apache/sshd/common/config/keys/AuthorizedKeyEntry.class
[2022-01-17T11:20:11.258Z]     org/apache/sshd/common/compression/CompressionInformation.class
[2022-01-17T11:20:11.258Z]     org/apache/sshd/common/util/buffer/keys/ED25519BufferPublicKeyParser.class
[2022-01-17T11:20:11.258Z]     org/apache/sshd/server/shell/TtyFilterInputStream.class
[2022-01-17T11:20:11.258Z]     org/apache/sshd/common/random/RandomFactory.class
[2022-01-17T11:20:11.258Z]     org/apache/sshd/client/config/keys/LazyClientIdentityIterator.class
[2022-01-17T11:20:11.258Z]     org/apache/sshd/common/config/keys/loader/pem/RSAPEMResourceKeyPairParser.class
[2022-01-17T11:20:11.258Z]     org/apache/sshd/common/config/keys/loader/DESPrivateKeyObfuscator.class
[2022-01-17T11:20:11.258Z]     org/apache/sshd/common/util/threads/CloseableExecutorService.class
[2022-01-17T11:20:11.258Z]     org/apache/sshd/common/config/keys/impl/DSSPublicKeyEntryDecoder.class
[2022-01-17T11:20:11.258Z]     org/apache/sshd/common/util/security/eddsa/Ed25519PublicKeyDecoder.class
[2022-01-17T11:20:11.258Z]     org/apache/sshd/common/util/threads/SshdThreadFactory.class
[2022-01-17T11:20:11.258Z]     org/apache/sshd/common/util/SshdEventListener.class
[2022-01-17T11:20:11.258Z]     org/apache/sshd/common/future/SshFuture.class
[2022-01-17T11:20:11.258Z]     org/apache/sshd/common/util/buffer/ByteArrayBuffer.class
[2022-01-17T11:20:11.258Z]     org/apache/sshd/common/signature/BuiltinSignatures$ParseResult.class
[2022-01-17T11:20:11.258Z]     org/apache/sshd/common/util/closeable/AbstractCloseable$State.class
[2022-01-17T11:20:11.258Z] 
[2022-01-17T11:20:11.258Z]   Found in:
[2022-01-17T11:20:11.258Z]     org.apache.sshd:sshd-core:jar:2.3.0:compile
[2022-01-17T11:20:11.258Z]     org.apache.sshd:sshd-osgi:jar:2.4.0:compile
[2022-01-17T11:20:11.258Z]   Duplicate classes:
[2022-01-17T11:20:11.258Z]     org/apache/sshd/server/forward/TcpForwardingFilter$1.class
[2022-01-17T11:20:11.258Z]     org/apache/sshd/common/forward/SocksProxy.class
[2022-01-17T11:20:11.258Z]     org/apache/sshd/common/channel/ChannelPipedSink.class
[2022-01-17T11:20:11.258Z]     org/apache/sshd/client/auth/UserAuthFactory.class
[2022-01-17T11:20:11.258Z]     org/apache/sshd/common/kex/BuiltinDHFactories.class
[2022-01-17T11:20:11.258Z]     org/apache/sshd/server/channel/ChannelSession$CommandCloseable$1.class
[2022-01-17T11:20:11.258Z]     org/apache/sshd/common/forward/DefaultForwardingFilter$StaticIoHandler.class
[2022-01-17T11:20:11.258Z]     org/apache/sshd/server/auth/keyboard/DefaultKeyboardInteractiveAuthenticator.class
[2022-01-17T11:20:11.258Z]     org/apache/sshd/client/session/ClientSessionImpl.class
[2022-01-17T11:20:11.258Z]     org/apache/sshd/server/session/ServerConnectionServiceFactory.class
[2022-01-17T11:20:11.258Z]     org/apache/sshd/agent/local/AgentForwardedChannel.class
[2022-01-17T11:20:11.258Z]     org/apache/sshd/common/future/KeyExchangeFuture.class
[2022-01-17T11:20:11.258Z]     org/apache/sshd/client/channel/PtyCapableChannelSession.class
[2022-01-17T11:20:11.258Z]     org/apache/sshd/server/auth/hostbased/RejectAllHostBasedAuthenticator.class
[2022-01-17T11:20:11.613Z]     org/apache/sshd/common/channel/ChannelFactory.class
[2022-01-17T11:20:11.613Z]     org/apache/sshd/client/auth/pubkey/UserAuthPublicKey.class
[2022-01-17T11:20:11.613Z]     org/apache/sshd/server/shell/ProcessShellCommandFactory.class
[2022-01-17T11:20:11.613Z]     org/apache/sshd/common/kex/BuiltinDHFactories$9.class
[2022-01-17T11:20:11.613Z]     org/apache/sshd/server/forward/StaticDecisionForwardingFilter.class
[2022-01-17T11:20:11.613Z]     org/apache/sshd/client/simple/AbstractSimpleClientSessionCreator$1.class
[2022-01-17T11:20:11.613Z]     org/apache/sshd/client/future/DefaultConnectFuture.class
[2022-01-17T11:20:11.613Z]     org/apache/sshd/common/channel/ChannelPipedInputStream.class
[2022-01-17T11:20:11.613Z]     org/apache/sshd/common/channel/ChannelAsyncInputStream.class
[2022-01-17T11:20:11.613Z]     org/apache/sshd/client/auth/pubkey/SessionKeyPairIterator.class
[2022-01-17T11:20:11.613Z]     org/apache/sshd/common/channel/AbstractChannel$2.class
[2022-01-17T11:20:11.613Z]     org/apache/sshd/server/config/keys/DefaultAuthorizedKeysAuthenticator.class
[2022-01-17T11:20:11.613Z]     org/apache/sshd/server/ServerAuthenticationManager.class
[2022-01-17T11:20:11.613Z]     org/apache/sshd/client/session/forward/PortForwardingTracker.class
[2022-01-17T11:20:11.613Z]     org/apache/sshd/common/forward/DefaultForwarderFactory$1.class
[2022-01-17T11:20:11.613Z]     org/apache/sshd/client/simple/SimpleClientConfigurator.class
[2022-01-17T11:20:11.613Z]     org/apache/sshd/server/forward/TcpipServerChannel.class
[2022-01-17T11:20:11.613Z]     org/apache/sshd/server/auth/BuiltinUserAuthFactories$ParseResult.class
[2022-01-17T11:20:11.613Z]     org/apache/sshd/common/session/SessionDisconnectHandlerManager.class
[2022-01-17T11:20:11.613Z]     org/apache/sshd/agent/common/AgentDelegate.class
[2022-01-17T11:20:11.613Z]     org/apache/sshd/client/session/ClientConnectionServiceFactory$1.class
[2022-01-17T11:20:11.613Z]     org/apache/sshd/client/auth/pubkey/UserAuthPublicKeyIterator$1.class
[2022-01-17T11:20:11.613Z]     org/apache/sshd/server/auth/password/UserAuthPassword.class
[2022-01-17T11:20:11.613Z]     org/apache/sshd/common/channel/exception/SshChannelNotFoundException.class
[2022-01-17T11:20:11.613Z]     org/apache/sshd/common/kex/BuiltinDHFactories$ParseResult.class
[2022-01-17T11:20:11.613Z]     org/apache/sshd/common/kex/DHGroupData.class
[2022-01-17T11:20:11.613Z]     org/apache/sshd/common/session/helpers/PendingWriteFuture.class
[2022-01-17T11:20:11.613Z]     org/apache/sshd/server/forward/TcpipServerChannel$TcpipFactory.class
[2022-01-17T11:20:11.613Z]     org/apache/sshd/server/session/ServerSession.class
[2022-01-17T11:20:11.613Z]     org/apache/sshd/common/kex/BuiltinDHFactories$11.class
[2022-01-17T11:20:11.613Z]     org/apache/sshd/common/channel/AbstractChannel$GracefulChannelCloseable.class
[2022-01-17T11:20:11.613Z]     org/apache/sshd/server/auth/password/RejectAllPasswordAuthenticator.class
[2022-01-17T11:20:11.613Z]     org/apache/sshd/agent/common/AbstractAgentClient.class
[2022-01-17T11:20:11.613Z]     org/apache/sshd/client/session/ClientUserAuthService.class
[2022-01-17T11:20:11.613Z]     org/apache/sshd/server/auth/hostbased/StaticHostBasedAuthenticator.class
[2022-01-17T11:20:11.613Z]     org/apache/sshd/common/forward/TcpipForwardingExceptionMarker.class
[2022-01-17T11:20:11.613Z]     org/apache/sshd/server/forward/ForwardingFilter.class
[2022-01-17T11:20:11.613Z]     org/apache/sshd/agent/unix/UnixAgentFactory.class
[2022-01-17T11:20:11.613Z]     org/apache/sshd/common/session/UnknownChannelReferenceHandler.class
[2022-01-17T11:20:11.613Z]     org/apache/sshd/common/session/SessionListener$Event.class
[2022-01-17T11:20:11.613Z]     org/apache/sshd/server/ServerFactoryManager.class
[2022-01-17T11:20:11.613Z]     org/apache/sshd/server/forward/ForwardingFilter$1.class
[2022-01-17T11:20:11.613Z]     org/apache/sshd/server/auth/gss/UserAuthGSSFactory.class
[2022-01-17T11:20:11.613Z]     org/apache/sshd/server/global/OpenSshHostKeysHandler$1.class
[2022-01-17T11:20:11.613Z]     org/apache/sshd/server/auth/password/UserAuthPasswordFactory.class
[2022-01-17T11:20:11.613Z]     org/apache/sshd/common/kex/extension/KexExtensionHandler.class
[2022-01-17T11:20:11.613Z]     org/apache/sshd/server/SignalListener.class
[2022-01-17T11:20:11.613Z]     org/apache/sshd/server/command/AbstractDelegatingCommandFactory.class
[2022-01-17T11:20:11.613Z]     org/apache/sshd/common/channel/Channel.class
[2022-01-17T11:20:11.613Z]     org/apache/sshd/agent/local/ProxyAgentFactory.class
[2022-01-17T11:20:11.613Z]     org/apache/sshd/server/kex/DHGEXServer$1.class
[2022-01-17T11:20:11.613Z]     org/apache/sshd/server/kex/DHGServer.class
[2022-01-17T11:20:11.613Z]     org/apache/sshd/client/channel/ClientChannelPendingMessagesQueue.class
[2022-01-17T11:20:11.613Z]     org/apache/sshd/server/forward/TcpipServerChannel$1.class
[2022-01-17T11:20:11.613Z]     org/apache/sshd/server/auth/gss/CredentialHelper.class
[2022-01-17T11:20:11.613Z]     org/apache/sshd/server/subsystem/SubsystemFactory.class
[2022-01-17T11:20:11.613Z]     org/apache/sshd/server/shell/InvertedShellWrapper.class
[2022-01-17T11:20:11.613Z]     org/apache/sshd/common/session/helpers/SessionTimeoutListener.class
[2022-01-17T11:20:11.613Z]     org/apache/sshd/common/session/SessionWorkBuffer.class
[2022-01-17T11:20:11.613Z]     org/apache/sshd/client/simple/AbstractSimpleClientSessionCreator.class
[2022-01-17T11:20:11.613Z]     org/apache/sshd/common/future/DefaultKeyExchangeFuture.class
[2022-01-17T11:20:11.613Z]     org/apache/sshd/client/auth/pubkey/UserAuthPublicKeyIterator$1$1.class
[2022-01-17T11:20:11.613Z]     org/apache/sshd/server/x11/DefaultX11ForwardSupport.class
[2022-01-17T11:20:11.613Z]     org/apache/sshd/server/forward/TcpForwardingFilter.class
[2022-01-17T11:20:11.613Z]     org/apache/sshd/client/channel/ClientChannelEvent.class
[2022-01-17T11:20:11.613Z]     org/apache/sshd/common/session/helpers/ReservedSessionMessagesHandlerAdapter.class
[2022-01-17T11:20:11.613Z]     org/apache/sshd/client/SshClient.class
[2022-01-17T11:20:11.613Z]     org/apache/sshd/client/channel/exit/AbstractChannelExitRequestHandler.class
[2022-01-17T11:20:11.613Z]     org/apache/sshd/common/channel/ChannelAsyncOutputStream$1.class
[2022-01-17T11:20:11.613Z]     org/apache/sshd/server/config/AllowTcpForwardingValue$4.class
[2022-01-17T11:20:11.613Z]     org/apache/sshd/common/channel/ChannelListenerManager.class
[2022-01-17T11:20:11.613Z]     org/apache/sshd/common/forward/DefaultForwardingFilter.class
[2022-01-17T11:20:11.613Z]     org/apache/sshd/server/channel/PipeDataReceiver.class
[2022-01-17T11:20:11.613Z]     org/apache/sshd/agent/common/AgentForwardSupport.class
[2022-01-17T11:20:11.613Z]     org/apache/sshd/server/channel/AsyncDataReceiver.class
[2022-01-17T11:20:11.613Z]     org/apache/sshd/client/channel/ChannelSubsystem.class
[2022-01-17T11:20:11.613Z]     org/apache/sshd/server/config/AllowTcpForwardingValue$3.class
[2022-01-17T11:20:11.613Z]     org/apache/sshd/agent/SshAgentServer.class
[2022-01-17T11:20:11.613Z]     org/apache/sshd/client/kex/AbstractDHClientKeyExchange.class
[2022-01-17T11:20:11.613Z]     org/apache/sshd/server/auth/keyboard/UserAuthKeyboardInteractiveFactory.class
[2022-01-17T11:20:11.613Z]     org/apache/sshd/client/auth/password/UserAuthPassword.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/common/kex/AbstractKexFactoryManager.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/agent/local/ChannelAgentForwarding.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/server/channel/ServerChannel.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/client/session/ClientProxyConnector.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/client/channel/ChannelExec.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/client/channel/ChannelSession$1.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/client/session/ClientProxyConnectorHolder.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/server/global/TcpipForwardHandler.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/common/channel/exception/SshChannelOpenException.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/server/channel/AbstractServerChannel.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/server/auth/pubkey/PublickeyAuthenticator.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/client/auth/keyboard/UserAuthKeyboardInteractiveFactory.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/agent/SshAgentConstants$LazyMessagesMapHolder.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/client/auth/pubkey/UserAuthPublicKeyFactory$1.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/client/auth/pubkey/UserAuthPublicKeyIterator.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/agent/unix/AprLibrary.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/server/jaas/JaasPasswordAuthenticator.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/server/x11/X11ForwardingExceptionMarker.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/client/auth/AbstractUserAuth.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/client/auth/keyboard/UserInteraction.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/common/kex/dh/AbstractDHKeyExchange.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/client/keyverifier/DelegatingServerKeyVerifier.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/client/auth/hostbased/UserAuthHostBasedFactory$1.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/server/command/AbstractCommandSupport.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/client/channel/exit/ExitStatusChannelRequestHandler.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/agent/local/AgentForwardedChannel$1.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/common/kex/KeyExchangeFactory.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/server/auth/gss/CredentialHelper$1.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/common/forward/LocalForwardingEntry.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/client/auth/UserAuth.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/common/channel/AbstractRequestHandler.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/server/command/CommandFactory.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/server/ServerBuilder.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/common/channel/ChannelRequestHandler.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/client/auth/pubkey/KeyAgentIdentity.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/agent/unix/AgentServer.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/server/global/OpenSshHostKeysHandler.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/common/kex/extension/KexExtensionHandler$KexPhase.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/client/future/AuthFuture.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/server/StandardEnvironment.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/common/forward/PortForwardingEventListener$1.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/common/forward/TcpipClientChannel.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/client/auth/pubkey/KeyPairIdentity.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/client/keyverifier/KnownHostsServerKeyVerifier.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/server/channel/ChannelSession.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/server/session/SessionFactory.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/common/kex/BuiltinDHFactories$10.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/client/kex/DHGEXClient.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/common/file/FileSystemFactory.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/server/shell/UnknownCommand.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/common/forward/PortForwardingEventListener.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/client/auth/BuiltinUserAuthFactories.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/common/channel/ChannelHolder.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/client/channel/ClientChannel$Streaming.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/server/session/ServerProxyAcceptor.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/common/session/Session.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/common/kex/BuiltinDHFactories$12.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/client/session/ClientUserAuthServiceFactory.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/common/forward/PortForwardingManager.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/common/forward/SocksProxy$Socks4.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/agent/SshAgentConstants.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/client/auth/hostbased/UserAuthHostBased.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/server/config/keys/ServerIdentity.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/server/auth/keyboard/KeyboardInteractiveAuthenticator.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/server/auth/pubkey/StaticPublickeyAuthenticator.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/common/config/SshConfigFileReader.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/server/command/AbstractFileSystemCommand.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/server/auth/keyboard/UserAuthKeyboardInteractive.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/common/channel/ChannelListener$1.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/common/channel/BufferedIoOutputStream.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/common/forward/TcpipClientChannel$1.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/common/global/AbstractOpenSshHostKeysHandler.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/client/session/ClientSessionCreator.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/client/auth/pubkey/UserAuthPublicKeyFactory.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/server/kex/AbstractDHServerKeyExchange.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/server/session/AbstractServerSession.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/server/channel/ChannelSessionFactory.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/common/forward/PortForwardingEventListenerManager.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/common/session/helpers/AbstractConnectionService$2.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/common/forward/SocksProxy$Socks5.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/common/channel/AbstractChannelRequestHandler.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/server/auth/WelcomeBannerPhase.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/common/kex/extension/DefaultClientKexExtensionHandler.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/server/session/ServerConnectionServiceFactory$1.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/common/channel/throttle/ChannelStreamPacketWriterResolverManager.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/agent/local/ChannelAgentForwardingFactory.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/common/session/ConnectionServiceRequestHandler.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/agent/local/ProxyAgentFactory$1.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/agent/local/ChannelAgentForwarding$AgentClient.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/common/file/nativefs/NativeFileSystemFactory.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/server/session/ServerUserAuthServiceFactory.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/server/forward/ForwardedTcpipFactory.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/server/forward/TcpForwardingFilter$Type.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/client/auth/keyboard/UserInteraction$1.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/client/keyverifier/RequiredServerKeyVerifier.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/client/channel/ChannelDirectTcpip.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/server/config/keys/AuthorizedKeysAuthenticator$LazyDefaultAuthorizedKeysFileHolder.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/common/channel/AbstractChannel$GracefulState.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/server/global/CancelTcpipForwardHandler.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/client/future/ConnectFuture.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/common/session/helpers/SessionHelper.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/server/auth/UserAuthNone.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/common/forward/DefaultForwarderFactory.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/client/auth/pubkey/AbstractKeyPairIterator.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/server/SessionAware.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/common/session/helpers/AbstractConnectionService$1.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/server/forward/AgentForwardingFilter.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/common/forward/TcpipClientChannel$Type.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/client/keyverifier/DefaultKnownHostsServerKeyVerifier.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/client/session/ClientConnectionServiceFactory.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/common/kex/KeyExchange.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/common/ServiceFactory.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/client/ClientFactoryManager.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/common/kex/DHFactory.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/server/auth/AbstractUserAuth.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/server/shell/ProcessShell.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/client/future/OpenFuture.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/server/global/KeepAliveHandler.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/client/keyverifier/KnownHostsServerKeyVerifier$HostEntryPair.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/agent/unix/AgentForwardedChannel.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/server/auth/keyboard/KeyboardInteractiveAuthenticator$1.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/server/auth/hostbased/UserAuthHostBased.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/client/SshClient$2.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/server/shell/InteractiveProcessShellFactory.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/client/simple/AbstractSimpleClient.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/server/shell/ShellFactory.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/server/auth/password/AcceptAllPasswordAuthenticator.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/common/kex/BuiltinDHFactories$2.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/agent/local/AgentServerProxy.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/client/config/SshClientConfigFileReader.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/client/session/forward/DynamicPortForwardingTracker.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/server/auth/hostbased/AcceptAllHostBasedAuthenticator.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/common/kex/ECDH.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/common/channel/RequestHandler$Result.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/client/channel/ChannelShell.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/server/auth/keyboard/InteractiveChallenge.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/server/auth/pubkey/CachingPublicKeyAuthenticator.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/common/channel/ChannelPipedOutputStream.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/server/SshServer.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/common/helpers/AbstractFactoryManager.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/agent/SshAgent.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/common/session/helpers/AbstractSessionIoHandler.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/client/simple/SimpleSessionClient.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/common/channel/WindowClosedException.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/server/auth/pubkey/UserAuthPublicKey.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/server/shell/ProcessShellFactory.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/common/session/ConnectionService.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/common/channel/ChannelListener.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/client/keyverifier/AcceptAllServerKeyVerifier.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/client/future/DefaultOpenFuture.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/server/auth/gss/GSSAuthenticator.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/agent/unix/ChannelAgentForwardingFactory.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/server/config/AllowTcpForwardingValue$2.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/common/channel/throttle/ChannelStreamPacketWriterResolver.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/server/forward/TcpipServerChannel$2.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/client/auth/hostbased/UserAuthHostBasedFactory.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/agent/local/LocalAgentFactory.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/server/shell/UnknownCommandFactory.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/server/auth/password/PasswordAuthenticator.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/common/session/SessionListenerManager.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/server/auth/AsyncAuthException.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/server/config/SshServerConfigFileReader.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/server/auth/gss/CredentialHelper$FixedLoginConfiguration.class
[2022-01-17T11:20:11.614Z]     org/apache/sshd/client/kex/DHGClient$1.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/common/channel/exception/SshChannelClosedException.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/common/file/virtualfs/VirtualFileSystemFactory.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/common/forward/PortForwardingEventListenerManagerHolder.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/server/auth/UserAuthNoneFactory.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/client/ClientBuilder.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/server/auth/pubkey/UserAuthPublicKeyFactory$1.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/server/shell/InvertedShell.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/server/auth/pubkey/UserAuthPublicKeyFactory.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/server/session/ServerProxyAcceptorHolder.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/client/session/SessionFactory.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/client/session/ClientSession.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/common/BaseBuilder.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/server/forward/X11ForwardingFilter.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/server/config/AllowTcpForwardingValue$1.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/agent/SshAgentFactory.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/server/auth/keyboard/PromptEntry.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/client/session/ClientConnectionService.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/server/config/AllowTcpForwardingValue.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/server/session/ServerSessionHolder.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/server/command/AsyncCommand.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/client/auth/pubkey/SshAgentPublicKeyIterator.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/client/session/AbstractClientSession.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/agent/local/AgentImpl.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/server/auth/pubkey/RejectAllPublickeyAuthenticator.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/common/session/helpers/SessionHelper$1.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/client/auth/password/UserAuthPasswordFactory.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/agent/unix/AgentClient.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/agent/common/AbstractAgentProxy.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/client/auth/BuiltinUserAuthFactories$ParseResult.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/server/command/Command.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/server/forward/TcpipServerChannel$3.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/client/keyverifier/RejectAllServerKeyVerifier.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/server/forward/AcceptAllForwardingFilter.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/common/session/helpers/AbstractSession.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/common/session/AbstractConnectionServiceFactory.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/server/auth/gss/UserAuthGSS.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/server/auth/password/PasswordChangeRequiredException.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/common/channel/ChannelAsyncOutputStream.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/common/session/helpers/AbstractConnectionService.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/server/auth/hostbased/HostBasedAuthenticator.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/client/session/forward/ExplicitPortForwardingTracker.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/client/auth/pubkey/UserAuthPublicKeyIterator$2.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/client/keyverifier/ModifiedServerKeyAcceptor.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/common/kex/BuiltinDHFactories$8.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/common/forward/ForwardingTunnelEndpointsProvider.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/server/forward/DirectTcpipFactory.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/server/kex/Moduli.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/common/forward/ForwardingFilter.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/common/Service.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/server/channel/ChannelSession$CommandCloseable.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/client/SshClient$1.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/common/kex/BuiltinDHFactories$3.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/common/channel/IoWriteFutureImpl.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/client/channel/AbstractClientChannel.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/server/kex/DHGEXServer.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/server/Environment.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/server/auth/gss/CredentialHelper$G.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/common/channel/RequestHandler.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/common/session/ReservedSessionMessagesHandler.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/client/channel/exit/ExitSignalChannelRequestHandler.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/server/session/ServerSessionImpl.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/client/channel/ChannelSession.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/common/session/helpers/AbstractSessionFactory.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/client/kex/DHGEXClient$1.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/common/kex/BuiltinDHFactories$Constants.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/client/auth/AbstractUserAuthFactory.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/common/kex/BuiltinDHFactories$1.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/agent/common/DefaultAgentForwardSupport.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/client/session/ClientSessionHolder.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/server/x11/ChannelForwardedX11.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/server/auth/password/StaticPasswordAuthenticator.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/common/FactoryManagerHolder.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/server/channel/PuttyRequestHandler.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/server/session/ServerConnectionService.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/common/forward/ForwardingFilterFactory.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/common/kex/extension/KexExtensionHandlerManager.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/agent/unix/AgentServer$SshAgentSession.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/common/session/SessionDisconnectHandler.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/common/channel/ChannelAsyncInputStream$IoReadFutureImpl.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/common/channel/exception/SshChannelException.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/client/auth/pubkey/UserAuthPublicKeyIterator$2$1.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/common/session/ReservedSessionMessagesManager.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/server/auth/hostbased/UserAuthHostBasedFactory$1.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/server/session/ServerUserAuthService.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/common/session/helpers/DefaultUnknownChannelReferenceHandler.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/server/kex/Moduli$DhGroup.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/server/ChannelSessionAware.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/server/auth/UserAuthFactory.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/server/kex/DHGServer$1.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/common/kex/AbstractDH.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/common/kex/DHG.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/server/x11/X11ForwardSupport.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/client/keyverifier/StaticServerKeyVerifier.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/common/session/SessionListener.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/client/ClientAuthenticationManager.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/common/channel/ChannelOutputStream.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/agent/unix/ChannelAgentForwarding.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/client/session/ClientSession$ClientSessionEvent.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/common/kex/KexFactoryManager.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/server/auth/pubkey/AcceptAllPublickeyAuthenticator.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/common/forward/PortForwardingInformationProvider.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/server/auth/UserAuth.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/server/global/NoMoreSessionsHandler.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/client/subsystem/AbstractSubsystemClient.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/server/auth/AbstractUserAuthFactory.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/common/kex/extension/KexExtensionHandler$AvailabilityPhase.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/server/auth/pubkey/KeySetPublickeyAuthenticator.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/client/subsystem/SubsystemClient.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/common/forward/SocksProxy$Proxy.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/client/keyverifier/ServerKeyVerifier.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/client/kex/DHGClient.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/common/session/helpers/MissingAttachedSessionException.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/common/channel/BufferedIoOutputStream$1.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/client/simple/SimpleClient.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/server/channel/ChannelDataReceiver.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/client/future/DefaultAuthFuture.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/common/session/helpers/AbstractConnectionServiceRequestHandler.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/agent/unix/AgentServerProxy.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/server/auth/BuiltinUserAuthFactories.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/common/channel/AbstractChannel$1.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/common/kex/BuiltinDHFactories$4.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/client/channel/ClientChannelHolder.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/common/channel/Window.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/common/session/SessionHolder.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/common/kex/BuiltinDHFactories$7.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/server/config/keys/AuthorizedKeysAuthenticator.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/server/forward/RejectAllForwardingFilter.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/client/global/OpenSshHostKeysHandler.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/server/auth/hostbased/UserAuthHostBasedFactory.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/common/kex/BuiltinDHFactories$6.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/common/session/helpers/MultipleAttachedSessionException.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/common/FactoryManager.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/client/auth/keyboard/UserAuthKeyboardInteractive.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/common/channel/AbstractChannel.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/client/channel/ClientChannel.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/common/session/UnknownChannelReferenceHandlerManager.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/server/command/CommandLifecycle.class
[2022-01-17T11:20:11.615Z]     org/apache/sshd/common/kex/BuiltinDHFactories$5.class

@RishiRajAnand
Copy link
Member Author

thanks @mareknovotny for pointing this. I have addded exclusion for org.apache.sshd:sshd-osgi in org.eclipse.jgit.ssh.apache. should be fine now.

@RishiRajAnand
Copy link
Member Author

jenkins do fdb

@RishiRajAnand RishiRajAnand added the do_not_merge PR is not ready for merging label Jan 24, 2022
@RishiRajAnand RishiRajAnand changed the title Replace JSCH library with apache mina sshd [DO NOT MERGE] Replace JSCH library with apache mina sshd Jan 24, 2022
@mareknovotny
Copy link
Member

be aware of upgrade of sshd-core to 2.7.0 in PR status - #1898

@mareknovotny
Copy link
Member

This PR #2202 was merged so is this now redundant and we can close ? @RishiRajAnand

@RishiRajAnand
Copy link
Member Author

@mareknovotny the current PR was opened for a different use case. Currently, BC uses JSCH to import external projects using ssh, but jsch project has not been into active development due to which it doesnt support latest open ssh standards. This PR would only replace that area of jsch with similiar apache sshd feature. I think we can still try to get this PR merged to avoid future issue.

There's still some minor work left on the PR since i see JSCH modules aren't removed from POM and code.

@mareknovotny
Copy link
Member

ok, thanks @RishiRajAnand for clarification

@mareknovotny mareknovotny marked this pull request as draft May 24, 2023 08:54
@mareknovotny
Copy link
Member

@RishiRajAnand do you know what Jira is this related?

@RishiRajAnand
Copy link
Member Author

@mareknovotny AFAIK there wasn't any Jira that this PR was targetting, but we wanted to upgrade it as part of this PR kiegroup/appformer#1223. Eventually, we were able to resolve it without upgrading jsch, so the work went on hold.

@mareknovotny
Copy link
Member

jenkins retest this please

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
do_not_merge PR is not ready for merging
Projects
None yet
2 participants