**What I did**
I followed the instruction on https://secure.phabricator.com/book/phabricator/article/diffusion_hosting/
And instead of change the system sshd port, I decided to change the phabricator sshd port by just update the Port in ///etc/ssh/sshd_config.phabricator//
**Problem**
However is there anyway to edit this path in diffusion? Because if I access without the port:
git clone ssh://git@xxx.xxx.xxx/diffusion/T/test.git
It will just throw an error
fatal: '/diffusion/T/test.git' does not appear to be a git repository
fatal: Could not read from remote repository.
because it's trying to access it via the normal ssh.
**Would be nice**
1. Can edit the URL display in diffusion to include port number:
git clone ssh://git@xxx.xxx.xxx:10022/diffusion/T/test.git
2. Why should we allow git to login via sshd port 22? Can we disable that?
Thanks,