commit 3392ad8fce640d5faa303e60e583670c49826091 parent 8ddb8202a46ca60e261b7717b72a6604ede21b13 Author: mayfrost <mayfrost@cock.li> Date: Sun, 14 Oct 2018 03:27:51 +0000 Update NETWORKING.md Diffstat:
| M | NETWORKING.md | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git 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