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 = { matchBlocks = {
messaging = { messaging = {
hostname = "messaging"; hostname = "messaging";
forwardX11 = true;
proxyJump = "ssh-hopper@home.plueschbit.de"; proxyJump = "ssh-hopper@home.plueschbit.de";
}; };
gemcap = { gemcap = {
hostname = "messaging"; hostname = "messaging";
forwardX11 = true;
proxyJump = "ssh-hopper@home.plueschbit.de"; proxyJump = "ssh-hopper@home.plueschbit.de";
}; };
satdb = { satdb = {
hostname = "messaging"; hostname = "satdb";
proxyJump = "ssh-hopper@home.plueschbit.de"; proxyJump = "ssh-hopper@home.plueschbit.de";
}; };
}; };