Skip to content

Instantly share code, notes, and snippets.

View Higor-Matos's full-sized avatar
🎯
Focusing

Higor Higor-Matos

🎯
Focusing
View GitHub Profile
@Higor-Matos
Higor-Matos / ubuntu-ssh-setup-v2tpCL
Created March 14, 2026 12:35
Ubuntu SSH setup for 192.168.24.27
Ubuntu: liberar SSH no host 192.168.24.27
Rode no Ubuntu:
sudo apt update
sudo apt install -y openssh-server
sudo systemctl enable --now ssh
sudo systemctl status ssh --no-pager
ss -lntp | rg ':22'