mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-25 22:35:03 +01:00
ssh config
This commit is contained in:
parent
6b670253c0
commit
4e5a83ce90
@ -6,3 +6,5 @@
|
|||||||
fckjpbxxim36c1gb.myfritz.net ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIhyhbuidl8RIV6pvzXJVJLP2GRK9aCAk/aMSuNts0Bv
|
fckjpbxxim36c1gb.myfritz.net ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIhyhbuidl8RIV6pvzXJVJLP2GRK9aCAk/aMSuNts0Bv
|
||||||
# 2023-09 yodaYoga with NixOS
|
# 2023-09 yodaYoga with NixOS
|
||||||
192.168.178.99 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAsiBDYIJOPZkOA4a2wNyFGyLgKy5ihAVLH63f/+4dZJ
|
192.168.178.99 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAsiBDYIJOPZkOA4a2wNyFGyLgKy5ihAVLH63f/+4dZJ
|
||||||
|
# 2019-03 ejNas with Arch Linux
|
||||||
|
cloud.ej-altdorf.de ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIN4sPst5MT46Umwnz9bQCeT6M/gTM8urKqYHMY9lWBux
|
||||||
|
@ -37,6 +37,14 @@
|
|||||||
compression = true;
|
compression = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
"ejNas" = {
|
||||||
|
hostname = "cloud.ej-altdorf.de";
|
||||||
|
#hostname = "ej-altdorf.spdns.de";
|
||||||
|
user = "yoda";
|
||||||
|
port = 22;
|
||||||
|
compression = true;
|
||||||
|
};
|
||||||
|
|
||||||
"nas" = {
|
"nas" = {
|
||||||
hostname = "p1st.de";
|
hostname = "p1st.de";
|
||||||
user = "yoda";
|
user = "yoda";
|
||||||
|
Loading…
Reference in New Issue
Block a user