Forum › Forums › antiX-development › Development › git push to gitlab stops working – anybody else affected? › Reply To: git push to gitlab stops working – anybody else affected?
@robin: Yes, I followed the procedure in your link.
Essentially, you have a private and public part of the SSH key.
Once you upload the correct one to GitLab and tell Git to use SSH with the key, you are authenticated to connect to the GitLab server using SSH with the key that is trusted (loss|leak of key can be fatal) until expired (possible to set up in GitLab.
You can git push to GitLab server from terminal on your antiX PC and pull from it without the need of entering password.
Do you need to run commands on the GitLab server? I’d assume they have a CLI|TUI tool available (‘gitlab-cli’ perhaps, not sure).