**
ssh登录跳转时出现This account is currently not available.**
大致原因是这个用户是无法登录的,需要查看用户的属性,
cat /etc/passwd | grep ftpuser2
如果是 /sbin/nologin 属性, 更改为 /bin/bash 属性。
登录后出现:
ssh:notty
There was 1 failed login attempt since the last successful login.
是说失败次数问题。



