08.05.2021, 10:53
(08.05.2021, 10:15)admin Wrote: Try running it like this. It might provide some info on what's wrong:
Code:key = '/lib/genohm-scada/storage/id_rsa'
res = io.readproc('dropbearkey -t rsa -f ' .. key .. ' 2>&1')
log(res)
keyinfo = io.readproc('dropbearkey -y -f ' .. key .. ' 2>&1')
log(keyinfo)
Segmentation fault!
Code:
testing 08.05.2021 12:48:52
* string: Failed reading '/lib/genohm-scada/storage/id_rsa'
testing 08.05.2021 12:48:52
* string: Generating key, this may take a while...
Segmentation fault