Jump to content

Логирование дисконнектов в sshd


Recommended Posts

Привет всем.

 

Возник вопрос, как заставить sshd писать в лог не только соединения, но и дисконнекты?

Чтобы например в /var/log/auth.log кроме

 

Mar 14 10:57:40 core sshd[1189]: Accepted keyboard-interactive/pam for sanito from ---- port 57775 ssh2

Было еще и типа

 

Mar 14 11:57:40 core sshd[1189]: Disconnected sanito from ---- port 57775 ssh2

Или не обязательно в auth.log, хоть куда-то.

 

Подскажите как сделать, если можно конечно, а то навскидку в гугле и в man-е не нашел, может не то искал.

 

P.S. Смущает просто текст man-а "Normally the beginning, authentication, and termination of each connection is logged.". Так вот у меня ни на одной машине (freebsd) не логируется почему-то. При этом пробовал LogLevel DEBUG в sshd_config.

Link to post
Share on other sites

в линуксе логи по дефолту вида:

Mar 14 12:33:06 core sshd[9694]: Accepted password for foster from 99.99.99.99 port 61904 ssh2

Mar 14 12:33:07 core sshd[9694]: pam_unix(sshd:session): session opened for user foster by (uid=500)

Mar 14 12:34:59 core sshd[9694]: pam_unix(sshd:session): session closed for user foster

 

по идее и во фре ж такие же должны быть

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...