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 one day ago
Votes Newest

Answers


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

  
  
Posted one day ago
13 Views
1 Answer
one day ago
17 hours ago
Tags