ssh config

This commit is contained in:
Daniel Langbein 2023-09-18 12:44:37 +02:00
parent 8ab51078ad
commit 92b3f462f3
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002

View File

@ -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";