mirror of
https://github.com/RGBCube/ncc
synced 2025-07-26 17:47:44 +00:00
Run fastfetch on servers only once and add banner
This commit is contained in:
parent
079bf8b59d
commit
9660c51872
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,8 @@
|
||||||
|
|
||||||
serverSystemConfiguration {
|
serverSystemConfiguration {
|
||||||
services.openssh = enabled {
|
services.openssh = enabled {
|
||||||
ports = [ 2222 ];
|
banner = "Welcome to RGBCube's server!";
|
||||||
|
ports = [ 2222 ];
|
||||||
settings = {
|
settings = {
|
||||||
KbdInteractiveAuthentication = false;
|
KbdInteractiveAuthentication = false;
|
||||||
PasswordAuthentication = false;
|
PasswordAuthentication = false;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue