mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #3722] Filezilla profile does not allow to open HOME/.ssh folder for using keys in OpenSSH/SFTP connections #2344
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#2344
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 @MiltosKoutsokeras on GitHub (Nov 3, 2020).
Original GitHub issue: https://github.com/netblue30/firejail/issues/3722
The Filezilla profile does not allow to open HOME/.ssh folder for using keys in OpenSSH/SFTP connections.
Bug and expected behavior
/etc/firejail/filezilla.profiledoes not allow the access to the OpenSSH client folder HOME/.ssh.noblacklistsection.No profile and disabling firejail
firejail --noprofile /path/to/programin a terminal? Works as expected as the directory is not forbidden.which <program>orfirejail --listwhile the sandbox is running)?Running the program without any path wields:
which filezillawields/usr/local/bin/filezillaas expected.Reproduce
Steps to reproduce the behavior:
firejail filezillaHOME/.sshand also cannot create any new site as a popup is always thrown due to the access problem of your current sites.Environment
Additional context
The problem can be worked around either by disabling the Filezilla profile or putiing
noblacklist ${HOME}/.sshto the profile.Checklist
https://github.com/netblue30/firejail/issues/1139)--profile=PROFILENAMEis used to set the right profile.debug output
@ghost commented on GitHub (Nov 3, 2020):
@MiltosKoutsokeras Thanks for reporting this!
@MiltosKoutsokeras commented on GitHub (Nov 28, 2020):
Glad I helped. I suppose the Filezilla profile is already updated in upstream.