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
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 7 days ago
Votes Newest

Answers


Hi @<1867016510602481664:profile|EnchantingBat90> , you would need to set up the ssh key on the machine running the agent

  
  
Posted 4 days ago
92 Views
1 Answer
7 days ago
3 days ago
Tags
Similar posts