This file is indexed.

/usr/lib/freedombox/first-run.d/10_ssh-keys is in freedombox-setup 0.8ubuntu1.

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

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
#!/bin/sh

. /lib/lsb/init-functions

log_action_begin_msg "Creating SSH keys"
if dpkg-reconfigure openssh-server ; then
    log_action_end_msg 0
else
    log_action_end_msg 1
fi