🔧 (home/ssh) remove gcloud verbosity warning
This commit is contained in:
parent
c1eb7f8d10
commit
7ee10bd470
|
@ -9,7 +9,7 @@
|
||||||
zone,
|
zone,
|
||||||
forwardAgent ? false,
|
forwardAgent ? false,
|
||||||
}: {
|
}: {
|
||||||
proxyCommand = "${lib.getExe pkgs.python3} -S ${pkgs.google-cloud-sdk}/google-cloud-sdk/lib/gcloud.py compute start-iap-tunnel ${hostname} %p --listen-on-stdin --project ${project} --zone ${zone} --verbosity warning";
|
proxyCommand = "${lib.getExe pkgs.python3} -S ${pkgs.google-cloud-sdk}/google-cloud-sdk/lib/gcloud.py compute start-iap-tunnel ${hostname} %p --listen-on-stdin --project ${project} --zone ${zone}";
|
||||||
forwardAgent = forwardAgent;
|
forwardAgent = forwardAgent;
|
||||||
checkHostIP = false;
|
checkHostIP = false;
|
||||||
identitiesOnly = true;
|
identitiesOnly = true;
|
||||||
|
|
Loading…
Reference in a new issue