This file is indexed.

/usr/share/doc/openssh-client/examples/ssh-session-cleanup.service is in openssh-server 1:7.6p1-4ubuntu0.3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
[Unit]
Description=OpenBSD Secure Shell session cleanup
Wants=network.target
After=network.target

[Service]
ExecStart=/bin/true
ExecStop=/usr/lib/openssh/ssh-session-cleanup
RemainAfterExit=yes
Type=oneshot

[Install]
WantedBy=multi-user.target