mirror of https://github.com/tiyn/wiki
parent
31f0dbce71
commit
a506cb8153
@ -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`.
|
Loading…
Reference in new issue