Merge remote-tracking branch 'origin/main'

This commit is contained in:
TheK4n 2021-11-19 19:55:42 +03:00
commit a050849cd9

View File

@ -14,13 +14,12 @@
* For local server:
* ```
PubkeyAuthentication yes # only ssh-key
PermitRootLogin no # only sudo and su
Match Host 192.168.5.*,127.0.0.1
PermitRootLogin yes # root only local
PubkeyAuthentication yes # only ssh-key
PasswordAuthentication no
Match Host 192.168.50.*,127.0.0.1
PermitRootLogin yes # root only local
Match User root
PasswordAuthentication yes # root auth only password from local
```