ispconfig 2 ftp / ssh issues?

Discussion in 'General' started by dw5304, Apr 2, 2010.

  1. dw5304

    dw5304 New Member

    i have a ispconfig server that is just weird.
    my clients are trying to change the directory permissions from ftp and they can not.... so then they went to try logging in via ssh and they cant ssh in eather even though it works fine for me. then they tried to tell them to use the web ftp client and they cant see there files from there... only the root folder and nothing else.




    proftpd config


    secure log
     
    Last edited: Apr 2, 2010
  2. falko

    falko Super Moderator Howtoforge Staff

    Did you disable SELinux?
     
  3. dw5304

    dw5304 New Member

    yes it is.....
     
  4. falko

    falko Super Moderator Howtoforge Staff

    What's the output of
    Code:
    getenforce
    ?
     
  5. dw5304

    dw5304 New Member

    [root@CentOS dns1]# getenforce
    Disabled

    ok i fixed the ftp issue.

    /usr/local/etc/proftpd.conf

    had chmod denyall listed....
    still not able to use the webftp option in ispconfig.

    any idea why that is?
     
    Last edited: Apr 6, 2010
  6. falko

    falko Super Moderator Howtoforge Staff

    Any errors in your logs?
     
  7. dw5304

    dw5304 New Member

    Apr 7 09:00:04 CentOS proftpd[31628]: CentOS (127.0.0.1[127.0.0.1]) - USER web32_admin: Login successful.
    Apr 7 09:00:05 CentOS proftpd[31628]: CentOS (127.0.0.1[127.0.0.1]) - FTP session closed.
    Apr 7 09:00:05 CentOS proftpd[31638]: CentOS (127.0.0.1[127.0.0.1]) - USER web32_admin: Login successful.
    Apr 7 09:00:05 CentOS proftpd[31638]: CentOS (127.0.0.1[127.0.0.1]) - FTP session closed.
    Apr 7 09:00:19 CentOS proftpd[31653]: CentOS (127.0.0.1[127.0.0.1]) - USER web32_admin: Login successful.
    Apr 7 09:00:19 CentOS proftpd[31653]: CentOS (127.0.0.1[127.0.0.1]) - FTP session closed.
    Code:
      	 	ssl  	4096  	Apr 5 15:17  	[X]
    		log 	4096 	Apr 6 05:30 	[X]
    		user 	4096 	Apr 6 19:28 	[X]
    		cgi-bin 	4096 	Apr 5 15:17 	[X]
    		web 	4096 	Apr 6 18:31 	[X]
    		phptmp 	4096 	Apr 7 04:59 	[X]
    click on web and its blank. no errors that i can see.
     

Share This Page