Changes to SSH

Hello everyone,

If you use ssh to connect to git (as-in you have a publickey registered with the Tukui gitlab server), the following changes have been made to the ssh server on tukui.org:

  • The port to connect to the server has been changed from 22 to 47333.

This has been done to make the server more secure and less prone to brute force attacks on our ssh server.

To connect to the server over ssh now, use the following:

For Mac OS X, Linux, or WSL:
  • Create a file (if it does not exist) in your .ssh directory called config.
    • Have the following in it:
      • Host git.tukui.org
      • Port 47333
      • User <yourusername>
For Windows:

It depends on how you connect to the git repo.

  • If you use the system ssh client then the .ssh config approach works here too:
    • Create a file (if it does not exist) in your .ssh directory called config.
    • Have the following in it:
      • Host git.tukui.org
      • Port 47333
      • User <yourusername>
  • if you use software that uses a built-in ssh client then you can either edit the remote or re-clone the repository with the URL found on your project page.
  • if you use putty then you will need to consult online documentation for your exact setup.
  • Sign in
  • Register
Forgot your password?

Username is already taken.

Username is available.

Checking username availability...

Minimum length is 8 characters


Explore Help About GitLab