Goal...
I made a rails app and I want to clone it from git to cpanel. But I got stuck at the ssh login before the cloning step.
How to clone from git https://documentation.cpanel.net/display/CKB/How+to+Host+Git+Repositories+on+a+cPanel+Account#HowtoHostGitRepositoriesonacPanelAccount-Clone
How to access with ssh https://documentation.cpanel.net/display/CKB/How+to+Access+the+Command+Line
Error I got...
ssh: connect to host example.com port 22: Connection refused
Possible solution...
I googled and the most of online answers were to edit the port number in /etc/ssh/sshd_config. However, given myself being a beginner, I don't even know how to edit that file. It would be great if anyone could help me with how to edit the file as well as the original issue in the above. Thanks in advance.