Codeberg SSH connections are 3-4 seconds . I believe this may be due to reverse lookup settings on openssh. The uniform 3 second latency makes me suspicious of a timeout bug.
Steps to Repeat
ssh test
time ssh git@codeberg.org
git fetch test
git remote add test ssh://git@codeberg.org/USER/1mb-club.git
git fetch test
Actual Results -- 3-4 seconds
time ssh git@codeberg.org
Connection to codeberg.org closed.
ssh git@codeberg.org 0.07s user 0.00s system 2% cpu 3.347 total
Expected Results -- 500-1000 ms should be doable.
time ssh git@github.com
ssh git@github.com 0.07s user 0.00s system 7% cpu 0.923 total
### Comment
Codeberg SSH connections are 3-4 seconds . I believe this may be due to reverse lookup settings on openssh. The uniform 3 second latency makes me suspicious of a timeout bug.
## Steps to Repeat
#### ssh test
```
time ssh git@codeberg.org
```
#### git fetch test
```
git remote add test ssh://git@codeberg.org/USER/1mb-club.git
git fetch test
```
## Actual Results -- 3-4 seconds
```
time ssh git@codeberg.org
Connection to codeberg.org closed.
ssh git@codeberg.org 0.07s user 0.00s system 2% cpu 3.347 total
```
## Expected Results -- 500-1000 ms should be doable.
```
time ssh git@github.com
ssh git@github.com 0.07s user 0.00s system 7% cpu 0.923 total
```