mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-21 22:03:19 +01:00
ssh config
This commit is contained in:
parent
3c95d27f22
commit
c3184bd0fa
@ -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
|
||||
|
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user