removes matchBlocks

This commit is contained in:
Dennis 2025-09-16 15:45:45 +02:00
parent 79a86265f7
commit a215f56cd5

View file

@ -118,15 +118,15 @@
# Root SSH
programs.ssh = {
matchBlocks = {
"dnsc-storage" = {
hostname = "u295965.your-storagebox.de";
user = "u295965";
identityFile = "/root/.ssh/id_ed25519";
identitiesOnly = true;
port = 23;
};
};
extraConfig = ''
Host dnsc-storage
AddKeysToAgent yes
Hostname u295965.your-storagebox.de
User u295965
IdentityFile /root/.ssh/id_ed25519
IdentitiesOnly yes
Port 23
'';
};
# Services