зеркало из
https://github.com/iharh/notes.git
synced 2025-10-29 20:56:06 +02:00
11 строки
264 B
Plaintext
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
|