diff --git a/wiki/linux/ssh.md b/wiki/linux/ssh.md new file mode 100644 index 0000000..53d5386 --- /dev/null +++ b/wiki/linux/ssh.md @@ -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`.