Re-enable "insecure" mac
This commit is contained in:
parent
0fb8947b16
commit
7954879045
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@
|
||||||
];
|
];
|
||||||
settings = {
|
settings = {
|
||||||
HostKeyAlgorithms = "+ssh-rsa";
|
HostKeyAlgorithms = "+ssh-rsa";
|
||||||
|
Macs = [ "hmac-sha2-512-etm@openssh.com" "hmac-sha2-256-etm@openssh.com" "umac-128-etm@openssh.com" "hmac-sha-512" ];
|
||||||
PermitRootLogin = "no";
|
PermitRootLogin = "no";
|
||||||
};
|
};
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue