We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac4ae35 commit 3c13130Copy full SHA for 3c13130
models/asymkey/ssh_key_fingerprint.go
@@ -81,7 +81,7 @@ func CalcFingerprint(publicKeyContent string) (string, error) {
81
fnName, fp string
82
err error
83
)
84
- if setting.SSH.StartBuiltinServer {
+ if len(setting.SSH.KeygenPath) == 0 {
85
fnName = "calcFingerprintNative"
86
fp, err = calcFingerprintNative(publicKeyContent)
87
} else {
0 commit comments