All New

user:thomas gists created by user

title:mygist gists with given title

description:sync gists with given description

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

all:systemctl search all fields

Login

All New Login

admin

Joined 11 months ago

Recently created
Least recently created
Recently updated
Least recently updated
All gists 22

admin / ssh-port.service

0 likes
0 forks
1 files
Last active 2 months ago
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
5 files
Last active 2 months ago
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: 52ms⋅

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