From 3392ad8fce640d5faa303e60e583670c49826091 Mon Sep 17 00:00:00 2001 From: mayfrost Date: Sun, 14 Oct 2018 03:27:51 +0000 Subject: [PATCH] Update NETWORKING.md --- NETWORKING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NETWORKING.md b/NETWORKING.md index 03a393c..8ab1e67 100644 --- a/NETWORKING.md +++ b/NETWORKING.md @@ -116,8 +116,8 @@ You can save either example in a script to activate the Wi-Fi whenever you want. `ssh USER@ADDRESS` * set ssh server configuration in /etc/ssh/sshd_config ``` -Port 22 # default port -PermitRootLogin without-password # change "without-password" to "no" +Port 22 # default port is 22, can be changed +PermitRootLogin without-password # change "without-password" to "no" to forbid root login AllowUsers USER_NAME # by allowing a specific user it restricts the others ``` * restart "ssh" service to activate changes