Christian Pietsch 🍑 · @chpietsch
3963 followers · 14412 posts · Server digitalcourage.social

@scrat Eine Vorverarbeitung kommt nicht in Frage, weil ich die Daten von vielen Servern hole, die ich nicht alle umkonfigurieren will und darf. Es sei denn, ich bin so dreist wie und schicke ein Script via SSH zum Remote-Server. Aber das lässt die rsync-Option --rsh nicht zu. Also wird es wohl doch auf eine Nachbearbeitung hinauslaufen: digitalcourage.social/@chpiets

#sshuttle

Last updated 1 year ago

Dmytro Rashko :verified_paw: · @dimetron
57 followers · 60 posts · Server hachyderm.io

@farcaller that was my first thought. Run is like and Bridge is more like v1. While v2 supports some more complex multi user flows, but also difficult to maintain and commercial. It would be nice to see simple () in this field as well running with

#gefyra #sshuttle #telepresence #Tailscale #headscale #k8s

Last updated 2 years ago

Yann :python: · @nobodyinperson
86 followers · 316 posts · Server fosstodon.org

Quick shoutout to , an awesome software for a quick'n'dirty ssh-based poor-mans-VPN:

github.com/sshuttle/sshuttle

Tired of forwarding single ports via SSH or it just doesn't work? Just run this command to get access to the same remote network:

sshuttle --dns -r your.ssh.host.com 0.0.0.0/0 -vvv

#sshuttle

Last updated 2 years ago

Who Let The Dogs Out · @ashed
68 followers · 6578 posts · Server mastodon.ml

Доступ к ssh серверу через очень зарегулированное подключение
```
ssh -o ProxyCommand='websocat --binary wss://your.host.com/wstunnel/' your.host.com
```
Установить сессию sshuttle:
```
sshuttle -e 'ssh -o ProxyCommand="websocat --binary wss://your.host.com/wstunnel/"' -r your.host.com 0/0 -x $(dig +short your.host.com)/32
```
`stunnel` палится при попытке «попинговать» сервер обычным HTTP-клиентом. В случае с туннелем через `nginx` можно
а) держать на той же машине еще и обычный веб-сервер и
б) отрицать существование туннеля, поскольку, чтобы доказать обратное, нужно знать конкретный `endpoint URL`, который из зашифрованного трафика получить нереально.

habr.com/ru/post/531590/

#security #ssh #tunnel #websocat #sshuttle

Last updated 3 years ago

Nomis · @nomis38
57 followers · 1387 posts · Server framapiaf.org
ultrageranium · @320x200
1082 followers · 2438 posts · Server post.lurk.org

@frederic

Et pour celleux qui ne sont pas en France (mais ont accès à une machine avec une IP géolocalisée en France)

sudo sshuttle --dns -r utilisateur@machine:port 0/0 -v -x machine

youtube-dl france.tv/france-2/cash-invest

#ssh #vpn #sshuttle #copyright

Last updated 5 years ago