debug1: SSH2_MSG_SERVICE_REQUEST sent
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey
debug1: Next authentication method: publickey
debug1: Offering RSA public key: /home/sue/.ssh/id_rsa
debug1: Server accepts key: pkalg ssh-rsa blen 277
Authenticated with partial success.
debug1: Authentications that can continue: keyboard-interactive
debug1: Next authentication method: keyboard-interactive
Password:
debug1: Authentication succeeded (keyboard-interactive).
OpenSSH 6.2でサポートされた、複数認証要求への対応。
たとえば、sshd_config に
と記述すると、公開鍵認証→キーボードインタラクティブ認証の順で要求されて両方の認証をパスする必要があるが、現状の ttssh では対応できていない。ssh -v のログ(認証部分)。
対応する場合、なども考慮する必要あり。