1
0
Fork 0

Changes in ssh client config

Enabled forwardx11 for host messaging and corrected config for satdb
This commit is contained in:
Jan Grosser 2024-06-18 21:05:04 +02:00
parent bcd44db437
commit 8d848da367

View file

@ -131,14 +131,16 @@
matchBlocks = {
messaging = {
hostname = "messaging";
forwardX11 = true;
proxyJump = "ssh-hopper@home.plueschbit.de";
};
gemcap = {
hostname = "messaging";
forwardX11 = true;
proxyJump = "ssh-hopper@home.plueschbit.de";
};
satdb = {
hostname = "messaging";
hostname = "satdb";
proxyJump = "ssh-hopper@home.plueschbit.de";
};
};