Changes between Version 59 and Version 60 of malibu/gw3089gblade
- Timestamp:
- 09/12/2023 11:33:43 PM (15 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
malibu/gw3089gblade
v59 v60 48 48 To enable root ssh capability, which is disabled by default, do the following: 49 49 50 Edit /etc/ssh/sshd_config, and comment out the following line:50 Edit /etc/ssh/sshd_config, and make sure the following line is commented out: 51 51 {{{ 52 52 #!bash 53 PermitRootLogin without-password53 PermitRootLogin prohibit-password 54 54 }}} 55 55 Just below it, add the following line: