removes matchBlocks
This commit is contained in:
parent
79a86265f7
commit
a215f56cd5
1 changed files with 9 additions and 9 deletions
|
|
@ -118,15 +118,15 @@
|
||||||
|
|
||||||
# Root SSH
|
# Root SSH
|
||||||
programs.ssh = {
|
programs.ssh = {
|
||||||
matchBlocks = {
|
extraConfig = ''
|
||||||
"dnsc-storage" = {
|
Host dnsc-storage
|
||||||
hostname = "u295965.your-storagebox.de";
|
AddKeysToAgent yes
|
||||||
user = "u295965";
|
Hostname u295965.your-storagebox.de
|
||||||
identityFile = "/root/.ssh/id_ed25519";
|
User u295965
|
||||||
identitiesOnly = true;
|
IdentityFile /root/.ssh/id_ed25519
|
||||||
port = 23;
|
IdentitiesOnly yes
|
||||||
};
|
Port 23
|
||||||
};
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
# Services
|
# Services
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue