fix sshd
This commit is contained in:
parent
61f3a28601
commit
0be9b6f73c
1 changed files with 10 additions and 11 deletions
|
|
@ -21,17 +21,16 @@
|
|||
};
|
||||
};
|
||||
|
||||
services = {
|
||||
openssh.banner = ''
|
||||
__
|
||||
/\ \
|
||||
\_\ \ __ __ __
|
||||
/'_` \ /'__`\ /\ \/\ \
|
||||
/\ \L\ \/\ \L\.\_\ \ \_/ |
|
||||
\ \___,_\ \__/.\_\\ \___/
|
||||
\/__,_ /\/__/\/_/ \/__/
|
||||
'';
|
||||
};
|
||||
environment.etc."ssh/banner".text = ''
|
||||
__
|
||||
/\ \
|
||||
\_\ \ __ __ __
|
||||
/'_` \ /'__`\ /\ \/\ \
|
||||
/\ \L\ \/\ \L\.\_\ \ \_/ |
|
||||
\ \___,_\ \__/.\_\\ \___/
|
||||
\/__,_ /\/__/\/_/ \/__/
|
||||
'';
|
||||
services.openssh.settings.Banner = "/etc/ssh/banner";
|
||||
|
||||
system.stateVersion = "26.05";
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue