moul / sshportal

:tophat: simple, fun and transparent SSH (and telnet) bastion server
https://manfred.life/sshportal
Apache License 2.0
1.79k stars 134 forks source link

How to view session logs ? #423

Open stlsw opened 1 year ago

stlsw commented 1 year ago

Actual Result / Problem

image

Expected Result / Suggestion

The session log is barely readable.

thelittlerocket commented 1 year ago

on debian/ubuntu, you can install ttyrec, then using ttypley to replay logs.

stlsw commented 1 year ago

Thanks @thelittlerocket for your input. Is your suggested solution is standalone and unrelated to sshportal ?

slawdan commented 1 year ago

@stlsw

ttyrec is a standalone tool, sshportal uses ttyrec format or compatible, so you can use ttyplay included with ttyrec to replay the log.