SCRIP ANTI MULTI LOGIN [RESOLVIDO]

25. Re: SCRIP ANTI MULTI LOGIN [RESOLVIDO]

Célio Junior
celiomagalhaesjr

(usa Ubuntu)

Enviado em 29/10/2016 - 23:56h

msoliver escreveu:

celiomagalhaesjr escreveu:

msoliver escreveu:

celiomagalhaesjr escreveu:

msoliver escreveu:

celiomagalhaesjr escreveu:

funcionou so uma vez.... em seguida repete o inquerito


Repete as perguntas?
Em qual situação?

mso

Então, ele faz o inquerito, desliga o multi login e volta para o inquerito, no caso seu nao responder ele fica parado

===========================================================================================
Se o SCRIPT é interrompido, quando reiniciado ele faz as perguntas novamente.
Para PERGUNTAR somente 01 vez, troque a LINHA 15 na FUNÇãO "CRIA_LSUSERS", por essa abaixo:
[ -e $lsusers ] || awk -F":" '{if($3>=500 && $3<65534) print $1}' /etc/passwd > /tmp/users && NR=$(wc -l < "$lsusers")

Celio, poste o LOG de ACESSOS do SSH, estou pensando em um script com base no LOG . . . .

MSO



1477789549.806 0 187.70.244.26 TCP_MEM_HIT/200 647 GET http://claro-gestoronline.claro.com.br/ - HIER_NONE/- text/html
1477789978.938 0 52.198.96.87 NONE/400 3577 GET /locale/en/adv_wtp_trafficmanage.php - HIER_NONE/- text/html
OS TCP_DENIED/403 sao tentativas de invasao :'(

==================================================
Esse não é o log de ACESSOS SSH . . .
mso



perdoe o meu erro, como disse sou novo nesse mundo do Linux.... Como faço para acessar os LOGS?


  


26. Re: SCRIP ANTI MULTI LOGIN [RESOLVIDO]

Marcelo Oliver
msoliver

(usa Debian)

Enviado em 30/10/2016 - 00:56h

celiomagalhaesjr escreveu:

msoliver escreveu:

celiomagalhaesjr escreveu:

msoliver escreveu:

celiomagalhaesjr escreveu:

msoliver escreveu:

celiomagalhaesjr escreveu:

funcionou so uma vez.... em seguida repete o inquerito


Repete as perguntas?
Em qual situação?

mso

Então, ele faz o inquerito, desliga o multi login e volta para o inquerito, no caso seu nao responder ele fica parado

===========================================================================================
Se o SCRIPT é interrompido, quando reiniciado ele faz as perguntas novamente.
Para PERGUNTAR somente 01 vez, troque a LINHA 15 na FUNÇãO "CRIA_LSUSERS", por essa abaixo:
[ -e $lsusers ] || awk -F":" '{if($3>=500 && $3<65534) print $1}' /etc/passwd > /tmp/users && NR=$(wc -l < "$lsusers")

Celio, poste o LOG de ACESSOS do SSH, estou pensando em um script com base no LOG . . . .

MSO



1477789549.806 0 187.70.244.26 TCP_MEM_HIT/200 647 GET http://claro-gestoronline.claro.com.br/ - HIER_NONE/- text/html
1477789978.938 0 52.198.96.87 NONE/400 3577 GET /locale/en/adv_wtp_trafficmanage.php - HIER_NONE/- text/html
OS TCP_DENIED/403 sao tentativas de invasao :'(

==================================================
Esse não é o log de ACESSOS SSH . . .
mso



perdoe o meu erro, como disse sou novo nesse mundo do Linux.... Como faço para acessar os LOGS?

=========================================================================================
Rsrsrsrsr
Como ROOT.
cat /var/log/auth.log
O conteúdo é parecido com esse:
/var/log/auth.log:Oct 30 00:45:03 debian sshd[2565]: Accepted password for mso013 from 192.168.0.8 port 41943 ssh2
/var/log/auth.log:Oct 30 00:45:03 debian sshd[2565]: pam_unix(sshd:session): session opened for user mso013 by (uid=0)
/var/log/auth.log:Oct 30 00:46:02 debian sshd[2567]: Received disconnect from 192.168.0.8: 11: disconnected by user
/var/log/auth.log:Oct 30 00:46:02 debian sshd[2565]: pam_unix(sshd:session): session closed for user mso013
/var/log/auth.log:Oct 30 00:46:52 debian sshd[2584]: pam_unix(sshd:auth): authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=192.168.0.8 user=mso
/var/log/auth.log:Oct 30 00:46:53 debian sshd[2584]: Failed password for mso from 192.168.0.8 port 41944 ssh2



att.:
mso



27. Re: SCRIP ANTI MULTI LOGIN [RESOLVIDO]

Célio Junior
celiomagalhaesjr

(usa Ubuntu)

Enviado em 30/10/2016 - 01:07h

msoliver escreveu:

celiomagalhaesjr escreveu:

msoliver escreveu:

celiomagalhaesjr escreveu:

msoliver escreveu:

celiomagalhaesjr escreveu:

msoliver escreveu:

celiomagalhaesjr escreveu:

funcionou so uma vez.... em seguida repete o inquerito


Repete as perguntas?
Em qual situação?

mso

Então, ele faz o inquerito, desliga o multi login e volta para o inquerito, no caso seu nao responder ele fica parado

===========================================================================================
Se o SCRIPT é interrompido, quando reiniciado ele faz as perguntas novamente.
Para PERGUNTAR somente 01 vez, troque a LINHA 15 na FUNÇãO "CRIA_LSUSERS", por essa abaixo:
[ -e $lsusers ] || awk -F":" '{if($3>=500 && $3<65534) print $1}' /etc/passwd > /tmp/users && NR=$(wc -l < "$lsusers")

Celio, poste o LOG de ACESSOS do SSH, estou pensando em um script com base no LOG . . . .

MSO



1477789549.806 0 187.70.244.26 TCP_MEM_HIT/200 647 GET http://claro-gestoronline.claro.com.br/ - HIER_NONE/- text/html
1477789978.938 0 52.198.96.87 NONE/400 3577 GET /locale/en/adv_wtp_trafficmanage.php - HIER_NONE/- text/html
OS TCP_DENIED/403 sao tentativas de invasao :'(

==================================================
Esse não é o log de ACESSOS SSH . . .
mso



perdoe o meu erro, como disse sou novo nesse mundo do Linux.... Como faço para acessar os LOGS?

=========================================================================================
Rsrsrsrsr
Como ROOT.
cat /var/log/auth.log
O conteúdo é parecido com esse:
/var/log/auth.log:Oct 30 00:45:03 debian sshd[2565]: Accepted password for mso013 from 192.168.0.8 port 41943 ssh2
/var/log/auth.log:Oct 30 00:45:03 debian sshd[2565]: pam_unix(sshd:session): session opened for user mso013 by (uid=0)
/var/log/auth.log:Oct 30 00:46:02 debian sshd[2567]: Received disconnect from 192.168.0.8: 11: disconnected by user
/var/log/auth.log:Oct 30 00:46:02 debian sshd[2565]: pam_unix(sshd:session): session closed for user mso013
/var/log/auth.log:Oct 30 00:46:52 debian sshd[2584]: pam_unix(sshd:auth): authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=192.168.0.8 user=mso
/var/log/auth.log:Oct 30 00:46:53 debian sshd[2584]: Failed password for mso from 192.168.0.8 port 41944 ssh2



att.:
mso


