Skip to content

Commit ae2efac

Browse files
authored
Merge pull request #17652 from iterate-ch/bugfix/GH-17512
Logging.
2 parents 6405bc0 + 7e27db0 commit ae2efac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ssh/src/main/java/ch/cyberduck/core/sftp/PreferencesHostKeyVerifier.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ private String toFormat(final Host host, final PublicKey key, boolean port) {
7777
@Override
7878
protected void allow(final Host host, final PublicKey key, final boolean persist) {
7979
if(persist) {
80+
log.debug("Save host key {} to preferences for {}", key, host);
8081
preferences.setProperty(this.toFormat(host, key), Base64.toBase64String(key.getEncoded()));
8182
}
8283
}

0 commit comments

Comments
 (0)