mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
17 lines
533 B
Text
17 lines
533 B
Text
# This file is overwritten during software install.
|
|
# Persistent customizations should go in a .local file.
|
|
include allow-ssh.local
|
|
|
|
noblacklist ${HOME}/.ssh
|
|
noblacklist /etc/ssh
|
|
noblacklist /etc/ssh/ssh_config
|
|
noblacklist /etc/ssh/ssh_config.d
|
|
noblacklist /etc/ssh/ssh_revoked_hosts # RevokedHostKeys on Gentoo
|
|
noblacklist ${PATH}/ssh*
|
|
noblacklist /tmp/ssh-*
|
|
# Arch Linux and derivatives
|
|
noblacklist /usr/lib/ssh
|
|
# Debian/Ubuntu and derivatives
|
|
noblacklist /usr/lib/openssh
|
|
# Fedora and derivatives
|
|
noblacklist /usr/libexec/openssh
|