Closed tools200ms closed 7 months ago
Thanks for reporting. Looks like we need to add noblacklist /etc/ssh/ssh_revoked_hosts
to allow-ssh.inc
. Can you confirm the below fixes this please:
$ cat ~/.config/firejail/allow-ssh.local
noblacklist /etc/ssh/ssh_revoked_hosts
If it fixes the issue you might open a PR and get credit for the fix. But let's test things first...
I do confirm, fix works. No issues now.
I do confirm, fix works. No issues now.
Great. Thank you for confirming!
Approaching typical Friday evening pressed for time with energy-loaden children bursting into weekend-mode... I'll keep eyes on this and will open a PR during the weekend if you haven't beaten me to it :-)
Cheers
Just did PR, have a good time! Mateusz
Description
ssh in firejail fails to establish connection throwing the following message:
Looks like firejail prevents ssh from accessing
/etc/ssh/ssh_revoked_hosts
file. With--noprofile
it works, while with--profile=ssh.profile
fails with a given message.Firejail version: 0.9.72 OS: Gentoo stable
Checklist
/usr/bin/vlc
) "fixes" it).https://github.com/netblue30/firejail/issues/1139
)browser-allow-drm yes
/browser-disable-u2f no
infirejail.config
to allow DRM/U2F in browsers.--profile=PROFILENAME
to set the right profile. (Only relevant for AppImages)Log