ssh config

This commit is contained in:
Daniel Langbein 2023-09-15 11:02:44 +02:00
parent 6b670253c0
commit 4e5a83ce90
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002
2 changed files with 10 additions and 0 deletions

View File

@ -6,3 +6,5 @@
fckjpbxxim36c1gb.myfritz.net ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIhyhbuidl8RIV6pvzXJVJLP2GRK9aCAk/aMSuNts0Bv
# 2023-09 yodaYoga with NixOS
192.168.178.99 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAsiBDYIJOPZkOA4a2wNyFGyLgKy5ihAVLH63f/+4dZJ
# 2019-03 ejNas with Arch Linux
cloud.ej-altdorf.de ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIN4sPst5MT46Umwnz9bQCeT6M/gTM8urKqYHMY9lWBux

View File

@ -37,6 +37,14 @@
compression = true;
};
"ejNas" = {
hostname = "cloud.ej-altdorf.de";
#hostname = "ej-altdorf.spdns.de";
user = "yoda";
port = 22;
compression = true;
};
"nas" = {
hostname = "p1st.de";
user = "yoda";