home/ssh: disable verbose multi-proxy output
This commit is contained in:
parent
fe5b6f0053
commit
3d0e077052
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ in
|
||||||
in
|
in
|
||||||
lib.nameValuePair "tagged-${tag}" {
|
lib.nameValuePair "tagged-${tag}" {
|
||||||
match = ''tagged="${tag}"'';
|
match = ''tagged="${tag}"'';
|
||||||
proxyCommand = "${lib.getExe pkgs.fc-scripts.ssh-multi-proxy} -v -S ${config.programs.ssh.package}/bin/ssh -p connect${lib.optionalString tagDef.noDirect " -n"} --control-path='${escapeOpensshConfig controlSocket}' -i ${lib.concatStringsSep "," tagDef.connectType}${
|
proxyCommand = "${lib.getExe pkgs.fc-scripts.ssh-multi-proxy} -S ${config.programs.ssh.package}/bin/ssh -p connect${lib.optionalString tagDef.noDirect " -n"} --control-path='${escapeOpensshConfig controlSocket}' -i ${lib.concatStringsSep "," tagDef.connectType}${
|
||||||
lib.optionalString (tagDef.jumpHost != null) " -j ${tagDef.jumpHost}"
|
lib.optionalString (tagDef.jumpHost != null) " -j ${tagDef.jumpHost}"
|
||||||
} %h %p";
|
} %h %p";
|
||||||
extraOptions = {
|
extraOptions = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue