Use RSA for ssh server 38/60138/2
authorTomas Cere <tcere@cisco.com>
Mon, 10 Jul 2017 14:02:19 +0000 (16:02 +0200)
committerTomas Cere <tcere@cisco.com>
Mon, 10 Jul 2017 14:14:34 +0000 (16:14 +0200)
commitb24bfe9d975f60b2afcbef08787024bc61e82dfb
treefbae2fea6dbdc451f857399f9c63aa5ca447b704
parent486813fb93e8218ca5c0394dcfa3b8b580d6ca95
Use RSA for ssh server

The bouncy-castle bump increased the default size of DSA to 2048 which
some clients can choke on. We shouldn't use DSA anyhow so switch it up
to 4096 RSA everywhere.

Change-Id: I936eb240a534367fff550d25dcedc3de069c6654
Signed-off-by: Tomas Cere <tcere@cisco.com>
netconf/netconf-ssh/src/main/java/org/opendaylight/netconf/ssh/NetconfNorthboundSshServer.java
netconf/netconf-ssh/src/main/java/org/opendaylight/netconf/ssh/osgi/NetconfSSHActivator.java
netconf/netconf-ssh/src/test/java/org/opendaylight/netconf/netty/SSHTest.java
netconf/netconf-ssh/src/test/java/org/opendaylight/netconf/ssh/authentication/SSHServerTest.java
netconf/tools/netconf-testtool/src/main/java/org/opendaylight/netconf/test/tool/NetconfDeviceSimulator.java