frontend: disable ssh ControlMaster prompts (autoask -> ask)

too nervy & seems to have no real advantage from any standpoint, esp. as
long as GPG Agent (my SSH agent) is not prompting & just letting apps
using my keys anyway
main
Felix Stupp 1 year ago
parent cd259fc7e8
commit aeabca4cef
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -347,7 +347,7 @@ in
ssh = {
enable = true;
controlMaster = "autoask";
controlMaster = "auto";
controlPath = "~/.ssh/connections/%r@%h:%p";
controlPersist = "10m";
matchBlocks = {

Loading…
Cancel
Save