notes/security/ssh/server/inst-sshd.txt
Ihar Hancharenka c3ce2f4fd2 m
2024-03-04 22:12:13 +03:00

11 строки
264 B
Plaintext

2020
https://www.cyberciti.biz/faq/ubuntu-linux-install-openssh-server/
sudo apt-get install openssh-server
sudo systemctl enable ssh
sudo systemctl start ssh
arch
core/openssh
sudo systemctl enable sshd.service
ExecStart=/usr/bin/sshd -d