onetouch-ssh
onetouch-ssh copied to clipboard
Bug: Log files are created and owned by single user
Hi,
onetouch-ssh creates /tmp/onetouch.log that is owned by currently running user, making it impossible to run by any other user in the system. Here is proposed patch for this:
https://github.com/kolargol/onetouch-ssh/commit/32707a5f3b02101b3c7379843ae034aef191f097
It create /tmp/onetouch-ssh-UID.log that do not conflict with other users.