Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
I Set Disable_Ssh_Mount: True, However The Agent (Running In Docker Mode) Constantly Mounts It. The Issue Here Is That It Alters Authorized_Keys (Adds Root@Monitor-Thq Key And Removes The Previous Entries) So I Lose Access To That Machine. I'Ve Tried Addi

I set disable_ssh_mount: true, however the agent (running in docker mode) constantly mounts it.
The issue here is that it alters authorized_keys (adds root@monitor-thq key and removes the previous entries) so I lose access to that machine.
I've tried adding the required keys (for git) in a separate folder and mounting it, but I cannot disable mounting the ~/.ssh by default. Are you aware of this? Is there a workaround?

  
  
Posted 2 months ago
Votes Newest

Answers 3


ZanySealion18 perhaps when you run with sudo for some reason the agent also sees SSH_AUTH_SOCK in the env? If that env var is present, the agent will add it to the docker command and will map the SSH folder regardless of the configuration setting

  
  
Posted 2 months ago

Makes sense, thanks!

  
  
Posted 2 months ago

Weird. When I spawn agent with sudo I get this behaviour. Without sudo everything works fine

  
  
Posted 2 months ago
344 Views
3 Answers
2 months ago
2 months ago
Tags