We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29d3949 commit 63587a4Copy full SHA for 63587a4
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