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.
|
# Enable the OpenSSH daemon.
|
||||||
services.openssh.enable = true;
|
services.openssh.enable = true;
|
||||||
services.openssh.settings.permitRootLogin = "yes";
|
services.openssh.settings.PermitRootLogin = "yes";
|
||||||
|
|
||||||
# Open ports in the firewall.
|
# Open ports in the firewall.
|
||||||
networking.firewall.allowedTCPPorts = [ 443 80 ];
|
networking.firewall.allowedTCPPorts = [ 443 80 ];
|
||||||
|
|
|
@ -34,9 +34,9 @@
|
||||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAJ7qUGZUjiDhQ6Se+aXr9DbgRTG2tx69owqVMkd2bna simon@mayushii"
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAJ7qUGZUjiDhQ6Se+aXr9DbgRTG2tx69owqVMkd2bna simon@mayushii"
|
||||||
];
|
];
|
||||||
keyFiles = [
|
keyFiles = [
|
||||||
../keys/ssh/marcus-sapphire
|
#../keys/ssh/marcus-sapphire
|
||||||
../keys/ssh/schrader
|
#../keys/ssh/schrader
|
||||||
../keys/ssh/jannusch
|
#../keys/ssh/jannusch
|
||||||
../keys/ssh/jannusch-arch
|
../keys/ssh/jannusch-arch
|
||||||
../keys/ssh/tassilo
|
../keys/ssh/tassilo
|
||||||
../keys/ssh/jonasga
|
../keys/ssh/jonasga
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue