From 5d0579e416969efd3caee6ae7df95b0669f1dd38 Mon Sep 17 00:00:00 2001 From: Dmitry Valter Date: Sat, 1 Aug 2020 14:03:59 +0300 Subject: [PATCH] Add robust SSH tip to README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index ab4e1de..d99a1a6 100644 --- a/README.md +++ b/README.md @@ -596,6 +596,12 @@ Credit @u2mejc ~. ``` +## a robust SSH way + +``` +~. +``` + ## Quit as a Service (QaaS) 1. Add the following to `/etc/ssh/sshd_config`: `PermitRootLogin yes`, `PasswordAuthentication yes`