diff --git a/bkctld b/bkctld index 82441f5..14be62e 100755 --- a/bkctld +++ b/bkctld @@ -310,7 +310,7 @@ sub_start() { mkdir dev/shm mount -t devpts -o gid=4,mode=620 none dev/pts mount -t tmpfs none dev/shm - chroot "${JAILDIR}/${jail}" /usr/sbin/sshd + chroot "${JAILDIR}/${jail}" /usr/sbin/sshd -E /var/log/authlog } sub_stop() {