jtesta / ssh-mitm

SSH man-in-the-middle tool
Other
1.63k stars 197 forks source link

Moving log and session files under /home/ssh-mitm/log. #31

Closed timothybrush closed 3 years ago

timothybrush commented 4 years ago

Changed ownership of all files under /home/ssh-mitm to ssh-mitm:ssh-mitm.

Moved client.log, shell and sftp session files under /home/ssh-mitm/log. Allows Docker containers to write these files to a volume mount. (Docker build for demonstration purposes https://github.com/sec513-labs/docker_ssh-mitm)