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 = {
|
environment.etc."ssh/banner".text = ''
|
||||||
openssh.banner = ''
|
__
|
||||||
__
|
/\ \
|
||||||
/\ \
|
\_\ \ __ __ __
|
||||||
\_\ \ __ __ __
|
/'_` \ /'__`\ /\ \/\ \
|
||||||
/'_` \ /'__`\ /\ \/\ \
|
/\ \L\ \/\ \L\.\_\ \ \_/ |
|
||||||
/\ \L\ \/\ \L\.\_\ \ \_/ |
|
\ \___,_\ \__/.\_\\ \___/
|
||||||
\ \___,_\ \__/.\_\\ \___/
|
\/__,_ /\/__/\/_/ \/__/
|
||||||
\/__,_ /\/__/\/_/ \/__/
|
'';
|
||||||
'';
|
services.openssh.settings.Banner = "/etc/ssh/banner";
|
||||||
};
|
|
||||||
|
|
||||||
system.stateVersion = "26.05";
|
system.stateVersion = "26.05";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue