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
Unanswered
Hi All. I Am Having Trouble Using Ssh Authentication For Git When Running A Task Remotely. As I Understant Here Is What Happens: -In My Own Computer I Have My .Ssh Folder With The Necessary Credentials -I Launch A Clearml Task On A Remote Machine On Som

Hi all.

I am having trouble using ssh authentication for git when running a task remotely. As I understant here is what happens:

-In my own computer I have my .ssh folder with the necessary credentials
-I launch a clearml task on a remote machine on some queue
-This machine then runs the task inside a docker container

I thought my credentials would carry over, but its not the case. If I look at the ~/.ssh folder running inside the docker image, I only see a file called authorized_keys (I have no such file), none of my keys or known_hosts

  
  
Posted 13 hours ago
Votes Newest

Answers

5 Views
0 Answers
13 hours ago
5 hours ago
Tags
Similar posts