bebop: minor ssh changes

This commit is contained in:
Payas Relekar 2023-06-11 10:12:35 +05:30
parent 274e99a781
commit 01337b756c

View file

@ -5,10 +5,19 @@
services = {
openssh = {
enable = true;
openFirewall = true;
settings = {
PermitRootLogin = "prohibit-password";
PasswordAuthentication = false;
};
banner = ''
___. ___.
\_ |__ ____\_ |__ ____ ______
| __ \_/ __ \| __ \ / _ \\____ \
| \_\ \ ___/| \_\ ( <_> ) |_> >
|___ /\___ >___ /\____/| __/
\/ \/ \/ |__|
'';
};
fail2ban = {