mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2026-04-21 05:45:50 +02:00
Use a more common SSH version string (#944)
This commit is contained in:
parent
1c8f6b9886
commit
511bfb0a9a
|
|
@ -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