ssh config

This commit is contained in:
Daniel Langbein 2023-10-29 17:50:34 +01:00
parent b4f40ce5eb
commit d24665af19
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002
2 changed files with 4 additions and 4 deletions

View File

@ -12,7 +12,7 @@
[yodaTux.localhost]:22 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII1QKkJg9ekAAxTADCXIvHylrYOc6EdEyKUmKaQhaW3e [yodaTux.localhost]:22 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII1QKkJg9ekAAxTADCXIvHylrYOc6EdEyKUmKaQhaW3e
# 2023-03 pi3bplus with Arch Linux # 2023-03 pi3bplus with Arch Linux
fckjpbxxim36c1gb.myfritz.net ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIhyhbuidl8RIV6pvzXJVJLP2GRK9aCAk/aMSuNts0Bv fckjpbxxim36c1gb.myfritz.net ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBmpErjQ2DgNqs3JCFHqL3kReHmvzFaJiSE9uuXMdHQZ
# 2023-09 yodaYoga with NixOS # 2023-09 yodaYoga with NixOS
[192.168.178.99]:2224 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAsiBDYIJOPZkOA4a2wNyFGyLgKy5ihAVLH63f/+4dZJ [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 192.168.178.33 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEuZRtE5auwSJLcdR3mu+5JxG8jW8wwy2kEiIbE8nqNW
# 2023-10 enchilada wiht postmarketOS # 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 # 2019-03 ejNas with Arch Linux
cloud.ej-altdorf.de ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIN4sPst5MT46Umwnz9bQCeT6M/gTM8urKqYHMY9lWBux cloud.ej-altdorf.de ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIN4sPst5MT46Umwnz9bQCeT6M/gTM8urKqYHMY9lWBux

View File

@ -19,8 +19,8 @@
port = 22; port = 22;
compression = false; compression = false;
}; };
"enchilada" = { "yodaEnchilada" = {
hostname = "192.168.178.100"; hostname = "192.168.178.109";
user = "yoda"; user = "yoda";
port = 22; port = 22;
compression = false; compression = false;