Compare commits

..

2 Commits

Author SHA1 Message Date
Asif Bacchus 317900d3ca added AllowUsers to tighten security 2019-03-29 13:58:57 -06:00
Asif Bacchus 0af2e0c77c Updated blog post link in readme 2019-03-06 22:19:32 -07:00
2 changed files with 5 additions and 2 deletions
+2 -2
View File
@@ -8,7 +8,7 @@ conceivable installation are included here.
This archive and included script are meant to supplement my article on setting This archive and included script are meant to supplement my article on setting
up a Debian base-system found at my blog: [My up a Debian base-system found at my blog: [My
Techie-Thoughts](https://mytechiethoughts.com/<post_address>) Techie-Thoughts](https://mytechiethoughts.com/setting-up-a-debian-base-system/)
## Included files ## Included files
@@ -87,4 +87,4 @@ and will NOT update your actual system!
Hopefully this saves you some time and helps you standardize your new system setups Hopefully this saves you some time and helps you standardize your new system setups
with a few useful defaults. As always, if you have suggestions or want to leave with a few useful defaults. As always, if you have suggestions or want to leave
feedback for me, please do so on my [blog feedback for me, please do so on my [blog
post](https://mytechiethoughts.com/<post_address>) related to this script! post](https://mytechiethoughts.com/setting-up-a-debian-base-system/) related to this script!
+3
View File
@@ -27,6 +27,9 @@ MaxAuthTries 3
MaxSessions 5 MaxSessions 5
#PermitRootLogin no #PermitRootLogin no
PermitRootLogin yes PermitRootLogin yes
# note: 'AllowUsers' overrides 'PermitRootLogin' so list root here
# if you want root to have access!
AllowUsers root username username2
### Program settings ### Program settings
#Banner /etc/ssh/banner #Banner /etc/ssh/banner