Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

custom SSH port ? how is teh format?

Discussion in 'Unity Build Automation' started by Karsten, Jul 14, 2019.

  1. Karsten

    Karsten

    Joined:
    Apr 8, 2012
    Posts:
    187
    Hi,

    when I tell Cloud Build to connect to my repo via ssh using the URL format "user@host.com:reponame"
    it works on a ssh server on port 22 , if I set my SSH server to use port 12345 and try to connect with a URL like this "user@host.com:12345/reponame"
    it does not work , why?

    Thanks for reading and for any help
     
  2. tonemcbride

    tonemcbride

    Joined:
    Sep 7, 2010
    Posts:
    1,083
  3. Karsten

    Karsten

    Joined:
    Apr 8, 2012
    Posts:
    187
    The problem was that there was 2 ssh servers running , whilst this should not be a problem right, because the port is specified?
    The second ssh server was the "new" ssh daemon from Windows and after turning it off all worked, its strange but it looks like eighter Unity Cloud Build tries hard to go to port 22 first by standard , or the Windows SSh tries to catch all
    that barely looks like a SSH request....