меняем пасс юзера через SSH

Статус
В этой теме нельзя размещать новые ответы.

alexo

Участник
Регистрация
28 Май 2006
Сообщения
315
Реакции
5
У меня дедик

нужно менять пасс для одного юзера

через ssh захожу root-ом и пишу


меняется пасс на Директадмин, но вот default pass to ftp (with the same user) don't changed. The old one

Как мне менять пасс на фтп
через ДА разрешает только удалить или создать новый.
 
У меня дедик
нужно менять пасс для одного юзера
через ssh захожу root-ом и пишу
меняется пасс на Директадмин, но вот default pass to ftp (with the same user) don't changed. The old one
Как мне менять пасс на фтп
через ДА разрешает только удалить или создать новый.

А почему ты решил,что ftp пользуется системным файлом паролей, а не своим собственным?...
 
у меня лично пароли от ftp в mysql базе данных.
может у вас также ?
посмотрите через phpmyadmin может база есть с названием ftp :)

ну или да , в файле.
 
А почему ты решил,что ftp пользуется системным файлом паролей, а не своим собственным?...
просто на другом сервере, где у меня спанел (да и версии пхп и мускула 4х) при смене пасс-а через ssh все пассы меняются автоматом.

Тут первый делал и если честно как то странно

у меня лично пароли от ftp в mysql базе данных.
может у вас также ?
нет не выдел такой бызы или таблицы.

Но а всё таки где искать этот пасс или просто откуда поменять пасс на фтп
 
А что чтоит на дедике? всмысле какая программа ftp? скорее всего нужно вызвать ее и уже в ней менять
 
а как вызвать её

посмотрел эти файлы, но без толку
ftppasswd=/etc/proftpd.passwd
ftpconfig=/etc/proftpd.conf
ftpvhosts=/etc/proftpd.vhosts.conf
ftppasswd=/etc/proftpd.passwd
 
а как вызвать её

посмотрел эти файлы, но без толку
ничего бесполезного в юниксах нету (кроме сендмейла:()

Скорее всего используется proftpd



можно сказать точнее если ты напишеш результат команды proftpd --help или man proftpd
 
можно сказать точнее если ты напишеш результат команды proftpd --help или man proftpd

вот output of proftpd --help

usage: proftpd [options]
-h, --help
Display proftpd usage
-N, --nocollision
Disable address/port collision checking
-n, --nodaemon
Disable background daemon mode (and send all output to stderr)
-q, --quiet
Don't send output to stderr when running with -n or --nodaemon
-d [level], --debug
Set debugging level (0-10, 10 = most debugging)
-D [definition], --define
Set arbitrary IfDefine definition
-c [config-file], --config
Specify alternate configuration file
-p [0|1], --persistent
Enable/disable default persistent passwd support
-l, --list
List all compiled-in modules
-t, --configtest
Test the syntax of the specified config
-V, --settings
Print compile-time settings and exit
-v, --version
Print version number and exit
-vv, --version-status
Print extended version information and exit
-4, --ipv4
Support IPv4 connections only
-6, --ipv6
Support IPv6 connections

and

man proftpd

Formatting page, please wait...
XXX
XXX WARNING: old character encoding and/or character set
XXX
proftpd(8) proftpd(8)

NAME
proftpd - Professional configurable, secure file transfer protocol
server

SYNOPSIS
proftpd [ -hlntv ] [ -c config-file ] [ -d debuglevel ] [ -p 0|1 ]

DESCRIPTION
proftpd is the Professional File Transfer Protocol (FTP) server daemon.
The server may be invoked by the Internet "super-server" inetd(8) each
time a connection to the FTP service is made, or alternatively it can
be run as a standalone daemon.

When proftpd is run in standalone mode and it receives a SIGHUP then it
will reread its configuration file. When run in standalone mode with-
out the -n option, the main proftpd daemon writes its process ID to
/var/run/run/proftpd.pid to make it easy to know which process to
SIGHUP.

OPTIONS
-h,--help Display a short usage description, including all available
options.

-n,--nodaemon
Runs the proftpd process in standalone mode (must be con-
figured as such in the configuration file), but does not
background the process or disassociate it from the control-
ling tty. Additionally, all output (log or debug messages)
are sent to stderr, rather than the syslog mechanism. Most
often used with the -d option for debugging.
 
на твоем месте я бы начал отсюда


и особое внимание уделил бы

где черным по белому написано что есть 3 варинта хранения файла паролей
/etc/passwd
/etc/shadow
files by using the AuthUserFile and AuthGroupFile directives.

я не спец по proftpd, но порыл бы конфиги, мало ли что может что то и всплыло.

И еще вопрос ты хочеш сменить рутовый пароль или обычного юзера?
 
Статус
В этой теме нельзя размещать новые ответы.
Назад
Сверху