Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - dandumit

Pages: [1]
1
Apache / Re: Website File Locations
« on: February 10, 2019, 07:11:55 AM »
hi,
where can I find error log file location ?
thank you,
Daniel

2
FTP / Re: Problem with FTP access
« on: February 09, 2019, 07:39:00 AM »
Guys, Please help.
This is driving me crazy.
I have tried all your recommendations above but no luck. any other hints ?

3
FTP / Re: FTP connection FAILED
« on: February 09, 2019, 07:38:08 AM »
most verbose reply that I have got is

Code: [Select]
220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
220-You are user number 1 of 50 allowed.
220-Local time is now 08:09. Server port: 21.
220-IPv6 connections are also welcome on this server.
220 You will be disconnected after 15 minutes of inactivity.
-> AUTH TLS 
500 This security scheme is not implemented
-> AUTH SSL 
500 This security scheme is not implemented
Unable to connect
Disconnected

I have tried reccomandations from other thread :
Code: [Select]
grep "^/sbin/nologin$" /etc/shells || echo "/sbin/nologin" >> /etc/shells
but no luck...

4
FTP / Re: FTP connection FAILED
« on: February 09, 2019, 07:14:39 AM »
Hello all,
Please help since it's driving me crazy .
I cannot connect with FTP . I have created 2 users , tried longer passwords. tried port 21 22 , tried ftpes , sftp . everythng !
I have created users from admin and from filemanagement > ftp management . nothing. cannot connect...
Output of commands :

Code: [Select]
[root@centos-2gb-fsn1-1 ~]# systemctl status pure-ftpd.service
● pure-ftpd.service - Pure-FTPd FTP server
   Loaded: loaded (/usr/lib/systemd/system/pure-ftpd.service; enabled; vendor preset: disabled)
   Active: active (running) since Sat 2019-02-09 06:47:32 CET; 1h 15min ago
  Process: 17046 ExecStart=/usr/sbin/pure-config.pl /etc/pure-ftpd/pure-ftpd.conf --daemonize (code=exited, status=0/SUCCESS)
 Main PID: 17047 (pure-ftpd)
   CGroup: /system.slice/pure-ftpd.service
           └─17047 pure-ftpd (SERVER)

Feb 09 06:53:23 centos-2gb-fsn1-1 pure-ftpd[17206]: (?@86.127.42.161) [INFO] New connection from 86.127.42.161
Feb 09 07:02:44 centos-2gb-fsn1-1 pure-ftpd[17396]: (?@86.127.42.161) [INFO] New connection from 86.127.42.161
Feb 09 07:12:21 centos-2gb-fsn1-1 pure-ftpd[17548]: (?@86.127.42.161) [INFO] New connection from 86.127.42.161
Feb 09 07:12:21 centos-2gb-fsn1-1 pure-ftpd[17548]: (?@86.127.42.161) [DEBUG] Command [auth] [TLS]
Feb 09 07:12:21 centos-2gb-fsn1-1 pure-ftpd[17548]: (?@86.127.42.161) [DEBUG] Command [auth] [SSL]
Feb 09 07:58:14 centos-2gb-fsn1-1 pure-ftpd[17919]: (?@86.127.42.161) [INFO] New connection from 86.127.42.161
Feb 09 07:58:40 centos-2gb-fsn1-1 pure-ftpd[17922]: (?@86.127.42.161) [INFO] New connection from 86.127.42.161
Feb 09 07:59:38 centos-2gb-fsn1-1 pure-ftpd[17936]: (?@86.127.42.161) [INFO] New connection from 86.127.42.161
Feb 09 07:59:38 centos-2gb-fsn1-1 pure-ftpd[17936]: (?@86.127.42.161) [DEBUG] Command [auth] [TLS]
Feb 09 07:59:38 centos-2gb-fsn1-1 pure-ftpd[17936]: (?@86.127.42.161) [DEBUG] Command [auth] [SSL]

and :

Code: [Select]
[root@centos-2gb-fsn1-1 ~]# journalctl -xe
Feb 09 08:10:14 centos-2gb-fsn1-1 sshd[18101]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Feb 09 08:10:16 centos-2gb-fsn1-1 sshd[18101]: Failed password for root from 218.92.1.142 port 21084 ssh2
Feb 09 08:10:17 centos-2gb-fsn1-1 unix_chkpwd[18104]: password check failed for user (root)
Feb 09 08:10:17 centos-2gb-fsn1-1 sshd[18101]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Feb 09 08:10:19 centos-2gb-fsn1-1 sshd[18101]: Failed password for root from 218.92.1.142 port 21084 ssh2
Feb 09 08:10:19 centos-2gb-fsn1-1 unix_chkpwd[18105]: password check failed for user (root)
Feb 09 08:10:19 centos-2gb-fsn1-1 sshd[18101]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Feb 09 08:10:21 centos-2gb-fsn1-1 sshd[18101]: Failed password for root from 218.92.1.142 port 21084 ssh2
Feb 09 08:10:21 centos-2gb-fsn1-1 sshd[18101]: Received disconnect from 218.92.1.142 port 21084:11:  [preauth]
Feb 09 08:10:21 centos-2gb-fsn1-1 sshd[18101]: Disconnected from 218.92.1.142 port 21084 [preauth]
Feb 09 08:10:21 centos-2gb-fsn1-1 sshd[18101]: PAM 2 more authentication failures; logname= uid=0 euid=0 tty=ssh ruser= rhost=218.92.1.142  user=root
Feb 09 08:10:22 centos-2gb-fsn1-1 postfix/anvil[18062]: statistics: max connection rate 1/60s for (smtp:193.248.55.198) at Feb  9 08:07:01
Feb 09 08:10:22 centos-2gb-fsn1-1 postfix/anvil[18062]: statistics: max connection count 1 for (smtp:193.248.55.198) at Feb  9 08:07:01
Feb 09 08:10:22 centos-2gb-fsn1-1 postfix/anvil[18062]: statistics: max cache size 1 at Feb  9 08:07:01
Feb 09 08:11:06 centos-2gb-fsn1-1 unix_chkpwd[18108]: password check failed for user (root)
Feb 09 08:11:06 centos-2gb-fsn1-1 sshd[18106]: pam_unix(sshd:auth): authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=218.92.1.142  user=root
Feb 09 08:11:06 centos-2gb-fsn1-1 sshd[18106]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Feb 09 08:11:07 centos-2gb-fsn1-1 sshd[18106]: Failed password for root from 218.92.1.142 port 15162 ssh2
Feb 09 08:11:08 centos-2gb-fsn1-1 unix_chkpwd[18109]: password check failed for user (root)
Feb 09 08:11:08 centos-2gb-fsn1-1 sshd[18106]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
Feb 09 08:11:10 centos-2gb-fsn1-1 sshd[18106]: Failed password for root from 218.92.1.142 port 15162 ssh2
Feb 09 08:11:12 centos-2gb-fsn1-1 unix_chkpwd[18110]: password check failed for user (root)
Feb 09 08:11:12 centos-2gb-fsn1-1 sshd[18106]: pam_succeed_if(sshd:auth): requirement "uid >= 1000" not met by user "root"
lines 1061-1083/1083 (END)
By the way 218.92.1.142 it's not my adress ...




Pages: [1]