Skip to content

Instantly share code, notes, and snippets.

View chainq's full-sized avatar
🕹️
writeln('hello, world!');

Károly Balogh chainq

🕹️
writeln('hello, world!');
View GitHub Profile
@chainq
chainq / ssh-tunnel@.service
Created February 2, 2025 12:43
systemd service files for an SSH Reverse Proxy
# Put this into /etc/systemd/system
[Unit]
Description=Keeps a tunnel to %I open
After=network-online.target
# You can also run this as a specific user, change it below
[Service]
User=root
Environment="LOCAL_ADDR=localhost"