All New

user:thomas gists created by user

title:mygist gists with given title

filename:myfile.txt gists having files with given name

extension:yml gists having files with given extension

language:go gists having files with given language

topic:homelab gists with given topic

Login


All New Login

All gists

Recently created
Least recently created
Recently updated
Least recently updated

admin / ssh-port.service

0 likes
0 forks
1 files
Last active 1767479824
1 [Unit]
2 Description=SSH tunnel
3 After=network-online.target
4 [Service]
5 ExecStart=/usr/bin/ssh -NT \
6 -o ServerAliveInterval=30 -o ExitOnForwardFailure=yes \
7 -R 4433:127.0.0.1:4430 user@1.2.3.4 -p 22
8 RestartSec=15
9 Restart=always
10 [Install]

admin / preparings

0 likes
0 forks
4 files
Last active 1764863694
1 #!/bin/sh
2
3 set -e
4
5 echo 'Preparing start!'
6
7 # prepare packges
8 echo '--------------------'
9 echo 'install packages'
10 echo '--------------------'
Newer Older

Powered by Opengist ⋅ Load: 55ms⋅

English
Čeština Deutsch English Español Français Magyar Italiano 日本語 Polski Português Русский Türkçe Українська 中文 繁體中文