diff options
author | Fabian Henneke <FabianHenneke@users.noreply.github.com> | 2020-07-20 13:01:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-20 13:01:31 +0200 |
commit | 511bfb0a9a8241d9ff93dbfa47cfe211629a112e (patch) | |
tree | c03c752062aface52b7b730b5df2b60551dbd91f | |
parent | 1c8f6b98869da3bc74fca73d652f024e389e36d8 (diff) |
Use a more common SSH version string (#944)
-rw-r--r-- | app/src/main/java/com/zeapo/pwdstore/git/config/SshjConfig.kt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/java/com/zeapo/pwdstore/git/config/SshjConfig.kt b/app/src/main/java/com/zeapo/pwdstore/git/config/SshjConfig.kt index c47b6ebd..7ba246be 100644 --- a/app/src/main/java/com/zeapo/pwdstore/git/config/SshjConfig.kt +++ b/app/src/main/java/com/zeapo/pwdstore/git/config/SshjConfig.kt @@ -199,6 +199,7 @@ class SshjConfig : ConfigImpl() { init { loggerFactory = TimberLoggerFactory keepAliveProvider = KeepAliveProvider.HEARTBEAT + version = "OpenSSH_8.2p1 Ubuntu-4ubuntu0.1" initKeyExchangeFactories() initSignatureFactories() |