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
193d7d0cd3
commit
0f02314519
@ -1,11 +1,15 @@
|
||||
# 2022-12 yodaNas with Arch Linux
|
||||
[p1st.de]:2222 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIASF7AJeGIkQG0erOJym8bHLBjRClkdPPCDNZAKOZ6S+
|
||||
|
||||
# 2023-09 yodaTux NixOS early SSH FDE unlock
|
||||
[yodaTux.localhost]:22 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII1QKkJg9ekAAxTADCXIvHylrYOc6EdEyKUmKaQhaW3e
|
||||
|
||||
# 2023-03 pi3bplus with Arch Linux
|
||||
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
|
||||
# 2023-09 yodaYoga NixOS early SSH FDE unlock
|
||||
192.168.178.99 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOH1sjHMLjGbxnDNke4xbY1IkSez/n0bJj3+80b4JTh+
|
||||
|
||||
|
@ -26,13 +26,15 @@
|
||||
userKnownHostsFile = "~/.ssh/known_hosts ${../assets/ssh/known_hosts}";
|
||||
matchBlocks = {
|
||||
"yodaYoga" = {
|
||||
hostname = "192.168.178.99";
|
||||
hostname = "p1st.de";
|
||||
#hostname = "192.168.178.99";
|
||||
user = "yoda";
|
||||
port = 2223;
|
||||
compression = false;
|
||||
};
|
||||
"unlockYodaYoga" = {
|
||||
hostname = "192.168.178.99";
|
||||
hostname = "p1st.de";
|
||||
#hostname = "192.168.178.99";
|
||||
user = "root";
|
||||
port = 2223;
|
||||
compression = false;
|
||||
|
Loading…
Reference in New Issue
Block a user