Enable public key based authentication for netconf 77/62677/5
authorAtul Gosain <agosain@brocade.com>
Tue, 27 Jun 2017 02:13:26 +0000 (19:13 -0700)
committerJakub Morvay <jmorvay@cisco.com>
Wed, 20 Sep 2017 09:58:28 +0000 (11:58 +0200)
commit7d5a5e624a2acdf98565738a36248389907d1ab3
tree5f642baa0e434f386588ad3dfc92be283db74309
parent3a96a8000706c99343a6126dfdbdb0c46729377e
Enable public key based authentication for netconf

Change-Id: Icca97924515537b670688767d41ddd4bd6e1bbf6
Signed-off-by: Atul Gosain <agosain@brocade.com>
13 files changed:
features/netconf-connector/odl-netconf-connector/pom.xml
features/netconf/features-netconf/pom.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