@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 #sshuttle 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: https://digitalcourage.social/@chpietsch/110871721779821791
@farcaller that was my first thought. #Gefyra Run is like #sshuttle and Bridge is more like #telepresence v1. While v2 supports some more complex multi user flows, but also difficult to maintain and commercial. It would be nice to see simple #tailscale (#headscale) in this field as well running with #k8s
#gefyra #sshuttle #telepresence #Tailscale #headscale #k8s
Quick shoutout to #sshuttle, an awesome software for a quick'n'dirty ssh-based poor-mans-VPN:
https://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
Доступ к 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`, который из зашифрованного трафика получить нереально.
#security #ssh #tunnel #websocat #sshuttle
Sshuttle – Le VPN du pauvre https://korben.info/sshuttle-le-vpn-du-pauvre.html #administrationsystemeréseau #scriptvpn #sshuttle #script #infos #vpn
#vpn #infos #script #sshuttle #scriptvpn #administrationsystemeréseau
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
#ssh #vpn #sshuttle #copyright