ssh client config

This commit is contained in:
Daniel Langbein 2023-10-11 11:08:29 +02:00
parent 40440147d0
commit f07e16817f
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002
2 changed files with 10 additions and 1 deletions

View File

@ -21,6 +21,9 @@ fckjpbxxim36c1gb.myfritz.net ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIhyhbuidl8RIV6
# 2023-08 yodaTab with NixOS
192.168.178.33 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEuZRtE5auwSJLcdR3mu+5JxG8jW8wwy2kEiIbE8nqNW
# 2023-10 enchilada wiht postmarketOS
192.168.178.100 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFFJ6vFjKMP/gT4MwqH/9CEwkrxKl1MQwwdAlrPemqqy
# 2019-03 ejNas with Arch Linux
cloud.ej-altdorf.de ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIN4sPst5MT46Umwnz9bQCeT6M/gTM8urKqYHMY9lWBux

View File

@ -11,7 +11,13 @@
hostname = "192.168.178.33";
user = "yoda";
port = 22;
compression = true;
compression = false;
};
"enchilada" = {
hostname = "192.168.178.100";
user = "yoda";
port = 22;
compression = false;
};
# local IP: 192.168.178.99