How to Allow FTP Users to Access to Out of Home Directory (chroot) Files and Folders איך ה-FTP כדי לאפשר למשתמשים לגשת אל מחוץ הבית ספריות (chroot) קבצים ותיקיות

FTP server service on a host that comes with advanced web hosting package such as VPS (Virtual Private Server), VDS (Virtual Dedicated Server), hybrid server, or dedicated server, regardless of whether it's powered by proftpd, vsftpd, or pure-ftpd, etc., usually been set up and configured by default to restrict and jail the FTP users to have only limited access to files and folders located within their own home directory. שרת FTP על המחשב המארח שירות שמגיע עם חבילת אירוח אתרים מתקדמים כגון VPS (Virtual Private Server), VDS (וירטואלית שרת ייעודי), היברידית Server, או שרת ייעודי, ללא קשר לשאלה האם זה מופעל על ידי proftpd, vsftpd, או טהור-ftpd וכו ', נקבע בדרך כלל מעלה מוגדרת כברירת מחדל כדי להגביל את ה-FTP ו לכלא למשתמשים יש גישה מוגבלת בלבד על קבצים ותיקיות הממוקמים בתוך משלהם Home Directory. The restriction is set by chroot directive where FTP users are locked within chrooted folder, normally their home folder. ההגבלות שהוטלו מוגדר על ידי ה-FTP chroot הוראה שבו משתמשים נעולים בתוך התיקייה chrooted, בדרך כלל תיקיית הבית שלו.

If FTP users need to access or change to another folders out of chrooted home directory, they have to be allowed to access other directories and files by disabling chroot control. אם ה-FTP המשתמשים צריכים גישה או שינוי אחר תיקיות מתוך ספריית chrooted הביתה, הם צריכים להיות רשאים לגשת ספריות וקבצים אחרים השבתת chroot שליטה. Disable chroot will allow FTP users to break out the chroot to go to directory in different location. השבת chroot-FTP יאפשר למשתמשים לשבור את chroot כדי לעבור אל מיקום הספרייה שונים.

To disable chroot cage for FTP users in their home directories, locate the chroot configuration in FTP server configuration file and set the value to “NO”. כדי להשבית את chroot כלוב עבור משתמשי ה-FTP בביתם הספריות, לאתר את chroot תצורת שרת ה-FTP של קובץ התצורה ולהגדיר את הערך "לא". Some directive name and configuration file name with its location for common FTP server software is listed below. חלק הוראה שם ותצורה את שם הקובץ עם מיקום נפוצה היא תוכנת שרת FTP המפורטים להלן.

Pure-FTPd : /etc/pure-ftpd.conf Pure-FTPd: / etc / טהור-ftpd.conf

ChrootEveryone=NO ChrootEveryone = אין

ProFTPd : /etc/proftpd.conf ProFTPd: / etc / proftpd.conf

DefaultRoot ~ (delete this line) DefaultRoot ~ (למחוק את השורה)

VSFTPd : /etc/vsftpd.conf VSFTPd: / etc / vsftpd.conf

chroot_local_user=NO chroot_local_user = אין

IMPORTANT : The page is machine translated and provided "as is" without warranty. חשוב: הדף הוא מכונה בתרגום ובתנאי "כמות שהוא", ללא אחריות. Machine translation may be difficult to understand. תרגום מכונה יכול להיות קשה להבין. Please refer to אנא פנה ל original English article המאמר המקורי באנגלית whenever possible. ככל שניתן.


4 Responses to “How to Allow FTP Users to Access to Out of Home Directory (chroot) Files and Folders” 4 תגובות ל "איך ה-FTP כדי לאפשר למשתמשים לגשת אל מחוץ הבית ספריות (chroot) קבצים ותיקיות"

  1. xer xer
    April 14th, 2009 17:28 אפריל 14, 2009 17:28
    4 4

    Well טוב
    I'm looking for an how to, for create users in ProFTPd without SSH access on linux, i mean, i want create JUST FTP users without any login name in /etc/passwd אני מחפש אופן, ליצור עבור המשתמשים ProFTPd בלי גישה SSH על לינוקס, אני מתכוון, אני רק רוצה ליצור FTP משתמשים הכניסה ללא שם / etc / passwd

  2. Yorick Yorick
    April 7th, 2008 18:37 7 באפריל, 2008 18:37
    3 3

    Hi i tried that chroot_local_user=NO היי ניסיתי את זה = לא chroot_local_user

    im using vsftpd on ubuntu 7.10 desktop. IM באמצעות vsftpd על שולחן העבודה של Ubuntu 7.10. I changed the conf file like before then restarted the server and from another desktop logged in as a localuser. שיניתי את הקובץ Conf כמו לפני זה מחדש את השרת ואת אחר Desktop נרשם כמשתמש localuser. when i typed ls -l it still only shows that users home directory..Please help im so new to linux כשאני הקלדת ls-l זה עדיין מראה כי רק משתמשים במדריך הביתה .. אנא עזרו IM כך חדש ב-Linux

  3. Sean wayne שון ויין
    January 20th, 2008 00:43 ינואר 20, 2008 00:43
    2 2

    http://www.vinno.net/linux/server/chroot-mount-trick http://www.vinno.net/linux/server/chroot-mount-trick
    Ops didnt work. מבצעי didn't עבודה. Here it is again: הנה זה שוב: http://www.vinno.net/linux/server/chroot-mount-trick http://www.vinno.net/linux/server/chroot-mount-trick

  4. Sean wayne שון ויין
    January 20th, 2008 00:42 ינואר 20, 2008 00:42
    1 1

    You know that you can, mount –bind a directory so users are chroot for security but still allow them to access some more directorys outside their chroot. אתה יודע שאתה יכול, הר-להכפיף ספרייה כך שמשתמשים אינם chroot עבור אבטחה אך עדיין לאפשר להם גישה קצת יותר directorys מחוץ chroot שלהם.

    Heres the link to it. Heres את הקישור אליו.

