Created
October 9, 2010 17:07
-
-
Save ChrisBuchholz/618385 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# chrisbuchholz | |
Oct 9 17:03:17 localhost sshd[7417]: Accepted password for chrisbuchholz from 80.162.211.104 port 57170 ssh2 | |
Oct 9 17:03:17 localhost sshd[7417]: pam_env(sshd:setcred): Unable to open env file: /etc/default/locale: No such file or directory | |
Oct 9 17:03:17 localhost sshd[7417]: pam_unix(sshd:session): session opened for user chrisbuchholz by (uid=0) | |
Oct 9 17:03:17 localhost sshd[7476]: pam_env(sshd:setcred): Unable to open env file: /etc/default/locale: No such file or directory | |
Oct 9 17:03:38 localhost sshd[7476]: Received disconnect from 80.162.211.104: 11: disconnected by user | |
Oct 9 17:03:38 localhost sshd[7417]: pam_unix(sshd:session): session closed for user chrisbuchholz | |
Oct 9 17:03:38 localhost sshd[7417]: pam_env(sshd:setcred): Unable to open env file: /etc/default/locale: No such file or directory | |
# root | |
Oct 9 17:09:21 localhost sshd[10646]: Accepted password for root from 80.162.211.104 port 41970 ssh2 | |
Oct 9 17:09:21 localhost sshd[10646]: pam_env(sshd:setcred): Unable to open env file: /etc/default/locale: No such file or directory | |
Oct 9 17:09:21 localhost sshd[10646]: pam_unix(sshd:session): session opened for user root by (uid=0) | |
Oct 9 17:09:21 localhost sshd[10686]: pam_env(sshd:setcred): Unable to open env file: /etc/default/locale: No such file or directory | |
################################### | |
# fixed error | |
################################### | |
Oct 10 06:06:22 localhost sshd[18881]: Accepted password for chrisbuchholz from 80.162.211.104 port 44474 ssh2 | |
Oct 10 06:06:22 localhost sshd[18881]: pam_unix(sshd:session): session opened for user chrisbuchholz by (uid=0) | |
Oct 10 06:07:22 localhost sshd[17549]: Received disconnect from 80.162.211.104: 11: disconnected by user | |
Oct 10 06:07:22 localhost sshd[17549]: pam_unix(sshd:session): session closed for user root | |
Oct 10 06:07:39 localhost sshd[19651]: Accepted password for root from 80.162.211.104 port 44478 ssh2 | |
Oct 10 06:07:39 localhost sshd[19651]: pam_unix(sshd:session): session opened for user root by (uid=0) | |
Oct 10 06:07:44 localhost sshd[19651]: Received disconnect from 80.162.211.104: 11: disconnected by user | |
Oct 10 06:07:44 localhost sshd[19651]: pam_unix(sshd:session): session closed for user root | |
Oct 10 06:08:05 localhost sshd[19890]: Accepted password for root from 80.162.211.104 port 44483 ssh2 | |
Oct 10 06:08:05 localhost sshd[19890]: pam_unix(sshd:session): session opened for user root by (uid=0) | |
Oct 10 06:09:01 localhost CRON[20484]: pam_unix(cron:session): session opened for user root by (uid=0) | |
Oct 10 06:09:01 localhost CRON[20484]: pam_unix(cron:session): session closed for user root | |
Oct 10 06:09:04 localhost sshd[19031]: Received disconnect from 80.162.211.104: 11: disconnected by user | |
Oct 10 06:09:04 localhost sshd[18881]: pam_unix(sshd:session): session closed for user chrisbuchholz | |
Oct 10 06:09:27 localhost sshd[19890]: Received disconnect from 80.162.211.104: 11: disconnected by user | |
Oct 10 06:09:27 localhost sshd[19890]: pam_unix(sshd:session): session closed for user root | |
Oct 10 06:09:54 localhost sshd[20862]: Accepted password for root from 80.162.211.104 port 42407 ssh2 | |
Oct 10 06:09:54 localhost sshd[20862]: pam_unix(sshd:session): session opened for user root by (uid=0) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment