Felix · @leobm
93 followers · 1046 posts · Server norden.social

A technique for live coding simple web page. Send svg images to the browser in a websocket connection

github.com/whacked/cow/blob/ma

#babashka #clojure #websockets #websocat #lisp

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