diff --git a/NSch/NSch/Session.cs b/NSch/NSch/Session.cs index 6561ba11582..9f837571ccc 100755 --- a/NSch/NSch/Session.cs +++ b/NSch/NSch/Session.cs @@ -886,7 +886,7 @@ private void CheckHost(string chost, int port, KeyExchange kex) } if (i == HostKeyRepository.OK && JSch.GetLogger().IsEnabled(Logger.INFO)) { - JSch.GetLogger().Log(Logger.INFO, "Host '" + host + "' is known and mathces the " + JSch.GetLogger().Log(Logger.INFO, "Host '" + host + "' is known and matches the " + key_type + " host key"); } if (insert && JSch.GetLogger().IsEnabled(Logger.WARN))