connect gitea with ssh
Dec 28, 2025 · 1 min read · #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-...
Join discussion



