The fact is, I donโt have root permissions on the remote server, and I canโt use the default ssh location because of the same problem, even if they are OFF LIMITS for the user I'm currently using.
I found out that I can create ssh in a user folder, now I cannot find a way to transfer this to git. To be clear, I cannot edit the configuration file, and I cannot use any root commands.
It may be something like git -i ssh/path
, but I can not find any documentation on this issue, since all I know is that it may not even be possible.
If someone found a solution to this, any guidance would be greatly appreciated!
EDIT: SOLUTION
Git clone with custom SSH using GIT_SSH error
Krotz source share