mirror of
https://github.com/lavafroth/lavafroth.github.io.git
synced 2026-06-05 16:21:16 -03:00
feat: separate directory for javascript apps
This commit is contained in:
19
content/post/easy-ssh-tunnel.md
Normal file
19
content/post/easy-ssh-tunnel.md
Normal file
@@ -0,0 +1,19 @@
|
||||
---
|
||||
title: "Easy SSH Tunnel"
|
||||
date: 2026-02-03T17:14:13+05:30
|
||||
draft: false
|
||||
tags:
|
||||
- SSH
|
||||
- Proxy
|
||||
- Tools
|
||||
- Webapp
|
||||
---
|
||||
|
||||
Sometimes I forget the correct syntax to tunnel a port through SSH but I don't want to read through a bunch of AD infested websites.
|
||||
|
||||
This simple tool outputs the command to run on the local machine.
|
||||
|
||||
You can edit the local port, remote host and port, and traffic direction.
|
||||
|
||||
{{< rawhtml "content/webapps/easy-ssh-tunnel.html" >}}
|
||||
|
||||
@@ -20,4 +20,4 @@ Feel free to look around: rotate, zoom or pan the 3D view.
|
||||
Frames for the outline animation will be recomputed on the fly! The hardcoded duration for the animation
|
||||
is 5 seconds in this example.
|
||||
|
||||
{{< rawhtml "content/project_mana.html" >}}
|
||||
{{< rawhtml "content/webapps/project_mana.html" >}}
|
||||
|
||||
Reference in New Issue
Block a user