lemur/lemur/plugins/lemur_linuxdst
Zach Seils 7b8df16c9e Fix typo in default SSH key path. (#1026) 2017-12-20 09:09:56 -08:00
..
__init__.py Destination Plugin/Lemur_linuxdst (#736) 2017-04-27 09:19:49 -07:00
plugin.py Fix typo in default SSH key path. (#1026) 2017-12-20 09:09:56 -08:00
readme.txt Update readme.txt (#869) 2017-08-04 12:42:27 -07:00
remote_host.py Various minor cleanups and fixes (#938) 2017-09-25 15:33:42 -07:00

readme.txt

NOTE: AS OF 4/25/2017 DATA IN THIS PLUGIN IS NOT ENCRYPTED AT REST
example: If you input a password for a private key, it is stored in clear text

add this to the lemur.plugins entry_points in /www/lemur/setup.py
        
'linux_destination = lemur.plugins.lemur_linuxdst.plugin:LinuxDstPlugin',

note: DO NOT FORGET TO EXECUTE 'make release' and restart your service after modifying the setup.py