adds storage box to ssh config

This commit is contained in:
Dennis Schoepf 2025-06-22 20:29:37 +02:00
parent acc751c27a
commit 922a6be0f1
3 changed files with 30 additions and 12 deletions

View file

@ -0,0 +1,3 @@
{
}

View file

@ -21,6 +21,13 @@
identityFile = "/Users/dennis/.ssh/id_ed25519";
identitiesOnly = true;
};
"dnsc-storage" = {
hostname = "u295965.your-storagebox.de";
user = "u295965";
identityFile = "/Users/dennis/.ssh/id_ed25519";
identitiesOnly = true;
port = 23;
};
};
};
}