mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-31 02:24:18 -05:00
only generate ed25516 key for host
This commit is contained in:
parent
84e02b408f
commit
586f330608
4 changed files with 13 additions and 1 deletions
|
|
@ -5,5 +5,11 @@
|
|||
PermitRootLogin = "prohibit-password";
|
||||
PasswordAuthentication = false;
|
||||
};
|
||||
hostKeys = [
|
||||
{
|
||||
path = "/etc/ssh/ssh_host_ed25519_key";
|
||||
type = "ed25519";
|
||||
}
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue