Changes in ssh client config
Enabled forwardx11 for host messaging and corrected config for satdb
This commit is contained in:
parent
bcd44db437
commit
8d848da367
1 changed files with 3 additions and 1 deletions
|
|
@ -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";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue