forked from DGNum/infrastructure
fix(meta): Use root@ for the proxyjump to bridge01
This commit is contained in:
parent
e70d0be931
commit
f589be422e
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
||||||
targetHost = "fd26:baf9:d250:8000::ffff";
|
targetHost = "fd26:baf9:d250:8000::ffff";
|
||||||
sshOptions = [
|
sshOptions = [
|
||||||
"-J"
|
"-J"
|
||||||
"vault01.hyp01.infra.dgnum.eu"
|
"root@vault01.hyp01.infra.dgnum.eu"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue