Enable public key based authentication for netconf 37/59537/12
authorAtul Gosain <agosain@brocade.com>
Tue, 27 Jun 2017 02:13:26 +0000 (19:13 -0700)
committerAtul Gosain <agosain@brocade.com>
Wed, 2 Aug 2017 22:56:51 +0000 (15:56 -0700)
commit0a347d8cded320a72a5192e7f243e3c6f4deb01b
treee6baaaf8b3d7bd728e682a65c261009d1b10ee94
parentbf23acf96de5bda67eb1cce4212e42769e896dfe
Enable public key based authentication for netconf

Change-Id: Icca97924515537b670688767d41ddd4bd6e1bbf6
Signed-off-by: Atul Gosain <agosain@brocade.com>
14 files changed:
features/netconf-connector/odl-netconf-connector/pom.xml
features/netconf/features-netconf/pom.xml
features/netconf/features-netconf/src/main/features/features.xml
netconf/netconf-netty-util/pom.xml
netconf/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/ssh/authentication/LoginPassword.java
netconf/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/ssh/authentication/PublicKeyAuth.java [new file with mode: 0644]
netconf/netconf-topology-config/pom.xml
netconf/netconf-topology-config/src/main/resources/initial/odl-sb-netconf-client-keypair.cfg [new file with mode: 0644]
netconf/netconf-topology-config/src/main/resources/org/opendaylight/blueprint/netconf-topology.xml
netconf/netconf-topology-singleton/src/main/java/org/opendaylight/netconf/topology/singleton/impl/NetconfTopologyManager.java
netconf/netconf-topology-singleton/src/main/java/org/opendaylight/netconf/topology/singleton/impl/RemoteDeviceConnectorImpl.java
netconf/netconf-topology-singleton/src/main/java/org/opendaylight/netconf/topology/singleton/impl/utils/NetconfTopologySetup.java
netconf/netconf-topology-singleton/src/main/resources/org/opendaylight/blueprint/netconf-topology-singleton.xml
netconf/netconf-topology/src/main/java/org/opendaylight/netconf/topology/AbstractNetconfTopology.java