I can’t get working ssh authorization via ssh using private-public pair keys. I can’t clone repository from another server
** gitlab app: standalone 14.8, hosted on ubuntu 20.04 LTS, using Docker
** git repo host (planned): rasbian on Raspberry Pi 4
Steps taken:
- generated private-piublic keys pair using ssh-keygen (rsa) in rasbian
- copied public key content
- pasted public key in gitlab app - preferences - SSH keys and saved in ubuntu
- tried to clone repo in rasbian ussing git ssh adress
- got propt to give a password: “git@gitlab.my.host.live’s password:”
I checked some tutorials on that and it seems I do things as expected.
Any help?