sshGate
sshGate copied to clipboard
Problems in logs/current_session.log
Hello,
root@bastion:/opt/sshgate# cat logs/current_session.log 10720:test2:oneserver.xxxx.fr 21366:test3:A.B.C.D root@bastion:/opt/sshgate# kill -9 10720 -bash: kill: (10720) - Aucun processus de ce type root@bastion:/opt/sshgate#
the file logs/current_session.log is not refresh if PID is kill.
Thansk
The current_session.log can't be used like that. I haven't yet put record/session related function in the CLI. To list current session, I use current_session.log and the (not already fixed) SESSION_DISPLAY_CONNECTED() function in which I will check each pid (via ps).
thanks for reporting. Patch will come tonight