mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-21 22:03:19 +01:00
ssh port config
This commit is contained in:
parent
0f02314519
commit
ea3c67fa02
@ -8,10 +8,11 @@
|
|||||||
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]:2224 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAsiBDYIJOPZkOA4a2wNyFGyLgKy5ihAVLH63f/+4dZJ
|
||||||
[p1st.de]:2223 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAsiBDYIJOPZkOA4a2wNyFGyLgKy5ihAVLH63f/+4dZJ
|
[p1st.de]:2224 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAsiBDYIJOPZkOA4a2wNyFGyLgKy5ihAVLH63f/+4dZJ
|
||||||
# 2023-09 yodaYoga NixOS early SSH FDE unlock
|
# 2023-09 yodaYoga NixOS early SSH FDE unlock
|
||||||
192.168.178.99 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOH1sjHMLjGbxnDNke4xbY1IkSez/n0bJj3+80b4JTh+
|
[192.168.178.99]:2225 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOH1sjHMLjGbxnDNke4xbY1IkSez/n0bJj3+80b4JTh+
|
||||||
|
[p1st.de]:2225 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOH1sjHMLjGbxnDNke4xbY1IkSez/n0bJj3+80b4JTh+
|
||||||
|
|
||||||
# 2019-03 ejNas with Arch Linux
|
# 2019-03 ejNas with Arch Linux
|
||||||
cloud.ej-altdorf.de ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIN4sPst5MT46Umwnz9bQCeT6M/gTM8urKqYHMY9lWBux
|
cloud.ej-altdorf.de ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIN4sPst5MT46Umwnz9bQCeT6M/gTM8urKqYHMY9lWBux
|
||||||
|
@ -50,6 +50,6 @@ in
|
|||||||
];
|
];
|
||||||
|
|
||||||
networking.hostName = "yodaYoga";
|
networking.hostName = "yodaYoga";
|
||||||
services.openssh.ports = [ 2223 ];
|
services.openssh.ports = [ 2224 ];
|
||||||
boot.initrd.network.ssh.port = 2223;
|
boot.initrd.network.ssh.port = 2225;
|
||||||
}
|
}
|
||||||
|
@ -29,15 +29,15 @@
|
|||||||
hostname = "p1st.de";
|
hostname = "p1st.de";
|
||||||
#hostname = "192.168.178.99";
|
#hostname = "192.168.178.99";
|
||||||
user = "yoda";
|
user = "yoda";
|
||||||
port = 2223;
|
port = 2224;
|
||||||
compression = false;
|
compression = true;
|
||||||
};
|
};
|
||||||
"unlockYodaYoga" = {
|
"unlockYodaYoga" = {
|
||||||
hostname = "p1st.de";
|
hostname = "p1st.de";
|
||||||
#hostname = "192.168.178.99";
|
#hostname = "192.168.178.99";
|
||||||
user = "root";
|
user = "root";
|
||||||
port = 2223;
|
port = 2225;
|
||||||
compression = false;
|
compression = true;
|
||||||
};
|
};
|
||||||
"pi3bplus" = {
|
"pi3bplus" = {
|
||||||
hostname = "fckjpbxxim36c1gb.myfritz.net";
|
hostname = "fckjpbxxim36c1gb.myfritz.net";
|
||||||
|
Loading…
Reference in New Issue
Block a user