請問 sshd(openssh) 的 log 資訊 - BBS

Joe avatar
By Joe
at 2009-12-01T16:15

Table of Contents

In FreeBSD ports, you can find a port named"denyhosts"
It could help you do what you want!


※ 引述《operationcow (香蕉公車)》之銘言:
: ※ [本文轉錄自 Linux 看板]
: 作者: operationcow (香蕉公車) 看板: Linux
: 標題: [問題] 請問 sshd(openssh) 的 log 資訊
: 時間: Sat Nov 28 12:30:25 2009
: ※ [本文轉錄自 LinuxDev 看板]
: 作者: operationcow (香蕉公車) 看板: LinuxDev
: 標題: [問題] 請問 sshd(openssh) 的 log 資訊
: 時間: Sat Nov 28 12:29:58 2009
: 小弟我最近在研究 log, 希望撰寫一個可以防止 ssh bruteforce
: attempt 的 script
: 因此我看了 /etc/syslog.conf 後決定從 /var/log/messages 下手
: 我發現每次只要 ssh 失敗, 就會出現
: sshd[816]: error: PAM: authentication error for xxxx
: 如果是某一次登入連續三次輸入密碼失敗而被踢出
: 就會出現
: sshd[816]: error: PAM: authentication error for xxxx
: last message repeated 2 times
: 我有兩個疑問
: (1) error: PAM: authentication error for xxxx 這個 log 可以很容易
: 看出是由 pid 為 816 的 sshd 所 syslog 的, 但 last message
: repeated 2 times 卻沒有說是哪一個 process 所 syslog 的. 請問這是
: 哪裡來的呢??
: (2) 上網找了資料, 看到有的資料是藉由分析 error: PAM: authentication
: error for xxxx 來獲得該被阻擋的 IP, 但是我有一個問題, 就是怎麼知
: 道 ssh 失敗只會產生這種 log, 有什麼地方可以看到 openssh 所會產生
: 的所有 log 嗎?? 我有嘗試把 openssh 下載下來 trace code, 不過看了
: 一下就眼花了 OTZ...
: [其實我主要想問的是, 大家為不同的 application 撰寫 log analysis
: script, 都是去哪裡獲得該 application 資料及確保自己撰寫的 script
: 是正確的呢??]
: 問題有點長, 感謝大家 <(__)>
: -----------------------------------------------------------------------
: (1)
: 以下是我查到的資料:
: http://0rz.tw/mptVm
: 因為是 disable 這個功能是在 syslogd 的 option, 所以可以很合理的推斷這是
: 屬於 syslogd 所 log 的資訊, 目的應該是為了避免太多重複的 log message

--
Tags: BBS

All Comments

FreeBSD 8.0 Benchmarked Against Linux, OpenSolaris

Suhail Hany avatar
By Suhail Hany
at 2009-12-01T02:29
剛剛在 freebsd-questions 上看到的: FreeBSD 8.0 Benchmarked Against Linux, OpenSolaris Published on November 30, 2009 http://www.phoronix.com/scan.php?page=artic ...

請問有關於 top, watch

Belly avatar
By Belly
at 2009-11-30T22:09
※ 引述《king19880326 (OK的啦~我都可以接受)》之銘言: : 大家都知道 Linux 上有一個 command 叫做 watch : 可以週期性的執行 command : 現今我想要寫一個 script 來模擬 : 想法如下 : while :; do : clear : 待執 ...

請問有關於 top, watch

Odelette avatar
By Odelette
at 2009-11-29T18:53
大家都知道 Linux 上有一個 command 叫做 watch 可以週期性的執行 command 現今我想要寫一個 script 來模擬 想法如下 while :; do clear 待執行的 command sleep 1 done 可是我發現這樣會有一些問題, 如果是 ...

請問 sshd(openssh) 的 log 資訊

Delia avatar
By Delia
at 2009-11-28T22:43
已經有人寫好了 官方網站: http://samm.kiev.ua/bruteblock/ 參考: http://skeletor.ho.ua/index.php?name=articlesandamp;op=readandamp;art=33andamp;cat=10 以下是安裝方法 OS版本: Fre ...

cacti show graphs很慢?

Elma avatar
By Elma
at 2009-11-28T22:11
※ 引述《AndyLie.bbsatbbs.cs.nthu.edu.tw (Xiao Jin)》之銘言: : freebsd 7.2 : cacti 0.8.7e : 在graph mode tree view時很慢 : 開啟tree中的7張圖, 測量需15~17秒 : (6張mounted partitio ...