mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #2750] [suggestion] allow ssh to use netcat to connect to Tor onion services #1730
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#1730
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 @caioau on GitHub (Jun 5, 2019).
Original GitHub issue: https://github.com/netblue30/firejail/issues/2750
Hi, I'm very happy with firejail, keep the good work!
I have an idea to improve the ssh profile
I tried to sshing my home box via Tor Onion service (because my ISP is behind a NAT) but the nc (netcat) has not allowed, I'm with firejail version 0.9.61 (compiled myself) on Ubuntu 18.04, I executed
ssh homethere was an permission denied to run nc, look at my.ssh/configfile:so it will connect to port 9150 (while Tor Browser is running) , I did't the following: added the
ignore blacklist ${PATH}/ncto the ssh.local, to override the disable-common.inc. Thanks@rusty-snake commented on GitHub (Jun 5, 2019):
I would prever to only add a comment like:
@rusty-snake commented on GitHub (Jun 6, 2019):
Done:
e7ba153