[code] such file or directory
Oct 29 21:36:40 5bkj5yky8i sshd[15917]: Accepted password for celiojr94 from 181.215.109.252 port 44800 ssh2
Oct 29 21:36:40 5bkj5yky8i sshd[15917]: pam_unix(sshd:session): session opened for user celiojr94 by (uid=0)
Oct 29 21:36:40 5bkj5yky8i sshd[15917]: pam_systemd(sshd:session): Failed to create session: No such file or directory
Oct 29 21:36:40 5bkj5yky8i sshd[15917]: pam_env(sshd:session): Unable to open env file: /etc/default/locale: No such file or directory
Oct 29 21:36:41 5bkj5yky8i sshd[15794]: pam_unix(sshd:session): session closed for user celiojr94
Oct 29 21:36:41 5bkj5yky8i sshd[15917]: pam_unix(sshd:session): session closed for user celiojr94
Oct 29 21:36:47 5bkj5yky8i sshd[23332]: pam_unix(sshd:session): session closed for user websontango
Oct 29 21:36:49 5bkj5yky8i sshd[16191]: Accepted password for celiojr94 from 181.215.109.252 port 45091 ssh2
Oct 29 21:36:49 5bkj5yky8i sshd[16191]: pam_unix(sshd:session): session opened for user celiojr94 by (uid=0)
Oct 29 21:36:49 5bkj5yky8i sshd[16191]: pam_systemd(sshd:session): Failed to create session: No such file or directory
Oct 29 21:36:49 5bkj5yky8i sshd[16191]: pam_env(sshd:session): Unable to open env file: /etc/default/locale: No such file or directory
Oct 29 21:36:49 5bkj5yky8i sshd[16193]: Accepted password for celiojr94 from 181.215.109.252 port 45096 ssh2
Oct 29 21:36:49 5bkj5yky8i sshd[16193]: pam_unix(sshd:session): session opened for user celiojr94 by (uid=0)
Oct 29 21:36:49 5bkj5yky8i sshd[16193]: pam_systemd(sshd:session): Failed to create session: No such file or directory
Oct 29 21:36:49 5bkj5yky8i sshd[16193]: pam_env(sshd:session): Unable to open env file: /etc/default/locale: No such file or directory
Oct 29 21:36:51 5bkj5yky8i sshd[16191]: pam_unix(sshd:session): session closed for user celiojr94
Oct 29 21:36:51 5bkj5yky8i sshd[16193]: pam_unix(sshd:session): session closed for user celiojr94
Oct 29 21:36:59 5bkj5yky8i sshd[16344]: Accepted password for celiojr94 from 181.215.109.252 port 45381 ssh2
Oct 29 21:36:59 5bkj5yky8i sshd[16344]: pam_unix(sshd:session): session opened for user celiojr94 by (uid=0)
Oct 29 21:36:59 5bkj5yky8i sshd[16344]: pam_systemd(sshd:session): Failed to create session: No such file or directory
Oct 29 21:36:59 5bkj5yky8i sshd[16344]: pam_env(sshd:session): Unable to open env file: /etc/default/locale: No such file or directory
Oct 29 21:36:59 5bkj5yky8i sshd[16467]: Accepted password for celiojr94 from 181.215.109.252 port 45391 ssh2
Oct 29 21:36:59 5bkj5yky8i sshd[16467]: pam_unix(sshd:session): session opened for user celiojr94 by (uid=0)
Oct 29 21:36:59 5bkj5yky8i sshd[16467]: pam_systemd(sshd:session): Failed to create session: No such file or directory
Oct 29 21:36:59 5bkj5yky8i sshd[16467]: pam_env(sshd:session): Unable to open env file: /etc/default/locale: No such file or directory
Oct 29 21:37:02 5bkj5yky8i sshd[16344]: pam_unix(sshd:session): session closed for user celiojr94
Oct 29 21:37:02 5bkj5yky8i sshd[16467]: pam_unix(sshd:session): session closed for user celiojr94
Oct 29 21:37:09 5bkj5yky8i sshd[16619]: Accepted password for celiojr94 from 181.215.109.252 port 45643 ssh2
Oct 29 21:37:09 5bkj5yky8i sshd[16619]: pam_unix(sshd:session): session opened for user celiojr94 by (uid=0)
Oct 29 21:37:09 5bkj5yky8i sshd[16619]: pam_systemd(sshd:session): Failed to create session: No such file or directory
Oct 29 21:37:09 5bkj5yky8i sshd[16619]: pam_env(sshd:session): Unable to open env file: /etc/default/locale: No such file or directory
Oct 29 21:37:09 5bkj5yky8i sshd[16742]: Accepted password for celiojr94 from 181.215.109.252 port 45645 ssh2
Oct 29 21:37:09 5bkj5yky8i sshd[16742]: pam_unix(sshd:session): session opened for user celiojr94 by (uid=0)
Oct 29 21:37:09 5bkj5yky8i sshd[16742]: pam_systemd(sshd:session): Failed to create session: No such file or directory
Oct 29 21:37:09 5bkj5yky8i sshd[16742]: pam_env(sshd:session): Unable to open env file: /etc/default/locale: No such file or directory
Oct 29 21:37:12 5bkj5yky8i sshd[16742]: pam_unix(sshd:session): session closed for user celiojr94
Oct 29 21:37:12 5bkj5yky8i sshd[16619]: pam_unix(sshd:session): session closed for user celiojr94
Oct 29 21:37:20 5bkj5yky8i sshd[17016]: Accepted password for celiojr94 from 181.215.109.252 port 45796 ssh2
Oct 29 21:37:20 5bkj5yky8i sshd[17016]: pam_unix(sshd:session): session opened for user celiojr94 by (uid=0)
Oct 29 21:37:20 5bkj5yky8i sshd[17016]: pam_systemd(sshd:session): Failed to create session: No such file or directory
Oct 29 21:37:20 5bkj5yky8i sshd[17016]: pam_env(sshd:session): Unable to open env file: /etc/default/locale: No such file or directory
Oct 29 21:37:22 5bkj5yky8i sshd[17016]: pam_unix(sshd:session): session closed for user celiojr94
Oct 29 21:37:29 5bkj5yky8i sshd[17282]: Accepted password for celiojr94 from 181.215.109.252 port 46109 ssh2
Oct 29 21:37:29 5bkj5yky8i sshd[17282]: pam_unix(sshd:session): session opened for user celiojr94 by (uid=0)
Oct 29 21:37:29 5bkj5yky8i sshd[17282]: pam_systemd(sshd:session): Failed to create session: No such file or directory
Oct 29 21:37:29 5bkj5yky8i sshd[17282]: pam_env(sshd:session): Unable to open env file: /etc/default/locale: No such file or directory
Oct 29 21:37:30 5bkj5yky8i sshd[17281]: Accepted password for celiojr94 from 181.215.109.252 port 46105 ssh2
Oct 29 21:37:30 5bkj5yky8i sshd[17281]: pam_unix(sshd:session): session opened for user celiojr94 by (uid=0)
Oct 29 21:37:30 5bkj5yky8i sshd[17281]: pam_systemd(sshd:session): Failed to create session: No such file or directory
Oct 29 21:37:30 5bkj5yky8i sshd[17281]: pam_env(sshd:session): Unable to open env file: /etc/default/locale: No such file or directory
Oct 29 21:37:32 5bkj5yky8i sshd[17304]: error: connect_to 127.0.0.1 port 7300: failed.
Oct 29 21:37:32 5bkj5yky8i sshd[17281]: pam_unix(sshd:session): session closed for user celiojr94
Oct 29 21:37:32 5bkj5yky8i sshd[17282]: pam_unix(sshd:session): session closed for user celiojr94
Oct 29 21:37:40 5bkj5yky8i sshd[17556]: Accepted password for celiojr94 from 181.215.109.252 port 46390 ssh2
Oct 29 21:37:40 5bkj5yky8i sshd[17556]: pam_unix(sshd:session): session opened for user celiojr94 by (uid=0)
Oct 29 21:37:40 5bkj5yky8i sshd[17556]: pam_systemd(sshd:session): Failed to create session: No such file or directory
Oct 29 21:37:40 5bkj5yky8i sshd[17556]: pam_env(sshd:session): Unable to open env file: /etc/default/locale: No such file or directory
Oct 29 21:37:43 5bkj5yky8i sshd[17567]: error: connect_to 127.0.0.1 port 7300: failed.
Oct 29 21:38:15 5bkj5yky8i sshd[18179]: Accepted password for celiojr94 from 181.215.109.252 port 47011 ssh2
Oct 29 21:38:15 5bkj5yky8i sshd[18179]: pam_unix(sshd:session): session opened for user celiojr94 by (uid=0)
Oct 29 21:38:15 5bkj5yky8i sshd[18179]: pam_systemd(sshd:session): Failed to create session: No such file or directory
Oct 29 21:38:15 5bkj5yky8i sshd[18179]: pam_env(sshd:session): Unable to open env file: /etc/default/locale: No such file or directory
Oct 29 21:38:18 5bkj5yky8i sshd[17556]: pam_unix(sshd:session): session closed for user celiojr94
Oct 29 21:38:18 5bkj5yky8i sshd[18179]: pam_unix(sshd:session): session closed for user celiojr94
Oct 29 21:38:26 5bkj5yky8i sshd[18686]: Accepted password for celiojr94 from 181.215.109.252 port 47575 ssh2
Oct 29 21:38:26 5bkj5yky8i sshd[18686]: pam_unix(sshd:session): session opened for user celiojr94 by (uid=0)
Oct 29 21:38:26 5bkj5yky8i sshd[18686]: pam_systemd(sshd:session): Failed to create session: No such file or directory
Oct 29 21:38:26 5bkj5yky8i sshd[18686]: pam_env(sshd:session): Unable to open env file: /etc/default/locale: No such file or directory
Oct 29 21:38:26 5bkj5yky8i sshd[18687]: Accepted password for celiojr94 from 181.215.109.252 port 47581 ssh2
Oct 29 21:38:26 5bkj5yky8i sshd[18687]: pam_unix(sshd:session): session opened for user celiojr94 by (uid=0)
Oct 29 21:38:26 5bkj5yky8i sshd[18687]: pam_systemd(sshd:session): Failed to create session: No such file or directory
Oct 29 21:38:26 5bkj5yky8i sshd[18687]: pam_env(sshd:session): Unable to open env file: /etc/default/locale: No such file or directory
Oct 29 21:38:28 5bkj5yky8i sshd[18686]: pam_unix(sshd:session): session closed for user celiojr94
Oct 29 21:38:28 5bkj5yky8i sshd[18687]: pam_unix(sshd:session): session closed for user celiojr94
Oct 29 21:38:37 5bkj5yky8i sshd[18913]: Accepted password for celiojr94 from 181.215.109.252 port 47836 ssh2
Oct 29 21:38:37 5bkj5yky8i sshd[18913]: pam_unix(sshd:session): session opened for user celiojr94 by (uid=0)
Oct 29 21:38:37 5bkj5yky8i sshd[18913]: pam_systemd(sshd:session): Failed to create session: No such file or directory
Oct 29 21:38:37 5bkj5yky8i sshd[18913]: pam_env(sshd:session): Unable to open env file: /etc/default/locale: No such file or directory
Oct 29 21:38:37 5bkj5yky8i sshd[18962]: Accepted password for celiojr94 from 181.215.109.252 port 47842 ssh2
Oct 29 21:38:37 5bkj5yky8i sshd[18962]: pam_unix(sshd:session): session opened for user celiojr94 by (uid=0)
Oct 29 21:38:37 5bkj5yky8i sshd[18962]: pam_systemd(sshd:session): Failed to create session: No such file or directory
Oct 29 21:38:37 5bkj5yky8i sshd[18962]: pam_env(sshd:session): Unable to open env file: /etc/default/locale: No such file or directory
Oct 29 21:38:39 5bkj5yky8i sshd[18913]: pam_unix(sshd:session): session closed for user celiojr94
Oct 29 21:38:39 5bkj5yky8i sshd[18962]: pam_unix(sshd:session): session closed for user celiojr94
Oct 29 21:38:47 5bkj5yky8i sshd[19260]: Accepted password for celiojr94 from 181.215.109.252 port 48016 ssh2
Oct 29 21:38:47 5bkj5yky8i sshd[19260]: pam_unix(sshd:session): session opened for user celiojr94 by (uid=0)
Oct 29 21:38:47 5bkj5yky8i sshd[19260]: pam_systemd(sshd:session): Failed to create session: No such file or directory
Oct 29 21:38:47 5bkj5yky8i sshd[19260]: pam_env(sshd:session): Unable to open env file: /etc/default/locale: No such file or directory
Oct 29 21:38:50 5bkj5yky8i sshd[19285]: error: connect_to 127.0.0.1 port 7300: failed.
Oct 29 21:39:03 5bkj5yky8i sshd[19259]: Accepted password for celiojr94 from 181.215.109.252 port 48014 ssh2
Oct 29 21:39:03 5bkj5yky8i sshd[19259]: pam_unix(sshd:session): session opened for user celiojr94 by (uid=0)
Oct 29 21:39:03 5bkj5yky8i sshd[19259]: pam_systemd(sshd:session): Failed to create session: No such file or directory
Oct 29 21:39:03 5bkj5yky8i sshd[19259]: pam_env(sshd:session): Unable to open env file: /etc/default/locale: No such file or directory
Oct 29 21:39:04 5bkj5yky8i sshd[19259]: pam_unix(sshd:session): session closed for user celiojr94
Oct 29 21:39:04 5bkj5yky8i sshd[19260]: pam_unix(sshd:session): session closed for user celiojr94
Oct 29 21:39:12 5bkj5yky8i sshd[20002]: Accepted password for celiojr94 from 181.215.109.252 port 48653 ssh2
Oct 29 21:39:12 5bkj5yky8i sshd[20002]: pam_unix(sshd:session): session opened for user celiojr94 by (uid=0)
Oct 29 21:39:12 5bkj5yky8i sshd[20002]: pam_systemd(sshd:session): Failed to create session: No such file or directory
Oct 29 21:39:12 5bkj5yky8i sshd[20002]: pam_env(sshd:session): Unable to open env file: /etc/default/locale: No such file or directory
Oct 29 21:39:13 5bkj5yky8i sshd[19954]: Accepted password for celiojr94 from 181.215.109.252 port 48639 ssh2
Oct 29 21:39:13 5bkj5yky8i sshd[19954]: pam_unix(sshd:session): session opened for user celiojr94 by (uid=0)
Oct 29 21:39:13 5bkj5yky8i sshd[19954]: pam_systemd(sshd:session): Failed to create session: No such file or directory
Oct 29 21:39:13 5bkj5yky8i sshd[19954]: pam_env(sshd:session): Unable to open env file: /etc/default/locale: No such file or directory
Oct 29 21:39:14 5bkj5yky8i sshd[19954]: pam_unix(sshd:session): session closed for user celiojr94
Oct 29 21:39:14 5bkj5yky8i sshd[20002]: pam_unix(sshd:session): session closed for user celiojr94
Oct 29 21:39:22 5bkj5yky8i sshd[20275]: Accepted password for celiojr94 from 181.215.109.252 port 49015 ssh2
Oct 29 21:39:22 5bkj5yky8i sshd[20275]: pam_unix(sshd:session): session opened for user celiojr94 by (uid=0)
Oct 29 21:39:22 5bkj5yky8i sshd[20275]: pam_systemd(sshd:session): Failed to create session: No such file or directory
Oct 29 21:39:22 5bkj5yky8i sshd[20275]: pam_env(sshd:session): Unable to open env file: /etc/default/locale: No such file or directory
Oct 29 21:39:25 5bkj5yky8i sshd[20277]: Accepted password for celiojr94 from 181.215.109.252 port 49034 ssh2
Oct 29 21:39:25 5bkj5yky8i sshd[20277]: pam_unix(sshd:session): session opened for user celiojr94 by (uid=0)
Oct 29 21:39:25 5bkj5yky8i sshd[20277]: pam_systemd(sshd:session): Failed to create session: No such file or directory
Oct 29 21:39:25 5bkj5yky8i sshd[20277]: pam_env(sshd:session): Unable to open env file: /etc/default/locale: No such file or directory
Oct 29 21:39:26 5bkj5yky8i sshd[20288]: error: connect_to 127.0.0.1 port 7300: failed.
Oct 29 21:39:27 5bkj5yky8i sshd[20420]: error: connect_to 127.0.0.1 port 7300: failed.
Oct 29 21:39:30 5bkj5yky8i sshd[20275]: pam_unix(sshd:session): session closed for user celiojr94
Oct 29 21:39:30 5bkj5yky8i sshd[20277]: pam_unix(sshd:session): session closed for user celiojr94
Oct 29 21:39:37 5bkj5yky8i sshd[20564]: Accepted password for celiojr94 from 181.215.109.252 port 49346 ssh2
Oct 29 21:39:37 5bkj5yky8i sshd[20564]: pam_unix(sshd:session): session opened for user celiojr94 by (uid=0)
Oct 29 21:39:37 5bkj5yky8i sshd[20564]: pam_systemd(sshd:session): Failed to create session: No such file or directory
Oct 29 21:39:37 5bkj5yky8i sshd[20564]: pam_env(sshd:session): Unable to open env file: /etc/default/locale: No such file or directory
Oct 29 21:39:39 5bkj5yky8i sshd[20685]: Received disconnect from 181.215.109.252: 11: Closed due to user request.
Oct 29 21:39:39 5bkj5yky8i sshd[20564]: pam_unix(sshd:session): session closed for user celiojr94
Oct 29 21:39:39 5bkj5yky8i sshd[20674]: Accepted password for celiojr94 from 181.215.109.252 port 49366 ssh2
Oct 29 21:39:39 5bkj5yky8i sshd[20674]: pam_unix(sshd:session): session opened for user celiojr94 by (uid=0)
Oct 29 21:39:39 5bkj5yky8i sshd[20674]: pam_systemd(sshd:session): Failed to create session: No such file or directory
Oct 29 21:39:39 5bkj5yky8i sshd[20674]: pam_env(sshd:session): Unable to open env file: /etc/default/locale: No such file or directory
Oct 29 21:39:41 5bkj5yky8i sshd[20695]: error: connect_to 127.0.0.1 port 7300: failed.
Oct 29 21:39:46 5bkj5yky8i sshd[20818]: Accepted password for celiojr94 from 181.215.109.252 port 49558 ssh2
Oct 29 21:39:46 5bkj5yky8i sshd[20818]: pam_unix(sshd:session): session opened for user celiojr94 by (uid=0)
Oct 29 21:39:46 5bkj5yky8i sshd[20818]: pam_systemd(sshd:session): Failed to create session: No such file or directory
Oct 29 21:39:46 5bkj5yky8i sshd[20818]: pam_env(sshd:session): Unable to open env file: /etc/default/locale: No such file or directory
Oct 29 21:39:49 5bkj5yky8i sshd[20951]: error: connect_to 127.0.0.1 port 7300: failed.
Oct 29 21:39:50 5bkj5yky8i sshd[20674]: pam_unix(sshd:session): session closed for user celiojr94
Oct 29 21:39:50 5bkj5yky8i sshd[20818]: pam_unix(sshd:session): session closed for user celiojr94
Oct 29 21:39:57 5bkj5yky8i sshd[21203]: Accepted password for celiojr94 from 181.215.109.252 port 49947 ssh2
Oct 29 21:39:57 5bkj5yky8i sshd[21203]: pam_unix(sshd:session): session opened for user celiojr94 by (uid=0)
Oct 29 21:39:58 5bkj5yky8i sshd[21203]: pam_systemd(sshd:session): Failed to create session: No such file or directory
Oct 29 21:39:58 5bkj5yky8i sshd[21203]: pam_env(sshd:session): Unable to open env file: /etc/default/locale: No such file or directory
Oct 29 21:39:59 5bkj5yky8i sshd[21205]: Connection closed by 181.215.109.252 [preauth]
Oct 29 21:40:02 5bkj5yky8i sshd[21216]: error: connect_to 127.0.0.1 port 7300: failed.
Oct 29 21:40:03 5bkj5yky8i su[12829]: pam_unix(su:session): session closed for user root
Oct 29 21:40:06 5bkj5yky8i sshd[26658]: pam_unix(sshd:session): session closed for user mixssh
Oct 29 21:40:12 5bkj5yky8i sshd[21462]: Accepted password for celiojr94 from 181.215.109.252 port 50446 ssh2
Oct 29 21:40:12 5bkj5yky8i sshd[21462]: pam_unix(sshd:session): session opened for user celiojr94 by (uid=0)
Oct 29 21:40:12 5bkj5yky8i sshd[21462]: pam_systemd(sshd:session): Failed to create session: No such file or directory
Oct 29 21:40:12 5bkj5yky8i sshd[21462]: pam_env(sshd:session): Unable to open env file: /etc/default/locale: No such file or directory
Oct 29 21:40:14 5bkj5yky8i sshd[21595]: error: connect_to 127.0.0.1 port 7300: failed.
Oct 29 21:40:16 5bkj5yky8i sshd[21203]: pam_unix(sshd:session): session closed for user celiojr94
Oct 29 21:40:16 5bkj5yky8i sshd[21462]: pam_unix(sshd:session): session closed for user celiojr94
Oct 29 21:40:23 5bkj5yky8i sshd[21725]: Connection closed by 181.215.109.252 [preauth]
Oct 29 21:40:25 5bkj5yky8i sshd[21849]: Accepted password for celiojr94 from 181.215.109.252 port 50681 ssh2
Oct 29 21:40:25 5bkj5yky8i sshd[21849]: pam_unix(sshd:session): session opened for user celiojr94 by (uid=0)
Oct 29 21:40:25 5bkj5yky8i sshd[21849]: pam_systemd(sshd:session): Failed to create session: No such file or directory
Oct 29 21:40:25 5bkj5yky8i sshd[21849]: pam_env(sshd:session): Unable to open env file: /etc/default/locale: No such file or directory
Oct 29 21:40:28 5bkj5yky8i sshd[21860]: error: connect_to 127.0.0.1 port 7300: failed.
Oct 29 21:41:17 5bkj5yky8i sshd[23082]: Accepted password for celiojr94 from 181.215.109.252 port 52009 ssh2
Oct 29 21:41:17 5bkj5yky8i sshd[23082]: pam_unix(sshd:session): session opened for user celiojr94 by (uid=0)
Oct 29 21:41:17 5bkj5yky8i sshd[23082]: pam_systemd(sshd:session): Failed to create session: No such file or directory
Oct 29 21:41:17 5bkj5yky8i sshd[23082]: pam_env(sshd:session): Unable to open env file: /etc/default/locale: No such file or directory
Oct 29 21:41:17 5bkj5yky8i sshd[21849]: pam_unix(sshd:session): session closed for user celiojr94
Oct 29 21:41:17 5bkj5yky8i sshd[23082]: pam_unix(sshd:session): session closed for user celiojr94
Oct 29 21:41:24 5bkj5yky8i sshd[23223]: Accepted password for celiojr94 from 181.215.109.252 port 52095 ssh2
Oct 29 21:41:24 5bkj5yky8i sshd[23223]: pam_unix(sshd:session): session opened for user celiojr94 by (uid=0)
Oct 29 21:41:24 5bkj5yky8i sshd[23223]: pam_systemd(sshd:session): Failed to create session: No such file or directory
Oct 29 21:41:24 5bkj5yky8i sshd[23223]: pam_env(sshd:session): Unable to open env file: /etc/default/locale: No such file or directory
Oct 29 21:41:24 5bkj5yky8i sshd[23347]: Accepted password for celiojr94 from 181.215.109.252 port 52117 ssh2
Oct 29 21:41:24 5bkj5yky8i sshd[23347]: pam_unix(sshd:session): session opened for user celiojr94 by (uid=0)
Oct 29 21:41:24 5bkj5yky8i sshd[23347]: pam_systemd(sshd:session): Failed to create session: No such file or directory
Oct 29 21:41:24 5bkj5yky8i sshd[23347]: pam_env(sshd:session): Unable to open env file: /etc/default/locale: No such file or directory
Oct 29 21:41:26 5bkj5yky8i sshd[23368]: error: connect_to 127.0.0.1 port 7300: failed.
Oct 29 21:41:27 5bkj5yky8i sshd[23223]: pam_unix(sshd:session): session closed for user celiojr94
Oct 29 21:41:27 5bkj5yky8i sshd[23347]: pam_unix(sshd:session): session closed for user celiojr94
Oct 29 21:41:35 5bkj5yky8i sshd[23595]: Accepted password for celiojr94 from 181.215.109.252 port 52354 ssh2
Oct 29 21:41:35 5bkj5yky8i sshd[23595]: pam_unix(sshd:session): session opened for user celiojr94 by (uid=0)
Oct 29 21:41:35 5bkj5yky8i sshd[23595]: pam_systemd(sshd:session): Failed to create session: No such file or directory
Oct 29 21:41:35 5bkj5yky8i sshd[23595]: pam_env(sshd:session): Unable to open env file: /etc/default/locale: No such file or directory
Oct 29 21:41:35 5bkj5yky8i sshd[23626]: Accepted password for celiojr94 from 181.215.109.252 port 52362 ssh2
Oct 29 21:41:35 5bkj5yky8i sshd[23626]: pam_unix(sshd:session): session opened for user celiojr94 by (uid=0)
Oct 29 21:41:35 5bkj5yky8i sshd[23626]: pam_systemd(sshd:session): Failed to create session: No such file or directory
Oct 29 21:41:35 5bkj5yky8i sshd[23626]: pam_env(sshd:session): Unable to open env file: /etc/default/locale: No such file or directory
Oct 29 21:41:36 5bkj5yky8i sshd[23647]: error: connect_to 127.0.0.1 port 7300: failed.
Oct 29 21:41:37 5bkj5yky8i sshd[23595]: pam_unix(sshd:session): session closed for user celiojr94
Oct 29 21:41:37 5bkj5yky8i sshd[23626]: pam_unix(sshd:session): session closed for user celiojr94
Oct 29 21:41:45 5bkj5yky8i sshd[23909]: Accepted password for celiojr94 from 181.215.109.252 port 52722 ssh2
Oct 29 21:41:45 5bkj5yky8i sshd[23909]: pam_unix(sshd:session): session opened for user celiojr94 by (uid=0)
Oct 29 21:41:45 5bkj5yky8i sshd[23909]: pam_systemd(sshd:session): Failed to create session: No such file or directory
Oct 29 21:41:45 5bkj5yky8i sshd[23909]: pam_env(sshd:session): Unable to open env file: /etc/default/locale: No such file or directory
Oct 29 21:41:47 5bkj5yky8i sshd[23920]: error: connect_to 127.0.0.1 port 7300: failed.
Oct 29 21:43:10 5bkj5yky8i sshd[25873]: Accepted password for celiojr94 from 181.215.109.252 port 54455 ssh2
Oct 29 21:43:10 5bkj5yky8i sshd[25873]: pam_unix(sshd:session): session opened for user celiojr94 by (uid=0)
Oct 29 21:43:10 5bkj5yky8i sshd[25873]: pam_systemd(sshd:session): Failed to create session: No such file or directory
Oct 29 21:43:10 5bkj5yky8i sshd[25873]: pam_env(sshd:session): Unable to open env file: /etc/default/locale: No such file or directory
Oct 29 21:43:14 5bkj5yky8i sshd[23909]: pam_unix(sshd:session): session closed for user celiojr94
Oct 29 21:43:14 5bkj5yky8i sshd[25873]: pam_unix(sshd:session): session closed for user celiojr94
Oct 29 21:43:19 5bkj5yky8i sshd[26136]: Received disconnect from 181.215.109.252: 11: Closed due to user request. [preauth]
Oct 29 21:43:22 5bkj5yky8i sshd[26260]: Accepted password for celiojr94 from 181.215.109.252 port 54772 ssh2
Oct 29 21:43:22 5bkj5yky8i sshd[26260]: pam_unix(sshd:session): session opened for user celiojr94 by (uid=0)
Oct 29 21:43:22 5bkj5yky8i sshd[26260]: pam_systemd(sshd:session): Failed to create session: No such file or directory
Oct 29 21:43:22 5bkj5yky8i sshd[26260]: pam_env(sshd:session): Unable to open env file: /etc/default/locale: No such file or directory
Oct 29 21:43:23 5bkj5yky8i sshd[26271]: error: connect_to 127.0.0.1 port 7300: failed.
Oct 29 21:46:06 5bkj5yky8i sshd[30177]: Accepted password for celiojr94 from 181.215.109.252 port 58704 ssh2
Oct 29 21:46:06 5bkj5yky8i sshd[30177]: pam_unix(sshd:session): session opened for user celiojr94 by (uid=0)
Oct 29 21:46:06 5bkj5yky8i sshd[30177]: pam_systemd(sshd:session): Failed to create session: No such file or directory
Oct 29 21:46:06 5bkj5yky8i sshd[30177]: pam_env(sshd:session): Unable to open env file: /etc/default/locale: No such file or directory
Oct 29 21:46:08 5bkj5yky8i sshd[26260]: pam_unix(sshd:session): session closed for user celiojr94
Oct 29 21:46:08 5bkj5yky8i sshd[30177]: pam_unix(sshd:session): session closed for user celiojr94
Oct 29 21:46:17 5bkj5yky8i sshd[30440]: Accepted password for celiojr94 from 181.215.109.252 port 58999 ssh2
Oct 29 21:46:17 5bkj5yky8i sshd[30440]: pam_unix(sshd:session): session opened for user celiojr94 by (uid=0)
Oct 29 21:46:17 5bkj5yky8i sshd[30440]: pam_systemd(sshd:session): Failed to create session: No such file or directory
Oct 29 21:46:17 5bkj5yky8i sshd[30440]: pam_env(sshd:session): Unable to open env file: /etc/default/locale: No such file or directory
Oct 29 21:46:22 5bkj5yky8i sshd[30451]: error: connect_to 127.0.0.1 port 7300: failed.
Oct 29 21:46:28 5bkj5yky8i sshd[30574]: reverse mapping checking getaddrinfo for 177.137.227-46.dinamicatelecom.net.br [177.137.227.46] failed - POSSIBLE BREAK-IN ATTEMPT!
Oct 29 21:46:35 5bkj5yky8i sshd[30574]: Accepted password for mixssh from 177.137.227.46 port 26323 ssh2
Oct 29 21:46:35 5bkj5yky8i sshd[30574]: pam_unix(sshd:session): session opened for user mixssh by (uid=0)
Oct 29 21:46:17 5bkj5yky8i systemd-logind[23713]: message repeated 39 times: [ Failed to create cgroup name=systemd:/user/1004.user: No such file or directory]
Oct 29 21:46:35 5bkj5yky8i systemd-logind[23713]: Failed to create cgroup name=systemd:/user/1000.user: No such file or directory
Oct 29 21:46:35 5bkj5yky8i sshd[30574]: pam_systemd(sshd:session): Failed to create session: No such file or directory
Oct 29 21:46:35 5bkj5yky8i sshd[30574]: pam_env(sshd:session): Unable to open env file: /etc/default/locale: No such file or directory
Oct 29 21:46:46 5bkj5yky8i su[30962]: Successful su for root by mixssh
Oct 29 21:46:46 5bkj5yky8i su[30962]: + /dev/pts/3 mixssh:root
Oct 29 21:46:46 5bkj5yky8i su[30962]: pam_env(su:session): Unable to open env file: /etc/default/locale: No such file or directory
Oct 29 21:46:46 5bkj5yky8i su[30962]: pam_unix(su:session): session opened for user root by mixssh(uid=1000)
Oct 29 21:46:46 5bkj5yky8i systemd-logind[23713]: Failed to create cgroup name=systemd:/user/0.user: No such file or directory
Oct 29 21:46:46 5bkj5yky8i su[30962]: pam_systemd(su:session): Failed to create session: No such file or directory
Oct 29 21:47:04 5bkj5yky8i sshd[30440]: pam_unix(sshd:session): session closed for user celiojr94
Oct 29 21:47:12 5bkj5yky8i sshd[32325]: Accepted password for celiojr94 from 181.215.109.252 port 60490 ssh2
Oct 29 21:47:12 5bkj5yky8i sshd[32325]: pam_unix(sshd:session): session opened for user celiojr94 by (uid=0)
Oct 29 21:47:12 5bkj5yky8i systemd-logind[23713]: Failed to create cgroup name=systemd:/user/1004.user: No such file or directory
Oct 29 21:47:12 5bkj5yky8i sshd[32325]: pam_systemd(sshd:session): Failed to create session: No such file or directory
Oct 29 21:47:12 5bkj5yky8i sshd[32325]: pam_env(sshd:session): Unable to open env file: /etc/default/locale: No such file or directory
Oct 29 21:47:13 5bkj5yky8i sshd[32324]: Accepted password for celiojr94 from 181.215.109.252 port 60454 ssh2
Oct 29 21:47:13 5bkj5yky8i sshd[32324]: pam_unix(sshd:session): session opened for user celiojr94 by (uid=0)
Oct 29 21:47:13 5bkj5yky8i sshd[32324]: pam_systemd(sshd:session): Failed to create session: No such file or directory
Oct 29 21:47:13 5bkj5yky8i sshd[32324]: pam_env(sshd:session): Unable to open env file: /etc/default/locale: No such file or directory
Oct 29 21:47:13 5bkj5yky8i sshd[32324]: pam_unix(sshd:session): session closed for user celiojr94
Oct 29 21:47:13 5bkj5yky8i sshd[32325]: pam_unix(sshd:session): session closed for user celiojr94
Oct 29 21:47:21 5bkj5yky8i sshd[32722]: Accepted password for celiojr94 from 181.215.109.252 port 60740 ssh2
Oct 29 21:47:21 5bkj5yky8i sshd[32722]: pam_unix(sshd:session): session opened for user celiojr94 by (uid=0)
Oct 29 21:47:21 5bkj5yky8i sshd[32722]: pam_systemd(sshd:session): Failed to create session: No such file or directory
Oct 29 21:47:21 5bkj5yky8i sshd[32722]: pam_env(sshd:session): Unable to open env file: /etc/default/locale: No such file or directory
Oct 29 21:47:22 5bkj5yky8i sshd[32599]: Accepted password for celiojr94 from 181.215.109.252 port 60731 ssh2
Oct 29 21:47:22 5bkj5yky8i sshd[32599]: pam_unix(sshd:session): session opened for user celiojr94 by (uid=0)
Oct 29 21:47:22 5bkj5yky8i sshd[32599]: pam_systemd(sshd:session): Failed to create session: No such file or directory
Oct 29 21:47:22 5bkj5yky8i sshd[32599]: pam_env(sshd:session): Unable to open env file: /etc/default/locale: No such file or directory
Oct 29 21:47:23 5bkj5yky8i sshd[32599]: pam_unix(sshd:session): session closed for user celiojr94
Oct 29 21:47:23 5bkj5yky8i sshd[32722]: pam_unix(sshd:session): session closed for user celiojr94
Oct 29 21:47:30 5bkj5yky8i sshd[785]: Accepted password for celiojr94 from 181.215.109.252 port 32991 ssh2
Oct 29 21:47:30 5bkj5yky8i sshd[785]: pam_unix(sshd:session): session opened for user celiojr94 by (uid=0)
Oct 29 21:47:30 5bkj5yky8i sshd[785]: pam_systemd(sshd:session): Failed to create session: No such file or directory
Oct 29 21:47:30 5bkj5yky8i sshd[785]: pam_env(sshd:session): Unable to open env file: /etc/default/locale: No such file or directory
Oct 29 21:47:30 5bkj5yky8i sshd[660]: Accepted password for celiojr94 from 181.215.109.252 port 32978 ssh2
Oct 29 21:47:30 5bkj5yky8i sshd[660]: pam_unix(sshd:session): session opened for user celiojr94 by (uid=0)
Oct 29 21:47:30 5bkj5yky8i sshd[660]: pam_systemd(sshd:session): Failed to create session: No such file or directory
Oct 29 21:47:30 5bkj5yky8i sshd[660]: pam_env(sshd:session): Unable to open env file: /etc/default/locale: No such file or directory
Oct 29 21:47:35 5bkj5yky8i sshd[660]: pam_unix(sshd:session): session closed for user celiojr94
Oct 29 21:47:35 5bkj5yky8i sshd[785]: pam_unix(sshd:session): session closed for user celiojr94
Oct 29 21:47:49 5bkj5yky8i sshd[1183]: Accepted password for celiojr94 from 181.215.109.252 port 33549 ssh2
Oct 29 21:47:49 5bkj5yky8i sshd[1183]: pam_unix(sshd:session): session opened for user celiojr94 by (uid=0)
Oct 29 21:47:49 5bkj5yky8i sshd[1183]: pam_systemd(sshd:session): Failed to create session: No such file or directory
Oct 29 21:47:49 5bkj5yky8i sshd[1183]: pam_env(sshd:session): Unable to open env file: /etc/default/locale: No such file or directory
Oct 29 21:47:51 5bkj5yky8i sshd[1365]: error: connect_to 127.0.0.1 port 7300: failed.
Oct 29 21:48:26 5bkj5yky8i sshd[1183]: pam_unix(sshd:session): session closed for user celiojr94
Oct 29 21:48:34 5bkj5yky8i sshd[2548]: Accepted password for celiojr94 from 181.215.109.252 port 35364 ssh2
Oct 29 21:48:34 5bkj5yky8i sshd[2548]: pam_unix(sshd:session): session opened for user celiojr94 by (uid=0)
Oct 29 21:48:34 5bkj5yky8i sshd[2548]: pam_systemd(sshd:session): Failed to create session: No such file or directory
Oct 29 21:48:34 5bkj5yky8i sshd[2548]: pam_env(sshd:session): Unable to open env file: /etc/default/locale: No such file or directory
Oct 29 21:48:36 5bkj5yky8i sshd[2546]: Accepted password for celiojr94 from 181.215.109.252 port 35346 ssh2
Oct 29 21:48:36 5bkj5yky8i sshd[2546]: pam_unix(sshd:session): session opened for user celiojr94 by (uid=0)
Oct 29 21:48:36 5bkj5yky8i sshd[2546]: pam_systemd(sshd:session): Failed to create session: No such file or directory
Oct 29 21:48:36 5bkj5yky8i sshd[2546]: pam_env(sshd:session): Unable to open env file: /etc/default/locale: No such file or directory
Oct 29 21:48:39 5bkj5yky8i sshd[2559]: error: connect_to 127.0.0.1 port 7300: failed.
Oct 29 21:48:41 5bkj5yky8i sshd[2546]: pam_unix(sshd:session): session closed for user celiojr94
Oct 29 21:48:41 5bkj5yky8i sshd[2548]: pam_unix(sshd:session): session closed for user celiojr94
Oct 29 21:48:50 5bkj5yky8i sshd[2943]: Accepted password for celiojr94 from 181.215.109.252 port 35737 ssh2
Oct 29 21:48:50 5bkj5yky8i sshd[2943]: pam_unix(sshd:session): session opened for user celiojr94 by (uid=0)
Oct 29 21:48:50 5bkj5yky8i sshd[2943]: pam_systemd(sshd:session): Failed to create session: No such file or directory
Oct 29 21:48:50 5bkj5yky8i sshd[2943]: pam_env(sshd:session): Unable to open env file: /etc/default/locale: No such file or directory
Oct 29 21:48:53 5bkj5yky8i sshd[2954]: error: connect_to 127.0.0.1 port 7300: failed.
Oct 29 21:50:49 5bkj5yky8i sshd[5765]: Accepted password for celiojr94 from 181.215.109.252 port 38803 ssh2
Oct 29 21:50:49 5bkj5yky8i sshd[5765]: pam_unix(sshd:session): session opened for user celiojr94 by (uid=0)
Oct 29 21:50:49 5bkj5yky8i sshd[5765]: pam_systemd(sshd:session): Failed to create session: No such file or directory
Oct 29 21:50:49 5bkj5yky8i sshd[5765]: pam_env(sshd:session): Unable to open env file: /etc/default/locale: No such file or directory
Oct 29 21:50:49 5bkj5yky8i sshd[2943]: pam_unix(sshd:session): session closed for user celiojr94
Oct 29 21:50:49 5bkj5yky8i sshd[5765]: pam_unix(sshd:session): session closed for user celiojr94
Oct 29 21:50:57 5bkj5yky8i sshd[6028]: Accepted password for celiojr94 from 181.215.109.252 port 39063 ssh2
Oct 29 21:50:57 5bkj5yky8i sshd[6028]: pam_unix(sshd:session): session opened for user celiojr94 by (uid=0)
Oct 29 21:50:57 5bkj5yky8i sshd[6028]: pam_systemd(sshd:session): Failed to create session: No such file or directory
Oct 29 21:50:57 5bkj5yky8i sshd[6028]: pam_env(sshd:session): Unable to open env file: /etc/default/locale: No such file or directory
Oct 29 21:51:03 5bkj5yky8i sshd[6039]: error: connect_to 127.0.0.1 port 7300: failed.
Oct 29 21:51:06 5bkj5yky8i sshd[6162]: Accepted password for celiojr94 from 181.215.109.252 port 39269 ssh2
Oct 29 21:51:06 5bkj5yky8i sshd[6162]: pam_unix(sshd:session): session opened for user celiojr94 by (uid=0)
Oct 29 21:51:06 5bkj5yky8i sshd[6162]: pam_systemd(sshd:session): Failed to create session: No such file or directory
Oct 29 21:51:06 5bkj5yky8i sshd[6162]: pam_env(sshd:session): Unable to open env file: /etc/default/locale: No such file or directory
Oct 29 21:51:07 5bkj5yky8i sshd[6295]: error: connect_to 127.0.0.1 port 7300: failed.
Oct 29 21:51:10 5bkj5yky8i sshd[6028]: pam_unix(sshd:session): session closed for user celiojr94
Oct 29 21:51:10 5bkj5yky8i sshd[6162]: pam_unix(sshd:session): session closed for user celiojr94
Oct 29 21:51:16 5bkj5yky8i sshd[6547]: Connection closed by 181.215.109.252 [preauth]
Oct 29 21:53:43 5bkj5yky8i sshd[9967]: reverse mapping checking getaddrinfo for 177.137.227-46.dinamicatelecom.net.br [177.137.227.46] failed - POSSIBLE BREAK-IN ATTEMPT!
Oct 29 21:53:48 5bkj5yky8i sshd[30574]: pam_unix(sshd:session): session closed for user mixssh
Oct 29 21:53:48 5bkj5yky8i su[30962]: pam_unix(su:session): session closed for user root
Oct 29 21:54:05 5bkj5yky8i sshd[10465]: Accepted password for celiojr94 from 181.215.109.252 port 44610 ssh2
Oct 29 21:54:05 5bkj5yky8i sshd[10465]: pam_unix(sshd:session): session opened for user celiojr94 by (uid=0)
Oct 29 21:54:05 5bkj5yky8i sshd[10465]: pam_systemd(sshd:session): Failed to create session: No such file or directory
Oct 29 21:54:05 5bkj5yky8i sshd[10465]: pam_env(sshd:session): Unable to open env file: /etc/default/locale: No such file or directory
Oct 29 21:54:08 5bkj5yky8i sshd[10598]: error: connect_to 127.0.0.1 port 7300: failed.
Oct 29 21:54:14 5bkj5yky8i sshd[10599]: reverse mapping checking getaddrinfo for 177.137.227-46.dinamicatelecom.net.br [177.137.227.46] failed - POSSIBLE BREAK-IN ATTEMPT!
Oct 29 21:54:20 5bkj5yky8i sshd[10599]: Accepted password for mixssh from 177.137.227.46 port 26381 ssh2
Oct 29 21:54:20 5bkj5yky8i sshd[10599]: pam_unix(sshd:session): session opened for user mixssh by (uid=0)
Oct 29 21:54:05 5bkj5yky8i systemd-logind[23713]: message repeated 13 times: [ Failed to create cgroup name=systemd:/user/1004.user: No such file or directory]
Oct 29 21:54:20 5bkj5yky8i systemd-logind[23713]: Failed to create cgroup name=systemd:/user/1000.user: No such file or directory
Oct 29 21:54:20 5bkj5yky8i sshd[10599]: pam_systemd(sshd:session): Failed to create session: No such file or directory
Oct 29 21:54:20 5bkj5yky8i sshd[10599]: pam_env(sshd:session): Unable to open env file: /etc/default/locale: No such file or directory
Oct 29 21:54:32 5bkj5yky8i su[10988]: pam_unix(su:auth): authentication failure; logname=mixssh uid=1000 euid=0 tty=/dev/pts/3 ruser=mixssh rhost= user=root
Oct 29 21:54:34 5bkj5yky8i su[10988]: pam_authenticate: Authentication failure
Oct 29 21:54:34 5bkj5yky8i su[10988]: FAILED su for root by mixssh
Oct 29 21:54:34 5bkj5yky8i su[10988]: - /dev/pts/3 mixssh:root
Oct 29 21:54:42 5bkj5yky8i su[11356]: Successful su for root by mixssh
Oct 29 21:54:42 5bkj5yky8i su[11356]: + /dev/pts/3 mixssh:root
Oct 29 21:54:42 5bkj5yky8i su[11356]: pam_env(su:session): Unable to open env file: /etc/default/locale: No such file or directory
Oct 29 21:54:42 5bkj5yky8i su[11356]: pam_unix(su:session): session opened for user root by mixssh(uid=1000)
Oct 29 21:54:42 5bkj5yky8i systemd-logind[23713]: Failed to create cgroup name=systemd:/user/0.user: No such file or directory
Oct 29 21:54:42 5bkj5yky8i su[11356]: pam_systemd(su:session): Failed to create session: No such file or directory
Oct 29 21:55:21 5bkj5yky8i su[11356]: pam_unix(su:session): session closed for user root
Oct 29 21:55:21 5bkj5yky8i sshd[10599]: pam_unix(sshd:session): session closed for user mixssh
Oct 29 21:57:28 5bkj5yky8i sshd[15424]: reverse mapping checking getaddrinfo for 177.137.227-46.dinamicatelecom.net.br [177.137.227.46] failed - POSSIBLE BREAK-IN ATTEMPT!
Oct 29 21:57:36 5bkj5yky8i sshd[15424]: Accepted password for mixssh from 177.137.227.46 port 26255 ssh2
Oct 29 21:57:36 5bkj5yky8i sshd[15424]: pam_unix(sshd:session): session opened for user mixssh by (uid=0)
Oct 29 21:57:36 5bkj5yky8i systemd-logind[23713]: Failed to create cgroup name=systemd:/user/1000.user: No such file or directory
Oct 29 21:57:36 5bkj5yky8i sshd[15424]: pam_systemd(sshd:session): Failed to create session: No such file or directory
Oct 29 21:57:36 5bkj5yky8i sshd[15424]: pam_env(sshd:session): Unable to open env file: /etc/default/locale: No such file or directory
Oct 29 21:58:29 5bkj5yky8i sshd[16814]: Accepted password for celiojr94 from 181.215.109.252 port 51081 ssh2
Oct 29 21:58:29 5bkj5yky8i sshd[16814]: pam_unix(sshd:session): session opened for user celiojr94 by (uid=0)
Oct 29 21:58:29 5bkj5yky8i systemd-logind[23713]: Failed to create cgroup name=systemd:/user/1004.user: No such file or directory
Oct 29 21:58:29 5bkj5yky8i sshd[16814]: pam_systemd(sshd:session): Failed to create session: No such file or directory
Oct 29 21:58:29 5bkj5yky8i sshd[16814]: pam_env(sshd:session): Unable to open env file: /etc/default/locale: No such file or directory
Oct 29 21:58:31 5bkj5yky8i sshd[17077]: error: connect_to 127.0.0.1 port 7300: failed.
Oct 29 21:58:34 5bkj5yky8i sshd[10465]: pam_unix(sshd:session): session closed for user celiojr94
Oct 29 21:58:34 5bkj5yky8i sshd[16814]: pam_unix(sshd:session): session closed for user celiojr94
Oct 29 21:58:41 5bkj5yky8i sshd[17257]: Accepted password for celiojr94 from 181.215.109.252 port 51550 ssh2
Oct 29 21:58:41 5bkj5yky8i sshd[17257]: pam_unix(sshd:session): session opened for user celiojr94 by (uid=0)
Oct 29 21:58:41 5bkj5yky8i sshd[17257]: pam_systemd(sshd:session): Failed to create session: No such file or directory
Oct 29 21:58:41 5bkj5yky8i sshd[17257]: pam_env(sshd:session): Unable to open env file: /etc/default/locale: No such file or directory
Oct 29 21:58:42 5bkj5yky8i sshd[17347]: Accepted password for celiojr94 from 181.215.109.252 port 51551 ssh2
Oct 29 21:58:42 5bkj5yky8i sshd[17347]: pam_unix(sshd:session): session opened for user celiojr94 by (uid=0)
Oct 29 21:58:42 5bkj5yky8i sshd[17347]: pam_systemd(sshd:session): Failed to create session: No such file or directory
Oct 29 21:58:42 5bkj5yky8i sshd[17347]: pam_env(sshd:session): Unable to open env file: /etc/default/locale: No such file or directory
Oct 29 21:58:44 5bkj5yky8i sshd[17257]: pam_unix(sshd:session): session closed for user celiojr94
Oct 29 21:58:44 5bkj5yky8i sshd[17347]: pam_unix(sshd:session): session closed for user celiojr94
Oct 29 21:58:51 5bkj5yky8i sshd[17506]: Accepted password for celiojr94 from 181.215.109.252 port 51767 ssh2
Oct 29 21:58:51 5bkj5yky8i sshd[17506]: pam_unix(sshd:session): session opened for user celiojr94 by (uid=0)
Oct 29 21:58:51 5bkj5yky8i sshd[17506]: pam_systemd(sshd:session): Failed to create session: No such file or directory
Oct 29 21:58:51 5bkj5yky8i sshd[17506]: pam_env(sshd:session): Unable to open env file: /etc/default/locale: No such file or directory
Oct 29 21:58:52 5bkj5yky8i sshd[17629]: Accepted password for celiojr94 from 181.215.109.252 port 51770 ssh2
Oct 29 21:58:52 5bkj5yky8i sshd[17629]: pam_unix(sshd:session): session opened for user celiojr94 by (uid=0)
Oct 29 21:58:52 5bkj5yky8i sshd[17629]: pam_systemd(sshd:session): Failed to create session: No such file or directory
Oct 29 21:58:52 5bkj5yky8i sshd[17629]: pam_env(sshd:session): Unable to open env file: /etc/default/locale: No such file or directory
Oct 29 21:58:54 5bkj5yky8i sshd[17506]: pam_unix(sshd:session): session closed for user celiojr94
Oct 29 21:58:54 5bkj5yky8i sshd[17629]: pam_unix(sshd:session): session closed for user celiojr94
Oct 29 21:59:02 5bkj5yky8i sshd[17919]: Accepted password for celiojr94 from 181.215.109.252 port 52076 ssh2
Oct 29 21:59:02 5bkj5yky8i sshd[17919]: pam_unix(sshd:session): session opened for user celiojr94 by (uid=0)
Oct 29 21:59:02 5bkj5yky8i sshd[17919]: pam_systemd(sshd:session): Failed to create session: No such file or directory
Oct 29 21:59:02 5bkj5yky8i sshd[17919]: pam_env(sshd:session): Unable to open env file: /etc/default/locale: No such file or directory
Oct 29 21:59:06 5bkj5yky8i sshd[17930]: error: connect_to 127.0.0.1 port 7300: failed.
Oct 29 21:59:12 5bkj5yky8i sshd[18069]: Accepted password for celiojr94 from 181.215.109.252 port 52432 ssh2
Oct 29 21:59:12 5bkj5yky8i sshd[18069]: pam_unix(sshd:session): session opened for user celiojr94 by (uid=0)
Oct 29 21:59:12 5bkj5yky8i sshd[18069]: pam_systemd(sshd:session): Failed to create session: No such file or directory
Oct 29 21:59:12 5bkj5yky8i sshd[18069]: pam_env(sshd:session): Unable to open env file: /etc/default/locale: No such file or directory
Oct 29 21:59:15 5bkj5yky8i sshd[17919]: pam_unix(sshd:session): session closed for user celiojr94
Oct 29 21:59:15 5bkj5yky8i sshd[18069]: pam_unix(sshd:session): session closed for user celiojr94
Oct 29 21:59:23 5bkj5yky8i sshd[18466]: Accepted password for celiojr94 from 181.215.109.252 port 52843 ssh2
Oct 29 21:59:23 5bkj5yky8i sshd[18466]: pam_unix(sshd:session): session opened for user celiojr94 by (uid=0)
Oct 29 21:59:23 5bkj5yky8i sshd[18466]: pam_systemd(sshd:session): Failed to create session: No such file or directory
Oct 29 21:59:23 5bkj5yky8i sshd[18466]: pam_env(sshd:session): Unable to open env file: /etc/default/locale: No such file or directory
Oct 29 21:59:27 5bkj5yky8i sshd[18481]: error: connect_to 127.0.0.1 port 7300: failed.
Oct 29 22:00:56 5bkj5yky8i su[20505]: Successful su for root by mixssh
Oct 29 22:00:56 5bkj5yky8i su[20505]: + /dev/pts/3 mixssh:root
Oct 29 22:00:56 5bkj5yky8i su[20505]: pam_env(su:session): Unable to open env file: /etc/default/locale: No such file or directory
Oct 29 22:00:56 5bkj5yky8i su[20505]: pam_unix(su:session): session opened for user root by mixssh(uid=1000)
Oct 29 21:59:23 5bkj5yky8i systemd-logind[23713]: message repeated 7 times: [ Failed to create cgroup name=systemd:/user/1004.user: No such file or directory]
Oct 29 22:00:56 5bkj5yky8i systemd-logind[23713]: Failed to create cgroup name=systemd:/user/0.user: No such file or directory
Oct 29 22:00:56 5bkj5yky8i su[20505]: pam_systemd(su:session): Failed to create session: No such file or directory
Oct 29 22:01:58 5bkj5yky8i passwd[21004]: pam_unix(passwd:chauthtok): password changed for mixssh
Oct 29 22:02:24 5bkj5yky8i su[20505]: pam_unix(su:session): session closed for user root
Oct 29 22:02:40 5bkj5yky8i sshd[15679]: Received disconnect from 177.137.227.46: 11: FlowSshClientSession: disconnected on user's request
Oct 29 22:02:40 5bkj5yky8i sshd[15424]: pam_unix(sshd:session): session closed for user mixssh
Oct 29 22:02:47 5bkj5yky8i sshd[23460]: reverse mapping checking getaddrinfo for 177.137.227-46.dinamicatelecom.net.br [177.137.227.46] failed - POSSIBLE BREAK-IN ATTEMPT!
Oct 29 22:03:01 5bkj5yky8i sshd[23460]: Accepted password for mixssh from 177.137.227.46 port 26256 ssh2
Oct 29 22:03:01 5bkj5yky8i sshd[23460]: pam_unix(sshd:session): session opened for user mixssh by (uid=0)
Oct 29 22:03:01 5bkj5yky8i systemd-logind[23713]: Failed to create cgroup name=systemd:/user/1000.user: No such file or directory
Oct 29 22:03:01 5bkj5yky8i sshd[23460]: pam_systemd(sshd:session): Failed to create session: No such file or directory
Oct 29 22:03:01 5bkj5yky8i sshd[23460]: pam_env(sshd:session): Unable to open env file: /etc/default/locale: No such file or directory
Oct 29 22:05:39 5bkj5yky8i su[27285]: pam_unix(su:auth): authentication failure; logname=mixssh uid=1000 euid=0 tty=/dev/pts/3 ruser=mixssh rhost= user=root
Oct 29 22:05:41 5bkj5yky8i su[27285]: pam_authenticate: Authentication failure
Oct 29 22:05:41 5bkj5yky8i su[27285]: FAILED su for root by mixssh
Oct 29 22:05:41 5bkj5yky8i su[27285]: - /dev/pts/3 mixssh:root
Oct 29 22:06:10 5bkj5yky8i su[28018]: pam_unix(su:auth): authentication failure; logname=mixssh uid=1000 euid=0 tty=/dev/pts/3 ruser=mixssh rhost= user=root
Oct 29 22:06:12 5bkj5yky8i su[28018]: pam_authenticate: Authentication failure
Oct 29 22:06:12 5bkj5yky8i su[28018]: FAILED su for root by mixssh
Oct 29 22:06:12 5bkj5yky8i su[28018]: - /dev/pts/3 mixssh:root
Oct 29 22:06:36 5bkj5yky8i su[28873]: pam_unix(su:auth): authentication failure; logname=mixssh uid=1000 euid=0 tty=/dev/pts/3 ruser=mixssh rhost= user=root
Oct 29 22:06:38 5bkj5yky8i su[28873]: pam_authenticate: Authentication failure
Oct 29 22:06:38 5bkj5yky8i su[28873]: FAILED su for root by mixssh
Oct 29 22:06:38 5bkj5yky8i su[28873]: - /dev/pts/3 mixssh:root
Oct 29 22:06:45 5bkj5yky8i su[29118]: pam_unix(su:auth): authentication failure; logname=mixssh uid=1000 euid=0 tty=/dev/pts/3 ruser=mixssh rhost= user=root
Oct 29 22:06:47 5bkj5yky8i su[29118]: pam_authenticate: Authentication failure
Oct 29 22:06:47 5bkj5yky8i su[29118]: FAILED su for root by mixssh
Oct 29 22:06:47 5bkj5yky8i su[29118]: - /dev/pts/3 mixssh:root
Oct 29 22:07:09 5bkj5yky8i su[29619]: pam_unix(su:auth): authentication failure; logname=mixssh uid=1000 euid=0 tty=/dev/pts/3 ruser=mixssh rhost= user=root
Oct 29 22:07:11 5bkj5yky8i su[29619]: pam_authenticate: Authentication failure
Oct 29 22:07:11 5bkj5yky8i su[29619]: FAILED su for root by mixssh
Oct 29 22:07:11 5bkj5yky8i su[29619]: - /dev/pts/3 mixssh:root
Oct 29 22:07:34 5bkj5yky8i su[30231]: Successful su for root by mixssh
Oct 29 22:07:34 5bkj5yky8i su[30231]: + /dev/pts/3 mixssh:root
Oct 29 22:07:34 5bkj5yky8i su[30231]: pam_env(su:session): Unable to open env file: /etc/default/locale: No such file or directory
Oct 29 22:07:34 5bkj5yky8i su[30231]: pam_unix(su:session): session opened for user root by mixssh(uid=1000)
Oct 29 22:07:34 5bkj5yky8i systemd-logind[23713]: Failed to create cgroup name=systemd:/user/0.user: No such file or directory
Oct 29 22:07:34 5bkj5yky8i su[30231]: pam_systemd(su:session): Failed to create session: No such file or directory
Oct 29 22:08:56 5bkj5yky8i passwd[31831]: pam_unix(passwd:chauthtok): password changed for root
Oct 29 22:09:27 5bkj5yky8i passwd[32687]: pam_unix(passwd:chauthtok): password changed for mixssh
Oct 29 22:09:47 LIFE-SSH systemd-logind[540]: New seat seat0.
Oct 29 22:09:48 LIFE-SSH sshd[516]: Server listening on 0.0.0.0 port 443.
Oct 29 22:09:48 LIFE-SSH sshd[516]: Server listening on :: port 443.
Oct 29 22:09:48 LIFE-SSH sshd[516]: error: Bind to port 443 on 0.0.0.0 failed: Address already in use.
Oct 29 22:09:48 LIFE-SSH sshd[516]: error: Bind to port 443 on :: failed: Address already in use.
Oct 29 22:09:48 LIFE-SSH sshd[516]: Server listening on 0.0.0.0 port 22.
Oct 29 22:09:48 LIFE-SSH sshd[516]: Server listening on :: port 22.
Oct 29 22:09:49 LIFE-SSH saslauthd[726]: detach_tty : master pid is: 726
Oct 29 22:09:49 LIFE-SSH saslauthd[726]: ipc_init : listening on socket: /var/run/saslauthd/mux
Oct 29 22:09:52 LIFE-SSH sshd[761]: Accepted password for celiojr94 from 181.215.109.252 port 38769 ssh2
Oct 29 22:09:52 LIFE-SSH sshd[761]: pam_unix(sshd:session): session opened for user celiojr94 by (uid=0)
Oct 29 22:09:52 LIFE-SSH systemd-logind[540]: Failed to create cgroup name=systemd:/user/1004.user: No such file or directory
Oct 29 22:09:52 LIFE-SSH sshd[761]: pam_systemd(sshd:session): Failed to create session: No such file or directory
Oct 29 22:09:52 LIFE-SSH sshd[761]: pam_env(sshd:session): Unable to open env file: /etc/default/locale: No such file or directory
Oct 29 22:09:53 LIFE-SSH sshd[772]: reverse mapping checking getaddrinfo for 177.137.227-46.dinamicatelecom.net.br [177.137.227.46] failed - POSSIBLE BREAK-IN ATTEMPT!
Oct 29 22:09:53 LIFE-SSH sshd[772]: Accepted password for mixssh from 177.137.227.46 port 26286 ssh2
Oct 29 22:09:53 LIFE-SSH sshd[772]: pam_unix(sshd:session): session opened for user mixssh by (uid=0)
Oct 29 22:09:53 LIFE-SSH systemd-logind[540]: Failed to create cgroup name=systemd:/user/1000.user: No such file or directory
Oct 29 22:09:53 LIFE-SSH sshd[772]: pam_systemd(sshd:session): Failed to create session: No such file or directory
Oct 29 22:09:53 LIFE-SSH sshd[772]: pam_env(sshd:session): Unable to open env file: /etc/default/locale: No such file or directory
Oct 29 22:09:56 LIFE-SSH sshd[785]: error: connect_to 127.0.0.1 port 7300: failed.
Oct 29 22:11:52 LIFE-SSH sudo: mixssh : TTY=pts/3 ; PWD=/home/mixssh ; USER=root ; COMMAND=/usr/bin/pkill -KILL -u root
Oct 29 22:11:52 LIFE-SSH sudo: pam_unix(sudo:session): session opened for user root by mixssh(uid=0)
Oct 29 22:11:52 LIFE-SSH sshd[878]: Server listening on 0.0.0.0 port 443.
Oct 29 22:11:52 LIFE-SSH sshd[878]: Server listening on :: port 443.
Oct 29 22:11:52 LIFE-SSH sshd[878]: error: Bind to port 443 on 0.0.0.0 failed: Address already in use.
Oct 29 22:11:52 LIFE-SSH sshd[878]: error: Bind to port 443 on :: failed: Address already in use.
Oct 29 22:11:52 LIFE-SSH sshd[878]: Server listening on 0.0.0.0 port 22.
Oct 29 22:11:52 LIFE-SSH sshd[878]: Server listening on :: port 22.
Oct 29 22:11:52 LIFE-SSH systemd-logind[896]: New seat seat0.
Oct 29 22:12:22 LIFE-SSH sshd[906]: Accepted password for deividaguiar from 181.215.109.252 port 43088 ssh2
Oct 29 22:12:22 LIFE-SSH sshd[906]: pam_unix(sshd:session): session opened for user deividaguiar by (uid=0)
Oct 29 22:12:22 LIFE-SSH systemd-logind[896]: Failed to create cgroup name=systemd:/user/1003.user: No such file or directory
Oct 29 22:12:22 LIFE-SSH sshd[906]: pam_systemd(sshd:session): Failed to create session: No such file or directory
Oct 29 22:12:22 LIFE-SSH sshd[906]: pam_env(sshd:session): Unable to open env file: /etc/default/locale: No such file or directory
Oct 29 22:12:25 LIFE-SSH sshd[917]: error: connect_to 127.0.0.1 port 7300: failed.
Oct 29 22:13:07 LIFE-SSH sshd[797]: fatal: mm_request_send: write: Broken pipe
Oct 29 22:13:11 LIFE-SSH sshd[921]: reverse mapping checking getaddrinfo for 177.137.227-46.dinamicatelecom.net.br [177.137.227.46] failed - POSSIBLE BREAK-IN ATTEMPT!
Oct 29 22:13:11 LIFE-SSH sshd[921]: Accepted password for mixssh from 177.137.227.46 port 26287 ssh2
Oct 29 22:13:11 LIFE-SSH sshd[921]: pam_unix(sshd:session): session opened for user mixssh by (uid=0)
Oct 29 22:13:11 LIFE-SSH systemd-logind[896]: Failed to create cgroup name=systemd:/user/1000.user: No such file or directory
Oct 29 22:13:11 LIFE-SSH sshd[921]: pam_systemd(sshd:session): Failed to create session: No such file or directory
Oct 29 22:13:11 LIFE-SSH sshd[921]: pam_env(sshd:session): Unable to open env file: /etc/default/locale: No such file or directory
Oct 29 22:13:14 LIFE-SSH sshd[932]: Received disconnect from 177.137.227.46: 11: FlowSshClientSession: disconnected on user's request
Oct 29 22:13:14 LIFE-SSH sshd[921]: pam_unix(sshd:session): session closed for user mixssh
Oct 29 22:13:32 LIFE-SSH sshd[934]: reverse mapping checking getaddrinfo for 177.137.227-46.dinamicatelecom.net.br [177.137.227.46] failed - POSSIBLE BREAK-IN ATTEMPT!
Oct 29 22:13:32 LIFE-SSH sshd[934]: pam_unix(sshd:auth): authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=177.137.227.46 user=deividaguiar
Oct 29 22:13:33 LIFE-SSH sshd[934]: Failed password for deividaguiar from 177.137.227.46 port 26289 ssh2
Oct 29 22:13:41 LIFE-SSH sshd[934]: Failed password for deividaguiar from 177.137.227.46 port 26289 ssh2
Oct 29 22:13:44 LIFE-SSH sshd[934]: error: Received disconnect from 177.137.227.46: 13: User request [preauth]
Oct 29 22:13:44 LIFE-SSH sshd[934]: PAM 1 more authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=177.137.227.46 user=deividaguiar
Oct 29 22:13:55 LIFE-SSH sshd[936]: reverse mapping checking getaddrinfo for 177.137.227-46.dinamicatelecom.net.br [177.137.227.46] failed - POSSIBLE BREAK-IN ATTEMPT!
Oct 29 22:13:55 LIFE-SSH sshd[936]: Accepted password for deividaguiar from 177.137.227.46 port 26290 ssh2
Oct 29 22:13:55 LIFE-SSH sshd[936]: pam_unix(sshd:session): session opened for user deividaguiar by (uid=0)
Oct 29 22:13:55 LIFE-SSH systemd-logind[896]: Failed to create cgroup name=systemd:/user/1003.user: No such file or directory
Oct 29 22:13:55 LIFE-SSH sshd[936]: pam_systemd(sshd:session): Failed to create session: No such file or directory
Oct 29 22:13:55 LIFE-SSH sshd[936]: pam_env(sshd:session): Unable to open env file: /etc/default/locale: No such file or directory
Oct 29 22:13:56 LIFE-SSH sshd[917]: message repeated 17 times: [ error: connect_to 127.0.0.1 port 7300: failed.]
Oct 29 22:13:59 LIFE-SSH sshd[917]: error: connect_to 200.195.144.42 port 843: failed.
Oct 29 22:14:01 LIFE-SSH sshd[917]: error: connect_to 127.0.0.1 port 7300: failed.
Oct 29 22:14:02 LIFE-SSH sshd[920]: Did not receive identification string from 161.184.137.66
Oct 29 22:14:14 LIFE-SSH sshd[947]: Received disconnect from 177.137.227.46: 11: FlowSshClientSession: disconnected on user's request
Oct 29 22:14:14 LIFE-SSH sshd[936]: pam_unix(sshd:session): session closed for user deividaguiar
Oct 29 22:14:21 LIFE-SSH sshd[933]: Did not receive identification string from 68.194.136.145
Oct 29 22:14:28 LIFE-SSH sshd[917]: message repeated 4 times: [ error: connect_to 127.0.0.1 port 7300: failed.]
Oct 29 22:14:29 LIFE-SSH sshd[917]: error: connect_to 200.195.144.42 port 843: failed.
Oct 29 22:14:30 LIFE-SSH sshd[951]: reverse mapping checking getaddrinfo for 177.137.227-46.dinamicatelecom.net.br [177.137.227.46] failed - POSSIBLE BREAK-IN ATTEMPT!
Oct 29 22:14:30 LIFE-SSH sshd[951]: pam_unix(sshd:auth): authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=177.137.227.46 user=mixssh
Oct 29 22:14:31 LIFE-SSH sshd[951]: Failed password for mixssh from 177.137.227.46 port 26291 ssh2
Oct 29 22:14:34 LIFE-SSH sshd[917]: error: connect_to 127.0.0.1 port 7300: failed.
Oct 29 22:14:47 LIFE-SSH sshd[951]: Accepted password for mixssh from 177.137.227.46 port 26291 ssh2
Oct 29 22:14:47 LIFE-SSH sshd[951]: pam_unix(sshd:session): session opened for user mixssh by (uid=0)
Oct 29 22:14:47 LIFE-SSH systemd-logind[896]: Failed to create cgroup name=systemd:/user/1000.user: No such file or directory
Oct 29 22:14:47 LIFE-SSH sshd[951]: pam_systemd(sshd:session): Failed to create session: No such file or directory
Oct 29 22:14:47 LIFE-SSH sshd[951]: pam_env(sshd:session): Unable to open env file: /etc/default/locale: No such file or directory
Oct 29 22:16:01 LIFE-SSH su[976]: pam_unix(su:auth): authentication failure; logname=mixssh uid=1000 euid=0 tty=/dev/pts/1 ruser=mixssh rhost= user=root
Oct 29 22:16:03 LIFE-SSH su[976]: pam_authenticate: Authentication failure
Oct 29 22:16:03 LIFE-SSH su[976]: FAILED su for root by mixssh
Oct 29 22:16:03 LIFE-SSH su[976]: - /dev/pts/1 mixssh:root
Oct 29 22:16:17 LIFE-SSH su[977]: Successful su for root by mixssh
Oct 29 22:16:17 LIFE-SSH su[977]: + /dev/pts/1 mixssh:root
Oct 29 22:16:17 LIFE-SSH su[977]: pam_env(su:session): Unable to open env file: /etc/default/locale: No such file or directory
Oct 29 22:16:17 LIFE-SSH su[977]: pam_unix(su:session): session opened for user root by mixssh(uid=1000)
Oct 29 22:16:17 LIFE-SSH systemd-logind[896]: Failed to create cgroup name=systemd:/user/0.user: No such file or directory
Oct 29 22:16:17 LIFE-SSH su[977]: pam_systemd(su:session): Failed to create session: No such file or directory
Oct 29 22:16:45 LIFE-SSH sudo: root : TTY=pts/1 ; PWD=/home/mixssh ; USER=root ; COMMAND=/usr/bin/pkill -KILL -u deividaguiar
Oct 29 22:16:45 LIFE-SSH sudo: pam_unix(sudo:session): session opened for user root by mixssh(uid=0)
Oct 29 22:16:45 LIFE-SSH sshd[906]: pam_unix(sshd:session): session closed for user deividaguiar
Oct 29 22:16:45 LIFE-SSH sudo: pam_unix(sudo:session): session closed for user root
Oct 29 22:16:54 LIFE-SSH sshd[991]: Accepted password for deividaguiar from 181.215.109.252 port 51137 ssh2
Oct 29 22:16:54 LIFE-SSH sshd[991]: pam_unix(sshd:session): session opened for user deividaguiar by (uid=0)
Oct 29 22:16:54 LIFE-SSH systemd-logind[896]: Failed to create cgroup name=systemd:/user/1003.user: No such file or directory
Oct 29 22:16:54 LIFE-SSH sshd[991]: pam_systemd(sshd:session): Failed to create session: No such file or directory
Oct 29 22:16:54 LIFE-SSH sshd[991]: pam_env(sshd:session): Unable to open env file: /etc/default/locale: No such file or directory
Oct 29 22:16:59 LIFE-SSH sshd[1005]: Bad protocol version identification '\364a\301\351\345\217\222\275dJl\270k\357/Yf\024U!\\":' from 83.203.115.138 port 51183
Oct 29 22:17:00 LIFE-SSH sshd[1004]: error: connect_to 127.0.0.1 port 7300: failed.
Oct 29 22:19:24 LIFE-SSH sshd[785]: message repeated 88 times: [ error: connect_to 127.0.0.1 port 7300: failed.]
Oct 29 22:19:29 LIFE-SSH sshd[785]: fatal: mm_request_send: write: Broken pipe
Oct 29 22:19:54 LIFE-SSH sshd[1011]: Accepted password for celiojr94 from 181.215.109.252 port 55335 ssh2
Oct 29 22:19:54 LIFE-SSH sshd[1011]: pam_unix(sshd:session): session opened for user celiojr94 by (uid=0)
Oct 29 22:19:54 LIFE-SSH systemd-logind[896]: Failed to create cgroup name=systemd:/user/1004.user: No such file or directory
Oct 29 22:19:54 LIFE-SSH sshd[1011]: pam_systemd(sshd:session): Failed to create session: No such file or directory
Oct 29 22:19:54 LIFE-SSH sshd[1011]: pam_env(sshd:session): Unable to open env file: /etc/default/locale: No such file or directory
Oct 29 22:19:55 LIFE-SSH sshd[1024]: Received disconnect from 181.215.109.252: 11: Closed due to user request.
Oct 29 22:19:55 LIFE-SSH sshd[1011]: pam_unix(sshd:session): session closed for user celiojr94
Oct 29 22:19:57 LIFE-SSH sshd[1025]: Accepted password for celiojr94 from 181.215.109.252 port 55489 ssh2
Oct 29 22:19:57 LIFE-SSH sshd[1025]: pam_unix(sshd:session): session opened for user celiojr94 by (uid=0)
Oct 29 22:19:57 LIFE-SSH sshd[1025]: pam_systemd(sshd:session): Failed to create session: No such file or directory
Oct 29 22:19:57 LIFE-SSH sshd[1025]: pam_env(sshd:session): Unable to open env file: /etc/default/locale: No such file or directory
Oct 29 22:22:54 LIFE-SSH sshd[1036]: Received disconnect from 181.215.109.252: 11: Closed due to user request.
Oct 29 22:22:54 LIFE-SSH sshd[1025]: pam_unix(sshd:session): session closed for user celiojr94
Oct 29 22:24:45 LIFE-SSH sudo: root : TTY=pts/1 ; PWD=/home/mixssh ; USER=root ; COMMAND=/usr/bin/pkill -KILL -u root
Oct 29 22:24:45 LIFE-SSH sudo: pam_unix(sudo:session): session opened for user root by mixssh(uid=0)
Oct 29 22:24:45 LIFE-SSH sshd[1069]: Server listening on 0.0.0.0 port 443.
Oct 29 22:24:45 LIFE-SSH sshd[1069]: Server listening on :: port 443.
Oct 29 22:24:45 LIFE-SSH sshd[1069]: error: Bind to port 443 on 0.0.0.0 failed: Address already in use.
Oct 29 22:24:45 LIFE-SSH sshd[1069]: error: Bind to port 443 on :: failed: Address already in use.
Oct 29 22:24:45 LIFE-SSH sshd[1069]: Server listening on 0.0.0.0 port 22.
Oct 29 22:24:45 LIFE-SSH sshd[1069]: Server listening on :: port 22.
Oct 29 22:24:45 LIFE-SSH systemd-logind[1082]: New seat seat0.
Oct 29 22:25:01 LIFE-SSH CRON[1095]: pam_env(cron:session): Unable to open env file: /etc/default/locale: No such file or directory
Oct 29 22:25:01 LIFE-SSH CRON[1095]: pam_unix(cron:session): session opened for user root by (uid=0)
Oct 29 22:25:01 LIFE-SSH CRON[1095]: pam_unix(cron:session): session closed for user root
Oct 29 22:25:15 LIFE-SSH sudo: pam_unix(sudo:auth): authentication failure; logname=mixssh uid=1000 euid=0 tty=/dev/pts/1 ruser=mixssh rhost= user=mixssh
Oct 29 22:25:33 LIFE-SSH sudo: mixssh : TTY=pts/1 ; PWD=/home/mixssh ; USER=root ; COMMAND=/usr/bin/pkill -KILL -u root
Oct 29 22:25:33 LIFE-SSH sudo: pam_unix(sudo:session): session opened for user root by mixssh(uid=0)
Oct 29 22:25:33 LIFE-SSH sshd[1122]: Server listening on 0.0.0.0 port 443.
Oct 29 22:25:33 LIFE-SSH sshd[1122]: Server listening on :: port 443.
Oct 29 22:25:33 LIFE-SSH sshd[1122]: error: Bind to port 443 on 0.0.0.0 failed: Address already in use.
Oct 29 22:25:33 LIFE-SSH sshd[1122]: error: Bind to port 443 on :: failed: Address already in use.
Oct 29 22:25:33 LIFE-SSH sshd[1122]: Server listening on 0.0.0.0 port 22.
Oct 29 22:25:33 LIFE-SSH sshd[1122]: Server listening on :: port 22.
Oct 29 22:25:33 LIFE-SSH systemd-logind[1126]: New seat seat0.
Oct 29 22:25:54 LIFE-SSH sudo: mixssh : TTY=pts/1 ; PWD=/home/mixssh ; USER=root ; COMMAND=/usr/bin/pkill -KILL -u root
Oct 29 22:25:54 LIFE-SSH sudo: pam_unix(sudo:session): session opened for user root by mixssh(uid=0)
Oct 29 22:25:54 LIFE-SSH sshd[1159]: Server listening on 0.0.0.0 port 443.
Oct 29 22:25:54 LIFE-SSH sshd[1159]: Server listening on :: port 443.
Oct 29 22:25:54 LIFE-SSH sshd[1159]: error: Bind to port 443 on 0.0.0.0 failed: Address already in use.
Oct 29 22:25:54 LIFE-SSH sshd[1159]: error: Bind to port 443 on :: failed: Address already in use.
Oct 29 22:25:54 LIFE-SSH sshd[1159]: Server listening on 0.0.0.0 port 22.
Oct 29 22:25:54 LIFE-SSH sshd[1159]: Server listening on :: port 22.
Oct 29 22:25:54 LIFE-SSH systemd-logind[1160]: New seat seat0.
Oct 29 22:27:58 LIFE-SSH su[1179]: Successful su for root by mixssh
Oct 29 22:27:58 LIFE-SSH su[1179]: + /dev/pts/1 mixssh:root
Oct 29 22:27:58 LIFE-SSH su[1179]: pam_env(su:session): Unable to open env file: /etc/default/locale: No such file or directory
Oct 29 22:27:58 LIFE-SSH su[1179]: pam_unix(su:session): session opened for user root by mixssh(uid=1000)
Oct 29 22:27:58 LIFE-SSH systemd-logind[1160]: Failed to create cgroup name=systemd:/user/0.user: No such file or directory
Oct 29 22:27:58 LIFE-SSH su[1179]: pam_systemd(su:session): Failed to create session: No such file or directory
Oct 29 22:28:46 LIFE-SSH sshd[1223]: Accepted password for celiojr94 from 181.215.109.252 port 39384 ssh2
Oct 29 22:28:46 LIFE-SSH sshd[1223]: pam_unix(sshd:session): session opened for user celiojr94 by (uid=0)
Oct 29 22:28:46 LIFE-SSH systemd-logind[1160]: Failed to create cgroup name=systemd:/user/1004.user: No such file or directory
Oct 29 22:28:46 LIFE-SSH sshd[1223]: pa



01 02 03



Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts