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