connect gitea with ssh
#generate ssh key pair
ssh-keygen -t ed25519 -C "test@test.com"
#check publickey
cat ~/.ssh/<publickey-name>
cat ~/.ssh/id_ed25519.pub
#add to gitea web
User Settings -> SSH / GPG Keys -> Add Key
#check connection
ssh -vT git@<repository-...
containerontheocean.hashnode.dev1 min read