Use SOCKS-friendly applications with Tor
Torsocks allows you to use most applications in a safe way with Tor.
It ensures that DNS requests are handled safely and explicitly rejects
any traffic other than TCP from the application you're using.
Torsocks is an ELF shared library that is loaded before all others.
The library overrides every needed Internet communication libc function
calls such as connect(2) or gethostbyname(3).
This process is transparent to the user and if torsocks detects any
communication that can't go through the Tor network such as UDP traffic,
for instance, the connection is denied. If, for any reason, there is no way
for torsocks to provide the Tor anonymity guarantee to your application,
torsocks will force the application to quit and stop everything.
Adjust when needed /etc/torsocks.conf and use Torsocks with
usewithtor application
So, for example you can use ssh to a some.ssh.com by doing
usewithtor ssh -p SSH-Port -i ~/.ssh/ssh-key.rsa username@some.ssh.com
You can use in /etc/bash.bashrc.local or /etc/zsh.zshrc.local alias
alias slogin-='usewithtor slogin'
And can ajust ~/.ssh/config with your data for server or PC and then use simple
slogin- server
or add too an alias
alias slogin-server='slogin- server'
and use simple
slogin-server
- Sources inherited from project openSUSE:Backports:SLE-15-SP1
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Backports:SLE-15-SP1:Update/torsocks && cd $_
- Create Badge
Source Files
Filename | Size | Changed |
---|---|---|
torsocks-2.2.0.tar.gz | 0000115269 113 KB | |
torsocks-rpmlintrc | 0000000154 154 Bytes | |
torsocks.changes | 0000010910 10.7 KB | |
torsocks.spec | 0000003391 3.31 KB |
Latest Revision
osc copypac from project:openSUSE:Leap:15.1 package:torsocks revision:9
Comments 0