fix(ssh): explicitely disable SSH agent forwarding
This commit is contained in:
@@ -35,6 +35,7 @@ in
|
|||||||
// {
|
// {
|
||||||
"*" = {
|
"*" = {
|
||||||
addKeysToAgent = "yes";
|
addKeysToAgent = "yes";
|
||||||
|
forwardAgent = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user