Todos Nuevo

user:thomas gists creados por el usuario

title:mygist gists con el título indicado

filename:myfile.txt gists que contienen archivos con el nombre indicado

extension:yml gists que contienen archivos con la extensión indicada

language:go gists que contienen archivos con el lenguaje indicado

topic:homelab gists with given topic

Iniciar sesión


Todos Nuevo Iniciar sesión

All gists matching topic ssh

Recientemente creado
Menos reciente creado
Recientemente actualizado
Menos reciente actualizado
santiago's Avatar

santiago / tmuxjail.sh

0 gustos
0 bifurcaciones
1 archivos
Última actividad 1757241729
Script to pass as SSH command to open jail directly from host
FreeBSD jails ssh zsh
1 #!/usr/bin/env zsh
2
3 if [ -z "$1" ]; then
4 echo "Usage: $0 <jailname>"
5 exit 1
6 fi
7
8 JAILT="jail-$1"
9 JAIL="$1"
santiago's Avatar

santiago / fixSlowWifiRemotelyRaspi.sh

1 gustos
0 bifurcaciones
1 archivos
Última actividad 1756257811
Fix bug with incredibly slow SSH on Pi3 WiFi
Raspi WiFi raspberry ssh
1 # Add
2 # IPQoS cs0 cs0
3 # to /etc/ssh/sshd_config
4 # in order to fix bug with incredibly slow SSH
5 # on Debian buster
6
7 # NO access because too slow ?
8 # add it remotely with this one-liner
9
10 ssh -o ConnectTimeout=10 pi@10.77.77.239 "echo 'IPQoS cs0 cs0' | sudo tee -a /etc/ssh/sshd_config && sudo systemctl restart ssh"
Siguiente Anterior

Desarrollado por Opengist ⋅ Load: 17ms⋅

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