ssh port config

This commit is contained in:
Daniel Langbein 2023-09-15 21:31:07 +02:00
parent 0f02314519
commit ea3c67fa02
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002
3 changed files with 10 additions and 9 deletions

View File

@ -8,10 +8,11 @@
fckjpbxxim36c1gb.myfritz.net ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIhyhbuidl8RIV6pvzXJVJLP2GRK9aCAk/aMSuNts0Bv
# 2023-09 yodaYoga with NixOS
192.168.178.99 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAsiBDYIJOPZkOA4a2wNyFGyLgKy5ihAVLH63f/+4dZJ
[p1st.de]:2223 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAsiBDYIJOPZkOA4a2wNyFGyLgKy5ihAVLH63f/+4dZJ
[192.168.178.99]:2224 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAsiBDYIJOPZkOA4a2wNyFGyLgKy5ihAVLH63f/+4dZJ
[p1st.de]:2224 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAsiBDYIJOPZkOA4a2wNyFGyLgKy5ihAVLH63f/+4dZJ
# 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
cloud.ej-altdorf.de ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIN4sPst5MT46Umwnz9bQCeT6M/gTM8urKqYHMY9lWBux

View File

@ -50,6 +50,6 @@ in
];
networking.hostName = "yodaYoga";
services.openssh.ports = [ 2223 ];
boot.initrd.network.ssh.port = 2223;
services.openssh.ports = [ 2224 ];
boot.initrd.network.ssh.port = 2225;
}

View File

@ -29,15 +29,15 @@
hostname = "p1st.de";
#hostname = "192.168.178.99";
user = "yoda";
port = 2223;
compression = false;
port = 2224;
compression = true;
};
"unlockYodaYoga" = {
hostname = "p1st.de";
#hostname = "192.168.178.99";
user = "root";
port = 2223;
compression = false;
port = 2225;
compression = true;
};
"pi3bplus" = {
hostname = "fckjpbxxim36c1gb.myfritz.net";