1
0
mirror of https://github.com/tiyn/wiki.git synced 2025-04-04 07:47:45 +02:00

ssh: added guide to enable root login

This commit is contained in:
TiynGER 2021-03-05 16:47:26 +01:00
parent 31f0dbce71
commit a506cb8153

8
wiki/linux/ssh.md Normal file
View File

@ -0,0 +1,8 @@
# SSH
SSH is a network protocoll to securely connect to a computer.
## Enable root login via SSH
Edit the `/etc/ssh/sshd_config` and change the line containing `PermitRootLogin`
to `PermitRootLogin yes`.