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
Hey! I'M Trying To Play With The

Hey! I'm trying to play with the clearml-session , I started it on an existing queue in my hosted environment, and I see the task running without any errors. But when trying to connect, I keep on getting SSH connection errors:
SSH tunneling failed, retrying in 3 seconds Starting SSH tunnel kex_exchange_identification: read: Connection reset by peer

  
  
Posted 3 years ago
Votes Newest

Answers 7


opened it, works now! Thanks.

  
  
Posted 3 years ago

Are you running the agent in docker mode? or venv mode ?
Can you manually ssh on port 10022 to the remote agent's machine ?
ssh -p 10022 root@agent_ip_here

  
  
Posted 3 years ago

nope, only port 22 is open for SSH. Is there anyway to set that as the port for clearml-session?

  
  
Posted 3 years ago

Any other port that could be open? (if SSH is already open we cannot launch another daemon on the same port)

  
  
Posted 3 years ago

Yey!

  
  
Posted 3 years ago

Hi CleanPigeon16
You need to be able access the machine running the agent, usually the default port will be 10022.
If you need further debug message, add --debug at the beginning of the clearml-session.
clearml-session --debug ...To get all the debug print, please upgrade to clearml-session==0.3.3

  
  
Posted 3 years ago

I have access to the machine using SSH from my computer.
There doesn't seem to be any other error in the debug mode.
` Remote machine is ready
Setting up connection to remote session
Starting SSH tunnel

SSH tunneling failed, retrying in 3 seconds
Starting SSH tunnel `

  
  
Posted 3 years ago
651 Views
7 Answers
3 years ago
one year ago
Tags