Leave a Reply השאירו תגובה

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> אתה יכול להשתמש בקבצי תגיות: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <דל datetime = ""> <em> <i> <q cite=""> <strike> <strong>

Subscribe to comments feature has been disabled. הצטרף כמנוי ל הערות תכונה הושבת. To receive notification of latest comments posted, subscribe to כדי לקבל הודעה על תגובות העדכנית פורסם, כדי להירשם My Digital Life Comments RSS feed החיים שלי דיגיטלי תגובות RSS Feed or או register to receive הרשמה לקבלת new comments in daily email digest. תגובות חדש ב דוא"ל תקציר יומי.
Custom Search

New Articles מאמרים חדשים

Incoming Search Terms for the Article חיפוש נכנס על תנאי סעיף

pure-ftpd chroot טהור ftpd-chroot - -- pureftpd chroot pureftpd chroot - -- vsftpd symlink קישור סמלי vsftpd - -- proftpd follow symlinks proftpd בצע symlinks - -- pure-ftpd symlink טהור-ftpd קישור סמלי - -- pureftpd symlink pureftpd קישור סמלי - -- ftp home directory FTP Home Directory - -- proftpd follow symlink proftpd בצע קישור סמלי - -- pureftp symlink pureftp קישור סמלי - -- FTP Users משתמשי ה-FTP - -- pureftp chroot pureftp chroot - -- allow ftp לאפשר FTP - -- ftpd users ftpd משתמשים - -- pure ftpd chroot טהור ftpd chroot - -- proftpd FollowSymLinks proftpd FollowSymLinks - -- vsftpd follow symlinks vsftpd בצע symlinks - -- ftp.allow ftp.allow - -- pure-ftp chroot טהור-FTP chroot - -- proftpd allow symlink proftpd לאפשר קישור סמלי - -- how to allow ftp access איך ה-FTP כדי לאפשר גישה - -- ftpusers ftpusers - -- pure ftpd symlink טהור ftpd קישור סמלי - -- pure-ftpd symlinks טהור-ftpd symlinks - -- pureftp follow symlinks pureftp בצע symlinks - -- vsftpd chroot symlink vsftpd chroot קישור סמלי - -- pureftpd follow symlinks pureftpd בצע symlinks - -- allow ftp access לאפשר גישה FTP - -- pure ftp chroot טהור FTP chroot - -- pureftpd .ftpaccess pureftpd. ftpaccess - -- pureftpd symlinks pureftpd symlinks - -- proftpd chroot proftpd chroot - -- symlink ftp קישור סמלי FTP - -- ftp user home directory FTP במדריך למשתמש הביתי - -- proftpd allow symlinks proftpd לאפשר symlinks - -- allowing ftp access מאפשר גישה FTP - -- symlinks ftp symlinks FTP - -- linux ftp user home directory Linux FTP במדריך למשתמש הביתי - -- pure-ftpd follow symlinks טהור-ftpd בצע symlinks - -- restrict ftp folder access להגביל גישה תיקיית ה-FTP - -- vsftp versus pureftp vsftp לעומת pureftp - -- vsftp follow symlinks vsftp בצע symlinks - -- ubuntu proftpd user directory Ubuntu proftpd מדריך למשתמש - -- symlink proftpd קישור סמלי proftpd - -- vsftpd symlinks vsftpd symlinks - -- proftpd disable chroot proftpd להשבית chroot - -- chroot pure-ftpd chroot טהור-ftpd - -- pureftp symlink mount קישור סמלי pureftp הר - -- ftp symlink קישור סמלי FTP - -- pureftpd defaultroot pureftpd defaultroot - -- set user home directory ftp בחר במדריך למשתמש הביתי FTP - --