mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-21 22:03:19 +01:00
ssh config
This commit is contained in:
parent
8ab51078ad
commit
92b3f462f3
@ -29,12 +29,19 @@
|
|||||||
port = 2225;
|
port = 2225;
|
||||||
compression = true;
|
compression = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
"pi3bplus" = {
|
"pi3bplus" = {
|
||||||
hostname = "fckjpbxxim36c1gb.myfritz.net";
|
hostname = "fckjpbxxim36c1gb.myfritz.net";
|
||||||
user = "yoda";
|
user = "yoda";
|
||||||
port = 22;
|
port = 22;
|
||||||
compression = true;
|
compression = true;
|
||||||
};
|
};
|
||||||
|
"rootPi3bplus" = {
|
||||||
|
hostname = "fckjpbxxim36c1gb.myfritz.net";
|
||||||
|
user = "root";
|
||||||
|
port = 22;
|
||||||
|
compression = true;
|
||||||
|
};
|
||||||
|
|
||||||
"ejNas" = {
|
"ejNas" = {
|
||||||
hostname = "cloud.ej-altdorf.de";
|
hostname = "cloud.ej-altdorf.de";
|
||||||
|
Loading…
Reference in New Issue
Block a user