Description
netconf-testtool uses /tmp directory to save temporary key file
Problem is in NetconfDeviceSimulator class, method
private static KeyPairProvider getPemGeneratorHostKeyProvider();
wtiring temporary data to file system must be avoided because in this case:
- it is not necessary
- it makes some testool deployments really difficult