Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the header-footer-elementor domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/html/abartomeu/wp-includes/functions.php on line 6121
Configurar profiles de connexió SSH -

Reloj
00:00:00

Configurar profiles de connexió SSH

Els profiles de ssh serveixen per fer les connexions ssh més comodes. Per exemple, en comptes de posar ssh msucias@172.25.209.11, només s’ha de posar ssh max.

Per fer-ho s’han de seguir aquestes passes:

1- Primer hem d’anar a la carpeta /home/usuari i entrar dins d’aquest arxiu o crear-lo: vim ~/.ssh/config

2- Després hem de posar aquests parametres dins l’arxiu:

Host NOM
User usuari ssh
HostName IP

Ara faré probes amb el max i najib perquè veieu que funciona:

Najib:

Funciona correctament.

Leave a Comment