ssh config for yodaYoga

This commit is contained in:
Daniel Langbein 2023-09-14 14:42:49 +02:00
parent eb7c56cb77
commit 4a5434504c
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002
2 changed files with 8 additions and 0 deletions

View File

@ -4,3 +4,5 @@
[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 AAAAC3NzaC1lZDI1NTE5AAAAIIhyhbuidl8RIV6pvzXJVJLP2GRK9aCAk/aMSuNts0Bv
# 2023-09 yodaYoga with NixOS
192.168.178.99 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAsiBDYIJOPZkOA4a2wNyFGyLgKy5ihAVLH63f/+4dZJ

View File

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