NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform. You will still be able to view content, but posting and replying will be temporarily disabled.
We're excited to launch our new Community experience on July 30 and more information will follow soon.
Stay connected during the transition - Join our Discord community today.

ONTAP Discussions

Filtering or Preventing Certain Events In Messages File

sscott
4,137 Views

We get thousands of these in messages file.  Any suggestions for stopping or filtering them?

Sun Jan 27 02:08:36 CST [filera: sshd_0:info]: Postponed publickey for root from 110.23.33.77 port 40077ssh2

2 REPLIES 2

billshaffer
4,137 Views

Check out https://kb.netapp.com/support/index?page=content&id=2011558.  Try troubleshooting the ssh connection with -v, -vv, or -vvv from the client.  If all you want to do is quiet it down, you can modify the syslog config - though I'd try to fix the issue instead.

Bill

aborzenkov
4,137 Views

This means the first SSH key offered by client is not the same as stored in filer, so it just goes on an tries next key offered. The message is debug level in OpenSSH, but someone in NetApp decided to promote it to info level.

The only fix is to make sure client is using the same public key as is stored on NetApp.

Public