Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

runconfig: temporary enable ssh client ssh-rsa sha1 signature algorithm #333

Commits on Mar 23, 2022

  1. runconfig: temporary enable ssh client ssh-rsa sha1 signature algorithm

    Newer versions of openssh client disables ssh-rsa sha1 public key
    signature algorithm.
    
    Unfortunately gitea ssh server requires this signature algorithm instead
    of using the stronger rsa-sha2-256/rsa-sha2-512 (see
    go-gitea/gitea#17798)
    
    So, as a temporary workaround, force enable on the ssh client the
    ssh-rsa sha1 signature algorithm.
    sgotti committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    36ff4cd View commit details
    Browse the repository at this point in the history