Hi, I can't submit changs to / fetch changes from svn.kde.org. Here is the verbose message:
``` Committing to svn+ssh://s...@svn.kde.org/home/kde/trunk/l10n-kf5/zh_TW ... Can't create session: Unable to connect to a repository at URL 'svn+ssh://s...@svn.kde.org/home/kde/trunk/l10n-kf5/zh_TW': To better debug SSH connection problems, remove the -q option from 'ssh' in the [tunnels] section of your Subversion configuration file. at /usr/lib/git-core/git-svn line 1015. ``` 1) The SSH public key in local is same as that one I've uploaded to identify.kde.org > The uploaded SSH Key is already present. 2) On my primary machine, when I do "ssh s...@svn.kde.org", it returns: ``` $ ssh s...@svn.kde.org "s...@svn.kde.org: Permission denied (publickey)." ``` 3) And I also tried on my another machine (uses same SSH key), but it looks like same. ``` pan93@DESKTOP-JN5TNJH ~ ssh s...@svn.kde.org The authenticity of host 'svn.kde.org (195.201.182.103)' can't be established. ECDSA key fingerprint is SHA256:UutSIkXdSGgyxQxL35dDEEAD2Owel+zEdKZ5I/JMqrA. Are you sure you want to continue connecting (yes/no/[fingerprint])? yes Warning: Permanently added 'svn.kde.org,195.201.182.103' (ECDSA) to the list of known hosts. s...@svn.kde.org: Permission denied (publickey). ``` 4) Some details: svn.kde.org is pointed to 195.201.182.103. My identify.kde.org account is "ppeter". Thanks! Yi-Jyun Pan.