在linux机器上,当帐户由于最大失败登录尝试而被锁定时,并且在尝试使用ssh登录时,它会给出以下消息。
Account locked due to 6 failed logins
Password:
Account locked due to 7 failed logins
Password:
然而,在使用JSch执行ssh时,它会出现“com.jcraft.jsch.JSchException:Auth fail”异常。
在这里,有没有办法捕获“帐户锁定”错误?
提前致谢, 维卡斯