Wiki.js doesn't support custom git ssh port? #3495
Replies: 3 comments 4 replies
-
I have the same problem and with some manual adjustments it is working now. Explicitly not a fix but maybe interesting to get rid of a blocker.
After that it was working for me. [branch "master"]
remote = origin
merge = refs/heads/master |
Beta Was this translation helpful? Give feedback.
-
As of 2.5.295 Wikijs does not support non standard SSH port for git. I also ignores .ssh/config port configuration. I believe it is a problem coming from simple-git node module. Non standard SSH port is quite common and considered a good security practice. Hopefully, it will be fixed soon. I get an error like the following:
Keep up the awesome work! |
Beta Was this translation helpful? Give feedback.
-
It would be great if this could be solved. Especially in a LAN it is not uncommon to use custom ports. |
Beta Was this translation helpful? Give feedback.
-
I'm setting up a Repository URI as: git@domain:8722/username/repo.git
But in the tshark dump I see:
172.18.0.3 → 192.168.25.105 TCP 68 40250 → 22
172.18.0.3 is IP of Wiki.js in Docker.
192.168.25.105 is IP of Docker server.
Steps to reproduce the behavior:
Host Info:
Beta Was this translation helpful? Give feedback.
All reactions