adds storage box to ssh config
This commit is contained in:
parent
acc751c27a
commit
922a6be0f1
3 changed files with 30 additions and 12 deletions
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue