add deck ssh entry
This commit is contained in:
parent
328b8d6411
commit
9db5fa64da
1 changed files with 6 additions and 0 deletions
|
|
@ -58,6 +58,12 @@
|
||||||
identityFile = "~/.ssh/keys/hetzner";
|
identityFile = "~/.ssh/keys/hetzner";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
"deck" = {
|
||||||
|
hostname = "deck.lan";
|
||||||
|
user = "yanlin";
|
||||||
|
identityFile = "~/.ssh/keys/deck";
|
||||||
|
};
|
||||||
|
|
||||||
"borg-box" = {
|
"borg-box" = {
|
||||||
hostname = "u501367.your-storagebox.de";
|
hostname = "u501367.your-storagebox.de";
|
||||||
user = "u501367";
|
user = "u501367";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue