What configuration is necessary to remove the following warning message when
executing bin/client?
> $ bin/client -u karaf system:version
> Logging in as karaf
> 779 [sshd-SshClient[296b653d]-nio2-thread-2] WARN
> org.apache.sshd.client.keyverifier.AcceptAllServerKeyVerifier - Server at
> [/0.0.0.0:8101, DSA, c1:79:36:7d:17:96:48:33:c6:45:d9:1c:3b:8a:e5:bf]
> presented unverified {} key: {}
> 3.0.2
> $
>
I would prefer to add the key configuration over suppressing the warning
message.
Paul Spencer