启用S​​SH用户login(Debian)

如何为用户pipe理员启用ssh
我在sshd_config中使用这个:
AllowUserspipe理员
重新启动SSH后,我试着login,我input用户名+密码,但我没有得到任何答案。 怎么了?
也许这个设置是原因?

Match group filetransfer ChrootDirectory %h X11Forwarding no AllowTcpForwarding no ForceCommand internal-sftp 

我使用这个sshd_config来允许root用户和sshlogin用户通过sshlogin。 组中的用户是chroot:

 # 2009-04-27 AllowGroups root netlogin sshlogin PermitRootLogin without-password PermitEmptyPasswords no PubkeyAuthentication yes UsePAM yes ChallengeResponseAuthentication no PasswordAuthentication yes AuthorizedKeysFile .ssh/authorized_keys #AcceptEnv LANG LC_* AddressFamily inet HostbasedAuthentication no HostKey /etc/ssh/ssh_host_dsa_key HostKey /etc/ssh/ssh_host_rsa_key IgnoreRhosts yes MaxStartups 4 KeyRegenerationInterval 3600 LoginGraceTime 60 LogLevel INFO PrintLastLog yes PrintMotd no Protocol 2 Port 22 RhostsRSAAuthentication no RSAAuthentication yes ServerKeyBits 768 StrictModes yes SyslogFacility AUTH TCPKeepAlive yes UsePrivilegeSeparation yes X11DisplayOffset 10 X11Forwarding no Subsystem sftp internal-sftp Match group netlogin ChrootDirectory /home X11Forwarding no AllowTcpForwarding no ForceCommand internal-sftp