mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 12:51:34 +01:00
nebula/sshd: Only allow key auth
This commit is contained in:
parent
2f4a83a906
commit
72ed799826
6 changed files with 57 additions and 10 deletions
1
users/seb/@desktop/keys/ssh.pub
Normal file
1
users/seb/@desktop/keys/ssh.pub
Normal file
|
|
@ -0,0 +1 @@
|
|||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGBUORYC3AvTPQmtUEApTa9DvHoJy4mjuQy8abSjCcDd seb@desktop
|
||||
1
users/seb/@laptop/keys/ssh.pub
Normal file
1
users/seb/@laptop/keys/ssh.pub
Normal file
|
|
@ -0,0 +1 @@
|
|||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAID1WFOdZCvfb1ZRycBGK0x+3viQpkkl6CQ3cV/Mf3gAJ seb@laptop
|
||||
|
|
@ -27,6 +27,7 @@
|
|||
aliases.enable = true;
|
||||
direnv.enable = true;
|
||||
};
|
||||
ssh.enable = true;
|
||||
git.enable = true;
|
||||
kitty.enable = true;
|
||||
vscode.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue