Skip to content

Instantly share code, notes, and snippets.

@curel13
curel13 / ngrok.sh
Created January 13, 2025 20:02 — forked from kitw4y/ngrok.sh
SSH with Ngrok
#########################
# ON SERVER #
#########################
# install openssh-server
sudo apt install openssh-server
# start openssh-server
sudo service ssh start
@curel13
curel13 / ngrok-rdp.yml
Created January 13, 2025 19:57 — forked from lazuee/ngrok-rdp.yml
Windows 10 Free RDP - Ngrok
#.github/workflows/main.yml
name: Windows - Ngrok
on: workflow_dispatch
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
env: