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
Hii Guys, So I'Ve Got A Question About About Agents Using Ssh Connection. In The Docs (Here

Hii guys,

So I've got a question about about Agents using SSH connection. In the docs (here https://clear.ml/docs/latest/docs/clearml_agent/#spinning-up-an-agent ) , SSH_AUTH_SOCK=<file_socket> , file socket = "/.ssh" right?

  
  
Posted one year ago
Votes Newest

Answers 7


yes

  
  
Posted one year ago

This morning I kiled the agent and spinned it up again with --foreground and it worked flawlesly. Then I tried without --foreground and it still worked. I didn't change anything else, weird. When I set up another worker in the future I will keep an eye on it

  
  
Posted one year ago

It still didn't work. I created the ssh keys on the agent with ssh-keygen -C "<user>" , added the public key to bitbucket to allow it, and didn't specified the SSH_AUTH_SOCK now. Am I missing something? Do I need to setup an ssh-agent on host before spinning up the agent?

  
  
Posted one year ago

The error i'm getting is:
cloning: Using SSH credentials - replacing https url ' ' with ssh url ' ' 2022-12-16 14:33:39 fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists.However I can successfuly clone the repo on the host vm, so the ssh key should be giving me the permisison.

  
  
Posted one year ago

Actually it is better to leave it as is, it will just automatically mount the .ssh folder into the container, i will make sure the docs point to this option first

  
  
Posted one year ago

Hmm can you run the agent in debug mode, and check the specific console log?
'''
clearml-agent --debug daemon --foreground ...

  
  
Posted one year ago
654 Views
7 Answers
one year ago
one year ago
Tags