Use a more common SSH version string (#944)

This commit is contained in:
Fabian Henneke 2020-07-20 13:01:31 +02:00 committed by GitHub
parent 1c8f6b9886
commit 511bfb0a9a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -199,6 +199,7 @@ class SshjConfig : ConfigImpl() {
init {
loggerFactory = TimberLoggerFactory
keepAliveProvider = KeepAliveProvider.HEARTBEAT
version = "OpenSSH_8.2p1 Ubuntu-4ubuntu0.1"
initKeyExchangeFactories()
initSignatureFactories()