Submit
Path:
~
/
/
usr
/
lib
/
openssh
/
File Content:
ssh-session-cleanup
#! /bin/sh ssh_session_pattern='sshd: \S.*@pts/[0-9]+' IFS="$IFS@" pgrep -a -f "$ssh_session_pattern" | while read pid daemon user pty; do echo "Found ${daemon%:} session $pid on $pty; sending SIGTERM" kill "$pid" || true done exit 0
Submit
FILE
FOLDER
INFO
Name
Size
Permission
Action
agent-launch
736 bytes
0755
sftp-server
88344 bytes
0755
ssh-keysign
338536 bytes
4755
ssh-pkcs11-helper
121264 bytes
0755
ssh-session-cleanup
239 bytes
0755
ssh-sk-helper
137640 bytes
0755
N4ST4R_ID | Naxtarrr