ssh(sftp)
Добрый день.
Не могли бы помочь с решением данной проблемы?
Не проходит авторизация пользователей кроме одного (tehnika) по протоколу sftp.
habrahabr.ru/post/139461/
Группы:
sftp:x:1001:user,phpmyadmin,tehnika
Не могли бы помочь с решением данной проблемы?
Не проходит авторизация пользователей кроме одного (tehnika) по протоколу sftp.
#Subsystem sftp /usr/lib/openssh/sftp-server
# Set this to 'yes' to enable PAM authentication, account processing,
# and session processing. If this is enabled, PAM authentication will
# be allowed through the ChallengeResponseAuthentication and
# PasswordAuthentication. Depending on your PAM configuration,
# PAM authentication via ChallengeResponseAuthentication may bypass
# the setting of "PermitRootLogin without-password".
# If you just want the PAM account and session checks to run without
# PAM authentication, then enable this but set PasswordAuthentication
# and ChallengeResponseAuthentication to 'no'.
UsePAM yes
Subsystem sftp internal-sftp
Match Group sftp
ChrootDirectory %h
AllowTCPForwarding no
ForceCommand internal-sftp
Делал по вышей статье: habrahabr.ru/post/139461/
Группы:
sftp:x:1001:user,phpmyadmin,tehnika
Комментарии: 3
А пользователи в группе sftp? что пишет в /var/log/auth.log
Да.
В логах не смотрел…
В логах не смотрел…
В логах /var/log/auth.log пусто
Авторизуйтесь или зарегистрируйтесь, чтобы оставлять комментарии.