loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Respect SSH.KeygenPath option when calculating ssh key fingerprints (#27536)

Fixes #27535

authored by

Sebastian Grabowski and committed by
GitHub
3c131307 ac4ae355

+1 -1
+1 -1
models/asymkey/ssh_key_fingerprint.go
··· 81 81 fnName, fp string 82 82 err error 83 83 ) 84 - if setting.SSH.StartBuiltinServer { 84 + if len(setting.SSH.KeygenPath) == 0 { 85 85 fnName = "calcFingerprintNative" 86 86 fp, err = calcFingerprintNative(publicKeyContent) 87 87 } else {