add ssh fixes
This commit is contained in:
parent
fc267f8de6
commit
0c996f6115
2 changed files with 4 additions and 4 deletions
|
@ -30,7 +30,7 @@
|
|||
|
||||
# Enable the OpenSSH daemon.
|
||||
services.openssh.enable = true;
|
||||
services.openssh.settings.permitRootLogin = "yes";
|
||||
services.openssh.settings.PermitRootLogin = "yes";
|
||||
|
||||
# Open ports in the firewall.
|
||||
networking.firewall.allowedTCPPorts = [ 443 80 ];
|
||||
|
|
|
@ -34,9 +34,9 @@
|
|||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAJ7qUGZUjiDhQ6Se+aXr9DbgRTG2tx69owqVMkd2bna simon@mayushii"
|
||||
];
|
||||
keyFiles = [
|
||||
../keys/ssh/marcus-sapphire
|
||||
../keys/ssh/schrader
|
||||
../keys/ssh/jannusch
|
||||
#../keys/ssh/marcus-sapphire
|
||||
#../keys/ssh/schrader
|
||||
#../keys/ssh/jannusch
|
||||
../keys/ssh/jannusch-arch
|
||||
../keys/ssh/tassilo
|
||||
../keys/ssh/jonasga
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue