tangled
alpha
login
or
join now
encode42.dev
/
nixos
0
fork
atom
Personal-use NixOS configuration
0
fork
atom
overview
issues
pulls
pipelines
Unlink SSH binds
encode42.dev
1 week ago
69eef688
2b192fb6
+2
1 changed file
expand all
collapse all
unified
split
config
server
openssh.nix
+2
config/server/openssh.nix
···
9
9
KbdInteractiveAuthentication = false;
10
10
11
11
PermitRootLogin = "no";
12
12
+
13
13
+
StreamLocalBindUnlink = true;
12
14
};
13
15
};
14
16
}