ssh config

This commit is contained in:
Daniel Langbein 2023-09-11 17:46:27 +02:00
parent 3c95d27f22
commit c3184bd0fa
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002
2 changed files with 10 additions and 1 deletions

View File

@ -1,4 +1,6 @@
# 2023-07 yodaNas with Arch Linux
# 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

View File

@ -24,6 +24,13 @@
enable = true;
userKnownHostsFile = "~/.ssh/known_hosts ${../assets/ssh/known_hosts}";
matchBlocks = {
"pi3bplus" = {
hostname = "fckjpbxxim36c1gb.myfritz.net";
user = "yoda";
port = 22;
compression = true;
};
"nas" = {
hostname = "p1st.de";
user = "yoda";