Initial commit

This commit is contained in:
Kendel Christoph
2025-12-27 20:13:26 +01:00
commit 90d55cad7e
24 changed files with 1355 additions and 0 deletions

2
createTunnel.sh.txt Normal file
View File

@@ -0,0 +1,2 @@
install -m 600 ./client/ssh/tunnel_ed25519 ~/.ssh/tunnel_ed25519
ssh -p 2222 -v -N -T -R 0.0.0.0:9000:localhost:8080 -i ~/.ssh/tunnel_ed25519 -o ExitOnForwardFailure=yes tunnel@thinkcentre.local