-
Notifications
You must be signed in to change notification settings - Fork 584
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ssh: failure because it cannot access /etc/ssh/ssh_revoked_hosts #6308
Comments
Thanks for reporting. Looks like we need to add $ 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. |
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! |
The path is used in the Gentoo net-misc/openssh package (9.6_p1-r3). Fixes #6308.
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
The text was updated successfully, but these errors were encountered: