Replaces Jsch with Apache MINA in config-server (#2122)

This commit is contained in:
Kaveh Shamsi
2022-07-15 16:51:03 -04:00
committed by GitHub
parent 45ac655275
commit b202ce0234
20 changed files with 796 additions and 320 deletions

View File

@@ -428,7 +428,7 @@ The following table describes the SSH configuration properties.
|Valid SSH host key. Must be set if `hostKeyAlgorithm` is also set.
|*hostKeyAlgorithm*
|One of `ssh-dss, ssh-rsa, ecdsa-sha2-nistp256, ecdsa-sha2-nistp384, or ecdsa-sha2-nistp521`. Must be set if `hostKey` is also set.
|One of `ssh-dss, ssh-rsa, ssh-ed25519, ecdsa-sha2-nistp256, ecdsa-sha2-nistp384, or ecdsa-sha2-nistp521`. Must be set if `hostKey` is also set.
|*strictHostKeyChecking*
|`true` or `false`. If false, ignore errors with host key.