home: adds server ssh entry

This commit is contained in:
Dennis Schoepf 2025-11-15 00:12:56 +01:00
parent e660b27a1c
commit 2bbf60ac9e

View file

@ -32,6 +32,13 @@
identitiesOnly = true; identitiesOnly = true;
port = 23; port = 23;
}; };
"dnsc-storage-sftp" = {
hostname = "u295965.your-storagebox.de";
user = "u295965";
identityFile = "${config.home.homeDirectory}/.ssh/id_ed25519";
identitiesOnly = true;
port = 22;
};
}; };
}; };
} }