Project

General

Profile

Actions

tickets #94375

closed

SSH access to code.opensuse.org isn't working

Added by Pharaoh_Atem almost 3 years ago. Updated about 1 year ago.

Status:
Closed
Priority:
High
Assignee:
Category:
Git(lab|hub)
Target version:
-
Start date:
2021-06-21
Due date:
% Done:

90%

Estimated time:

Description

I noticed yesterday that SSH push to code.opensuse.org hosted Git repos wasn't working. I am getting the following error:

ngompa@Belldandy-Slimbook ~/S/c/P/osvc21-centoslinux-to-opensuseleap-examples (main)> git push ssh://git@code.opensuse.org/Pharaoh_Atem/osvc21-centoslinux-to-opensuseleap-examples.git
ssh: connect to host code.opensuse.org port 22: Network is unreachable
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

Maurizio also reports that cloning via the SSH address isn't working:

mau@tumbleweed:GIT$ git clone ssh://git@code.opensuse.org/xfce/xfce4-branding-openSUSE.git
Cloning into 'xfce4-branding-openSUSE'...
kex_exchange_identification: read: Connection reset by peer
Connection reset by 195.135.221.140 port 22
fatal: Could not read from remote repository.

I've checked the VM itself and it looks like sshd_config settings are fine?

Match User git #git_user
    AuthorizedKeysCommand /usr/lib/pagure/keyhelper.py "%u" "%h" "%t" "%f"

    AuthorizedKeysCommandUser git


Match Address 192.168.47.4,192.168.47.101,192.168.47.102 #proxy
    AllowUsers git

Anyone have any idea what's going on here?

Actions

Also available in: Atom PDF