Paul Spencer
2014-11-25 13:04:42 UTC
What configuration is necessary to remove the following warning message when executing bin/client?
Paul Spencer
$ 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.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
$
Paul Spencer