Skip to content
Code and Bytes Code and Bytes

Code and Bytes
Code and Bytes

Incrementar el timeout de conexiones por SSH

Posted on 24 January, 202125 January, 2021

Cuando las conexiónes por ssh tardan un tiempo sin recibir ningun comando, éstas se desconectan. Para evitar esto debemos editar:

nano ~/.ssh/config

Añadir:

Host *
ServerAliveInterval 100
Linux

Post navigation

Previous post
Next post

Related Posts

Linux

Permitir direcciones ip desde .htaccess

Posted on 18 April, 20189 April, 2020

Editar el archivo: /etc/apache2/apache2.conf Agregar la línea: <Directory /var/www/html/> AllowOverride All </Directory> Luego crear el archivo .htaccess: <RequireAny> Require ip 190.248.159.226 Require ip 190.248.159.227 </RequireAny> Se pueden extraer las ip por paises en la página https://www.ip2location.com/free/visitor-blocker

Read More
Linux

Instalar servidor FTP (vsftpd)

Posted on 16 June, 201423 December, 2014

Instalamos vsftpd sudo apt-get install vsftpd Entramos al archivo de configuración: nano /etc/vsftpd.conf Por seguridad se deshabilita el acceso anónimo

Read More
Linux

Instalar VNC Server en Xubuntu

Posted on 20 December, 201426 June, 2015

1. Instalar Vino VNC. sudo apt-get install vino 2. Ingresar a las preferencias. vino-preferences 3. Habilitar Allow other users to view your desktop y Allow other users to control your desktop.

Read More

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Buscar

Categorias

  • AI (2)
  • Asterisk (9)
  • Bases de datos (1)
  • DevOps (4)
  • Git (2)
  • HTML (1)
  • Laravel (6)
  • Linux (67)
  • MCP Server (1)
  • Mikrotik (3)
  • MySQL (5)
  • n8n (1)
  • Personal (4)
  • PHP (15)
  • Python (2)
  • Software recomendado (1)
  • Tips (1)
  • VSCode (4)
  • vTiger (4)
  • Windows (10)
  • Wordpress (4)
©2026 Code and Bytes | WordPress Theme by SuperbThemes