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
b4f40ce5eb
commit
d24665af19
@ -12,7 +12,7 @@
|
||||
[yodaTux.localhost]:22 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII1QKkJg9ekAAxTADCXIvHylrYOc6EdEyKUmKaQhaW3e
|
||||
|
||||
# 2023-03 pi3bplus with Arch Linux
|
||||
fckjpbxxim36c1gb.myfritz.net ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIhyhbuidl8RIV6pvzXJVJLP2GRK9aCAk/aMSuNts0Bv
|
||||
fckjpbxxim36c1gb.myfritz.net ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBmpErjQ2DgNqs3JCFHqL3kReHmvzFaJiSE9uuXMdHQZ
|
||||
|
||||
# 2023-09 yodaYoga with NixOS
|
||||
[192.168.178.99]:2224 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAsiBDYIJOPZkOA4a2wNyFGyLgKy5ihAVLH63f/+4dZJ
|
||||
@ -25,7 +25,7 @@ fckjpbxxim36c1gb.myfritz.net ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIhyhbuidl8RIV6
|
||||
192.168.178.33 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEuZRtE5auwSJLcdR3mu+5JxG8jW8wwy2kEiIbE8nqNW
|
||||
|
||||
# 2023-10 enchilada wiht postmarketOS
|
||||
192.168.178.100 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFFJ6vFjKMP/gT4MwqH/9CEwkrxKl1MQwwdAlrPemqqy
|
||||
192.168.178.109 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFDgL5o8o5koIesJGSkYgTMTlDLls8zdt7LHM3xc8VCO
|
||||
|
||||
# 2019-03 ejNas with Arch Linux
|
||||
cloud.ej-altdorf.de ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIN4sPst5MT46Umwnz9bQCeT6M/gTM8urKqYHMY9lWBux
|
||||
|
@ -19,8 +19,8 @@
|
||||
port = 22;
|
||||
compression = false;
|
||||
};
|
||||
"enchilada" = {
|
||||
hostname = "192.168.178.100";
|
||||
"yodaEnchilada" = {
|
||||
hostname = "192.168.178.109";
|
||||
user = "yoda";
|
||||
port = 22;
|
||||
compression = false;
|
||||
|
Loading…
Reference in New Issue
Block a user