home: adds server ssh entry
This commit is contained in:
parent
e660b27a1c
commit
2bbf60ac9e
1 changed files with 7 additions and 0 deletions
|
|
@ -32,6 +32,13 @@
|
|||
identitiesOnly = true;
|
||||
port = 23;
|
||||
};
|
||||
"dnsc-storage-sftp" = {
|
||||
hostname = "u295965.your-storagebox.de";
|
||||
user = "u295965";
|
||||
identityFile = "${config.home.homeDirectory}/.ssh/id_ed25519";
|
||||
identitiesOnly = true;
|
||||
port = 22;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue