Decoding a riddle

fraythom Posted messages 34 Status Member -  
astuces72 Posted messages 2146 Registration date   Status Member Last intervention   -
Hello!
So here I am with 0 skills in computing, coding, mathematics (I don't even know if I'm in the right forum) and I would like some help deciphering a code, it's to find the location of a place I think:
'' base16
737368202d70203432303432206b65694035312e3138352e323637 ''

There you go, if someone can enlighten me or even find the solution haha
Thanks in advance (ps: if this isn't the right forum topic, please let me know where it might be less off-topic ^^)

3 answers

  1. Mr_Evil_Duck Posted messages 45 Status Member 2
     
    It's Hex and it gives a login command on a server via ssh

    ssh -p 42042 kei@51.185.267

    Quickly delete this post, I don't know if the server is public or not.
    2
    1. fraythom Posted messages 34 Status Member
       
      Thank you! When I search for the link, it says "no results." Is that normal?
      -1
    2. Mr_Evil_Duck Posted messages 45 Status Member 2
       
      the link?

      Yes, that's normal; you need to use an SSH terminal to connect to it

      Putty, for example, for Windows

      Natively on Linux
      -1
    3. fraythom Posted messages 34 Status Member
       
      When I copy and paste in 'host name', it opens a black window, and after a while, it says 'error network'.
      0