Switch ssh-host-key to binary 92/110092/5
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 30 Jan 2024 10:52:10 +0000 (11:52 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Wed, 31 Jan 2024 11:08:35 +0000 (12:08 +0100)
commit1f59826c4be7e2afd3463eec1467184ba0006483
treee9146b2add99337fb17aa90560cc378d7e63eadb
parentbc787787e74692d8a7499c3ec2c0e2ff5379c0bd
Switch ssh-host-key to binary

Using a String with Base64 is a rather lacking employ of YANG, as 'type
binary' is encoded in JSON and XML as Base64, so we get codecs for free.

JIRA: NETCONF-1243
Change-Id: I90158893570e2dd6d80a69a78acf8fe99f84ae1e
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
apps/callhome-provider/src/main/java/org/opendaylight/netconf/callhome/mount/AuthorizedKeysDecoder.java
apps/callhome-provider/src/main/java/org/opendaylight/netconf/callhome/mount/CallHomeMountSshAuthProvider.java
apps/callhome-provider/src/main/java/org/opendaylight/netconf/callhome/mount/CallHomeMountStatusReporter.java
netconf/callhome-model/src/main/yang/odl-netconf-callhome-server.yang