Lock down SSH on eidola

This commit is contained in:
minish 2024-10-16 22:38:44 -04:00
parent 7c86b314b1
commit c54c259653
Signed by: min
SSH Key Fingerprint: SHA256:NFjjdbkd6u7aoMlcrDCVvz6o2UBtlAuPm8IQ2vhZ3Fg
2 changed files with 8 additions and 1 deletions

View File

@ -54,6 +54,13 @@
enable = true;
settings.PasswordAuthentication = false;
settings.KbdInteractiveAuthentication = false;
listenAddresses = [
{
addr = "10.13.1.1";
port = 22;
}
];
};
# My modules

View File

@ -6,7 +6,7 @@
};
deployment = {
host = "192.168.1.159";
host = "10.13.1.1";
user = "root";
port = 22;