XYZ File Manager
Current Path:
/usr/lib/openssh
usr
/
lib
/
openssh
/
📁
..
📄
agent-launch
(736 B)
📄
sftp-server
(202.2 KB)
📄
ssh-keysign
(638.56 KB)
📄
ssh-pkcs11-helper
(458.36 KB)
📄
ssh-session-cleanup
(239 B)
📄
ssh-sk-helper
(454.36 KB)
Editing: 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
Upload File
Create Folder