I think I can run ssh-honeypot on a readonly filesystem if it didn't need to log. As a workaround, I'm logging to /dev/null right now, but with the way log_entry() is written, writing to console or syslog is in addition to the logfile, which is unfortunate.
I think I can run ssh-honeypot on a readonly filesystem if it didn't need to log. As a workaround, I'm logging to
/dev/null
right now, but with the waylog_entry()
is written, writing to console or syslog is in addition to the logfile, which is unfortunate.