knownhosts for lidarr-mb-gap
Some checks failed
MCP Tests / mcp-tests (pull_request) Failing after 2s
Some checks failed
MCP Tests / mcp-tests (pull_request) Failing after 2s
This commit is contained in:
@@ -117,7 +117,10 @@ in
|
|||||||
sshKeyFile = config.sops.secrets."private_keys/lidarr-mb-gap".path;
|
sshKeyFile = config.sops.secrets."private_keys/lidarr-mb-gap".path;
|
||||||
sshKnownHosts = {
|
sshKnownHosts = {
|
||||||
vps = {
|
vps = {
|
||||||
hostNames = [ config.my.ips.vps ];
|
hostNames = [
|
||||||
|
config.my.ips.vps
|
||||||
|
"[${config.my.ips.vps}]:3456"
|
||||||
|
];
|
||||||
publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMvtTURGBtAFXxxfzMJVoNJrtWLykOloJ5XYjxGh1OUx";
|
publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMvtTURGBtAFXxxfzMJVoNJrtWLykOloJ5XYjxGh1OUx";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user