Can a deactivated or blocked user still SSH into gitlab?
No, see my test:
[ian@elise dev]$ git commit -m "Changed README.md"
[main 25f56e2] Changed README.md
1 file changed, 1 insertion(+), 90 deletions(-)
[ian@elise dev]$ git push
remote:
remote: ========================================================================
remote:
remote: Your account has been blocked.
remote:
remote: ========================================================================
remote:
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
also, SSH shell access is not possible anyway.
3 Likes
Thank You good Sir.
1 Like