Use a more common SSH version string (#944)
This commit is contained in:
parent
1c8f6b9886
commit
511bfb0a9a
1 changed files with 1 additions and 0 deletions
|
@ -199,6 +199,7 @@ class SshjConfig : ConfigImpl() {
|
|||
init {
|
||||
loggerFactory = TimberLoggerFactory
|
||||
keepAliveProvider = KeepAliveProvider.HEARTBEAT
|
||||
version = "OpenSSH_8.2p1 Ubuntu-4ubuntu0.1"
|
||||
|
||||
initKeyExchangeFactories()
|
||||
initSignatureFactories()
|
||||
|
|
Loading…
Reference in a new issue