This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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' |