mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #6308] ssh: failure because it cannot access /etc/ssh/ssh_revoked_hosts #3236
Labels
No labels
LTS merge
LTS merge
bug
bug
converted-to-discussion
doc-todo
documentation
duplicate
enhancement
file-transfer
firecfg
firejail-in-firejail
firetools
graphics
help wanted
information_old
installation
invalid
modif
moved
needinfo
networking
notabug
notourbug
old-version
overlayfs
packaging
profile-request
pull-request
question
question_old
removal
runtime-permissions
sandbox-ipc
security
stale
wiki
wiki
wontfix
wordpress
workaround
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/firejail#3236
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tools200ms on GitHub (Apr 12, 2024).
Original GitHub issue: https://github.com/netblue30/firejail/issues/6308
Description
ssh in firejail fails to establish connection throwing the following message:
Looks like firejail prevents ssh from accessing
/etc/ssh/ssh_revoked_hostsfile.With
--noprofileit works, while with--profile=ssh.profilefails 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 noinfirejail.configto allow DRM/U2F in browsers.--profile=PROFILENAMEto set the right profile. (Only relevant for AppImages)Log
@ghost commented on GitHub (Apr 12, 2024):
Thanks for reporting. Looks like we need to add
noblacklist /etc/ssh/ssh_revoked_hoststoallow-ssh.inc. Can you confirm the below fixes this please:If it fixes the issue you might open a PR and get credit for the fix. But let's test things first...
@tools200ms commented on GitHub (Apr 12, 2024):
I do confirm, fix works. No issues now.
@ghost commented on GitHub (Apr 12, 2024):
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
@tools200ms commented on GitHub (Apr 12, 2024):
Just did PR, have a good time!
Mateusz