ssh config

This commit is contained in:
Daniel Langbein 2023-09-15 14:32:15 +02:00
parent 4e5a83ce90
commit 0ae46bb84c
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002

View File

@ -44,6 +44,13 @@
port = 22; port = 22;
compression = true; compression = true;
}; };
"rootEjNas" = {
hostname = "cloud.ej-altdorf.de";
#hostname = "ej-altdorf.spdns.de";
user = "root";
port = 22;
compression = true;
};
"nas" = { "nas" = {
hostname = "p1st.de"; hostname = "p1st.de";
@ -51,7 +58,7 @@
port = 2222; port = 2222;
compression = true; compression = true;
}; };
"rootnas" = { "rootNas" = {
hostname = "p1st.de"; hostname = "p1st.de";
user = "root"; user = "root";
port = 2222; port = 2222;