LINUX.ORG.RU

There are two ways. First using the url, as in ftp://user:pass@site.com/. The second is using the option -o user, as in -o user=«user:pass».

AITap ★★★★★
()

If you want slightly more security you can create the file ~root/.netrc and add the passwords there. Passwords are still plain text, but you can have mode 600, and df command will not show them (mounted or not). This method is also less sensitive to special characters (that else must be escaped) in the passwords. The format is:

machine remoteserver
login myuser
password mypassword

https://wiki.archlinux.org/index.php/Autofs

anonymous
()
Ответ на: комментарий от anonymous

создал этот файлик, /root/.netrc

Теперь хочу соединиться, но как? Смотрю хелп вижу фигу, кто знает эту прогу подскажите?

mordovorot
() автор топика
Ответ на: комментарий от mordovorot

в fstab что-то типа:
curlftpfs#http://www.server.ru /mnt/ftp/www.server.ru fuse rw,uid=0,gid=100,umask=0007,default_permissions,user,allow_other,codepage=cp1251,noauto 0 0
chown root.root /root/.netrc ; chmod 600 /root/.netrc
sudo mount /mnt/ftp/www.server.ru

backbone ★★★★★
()
Ответ на: комментарий от backbone

так и не успел опробовать, но урок на всю жизнь хороший получил, попросил сменить пароль.

mordovorot
() автор топика
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.