Quantcast
Channel: All Open Tickets - Tera Term on OSDN
Viewing all articles
Browse latest Browse all 2128

OpenSSH 6.2の複数認証要求対応 - Tera Term Ticket #31493 on OSDN

$
0
0

OpenSSH 6.2の複数認証要求対応

Eröffnet am: 2013-06-03 15:33

Letztes Update: 2018-09-04 11:32

Auswertung:dodaVerantwortlicher:(Keine)
Priorität:7Meilenstein:(Keine)
Typ:FunktionsanfragenSchweregrad:7
Komponente:TTSSHStatus:Offen
LösungKeine

Einzelheiten

OpenSSH 6.2でサポートされた、複数認証要求への対応。

たとえば、sshd_config に

AuthenticationMethods publickey,keyboard-interactive
と記述すると、公開鍵認証→キーボードインタラクティブ認証の順で要求されて両方の認証をパスする必要があるが、現状の ttssh では対応できていない。

ssh -v のログ(認証部分)。

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).
対応する場合、
  • 現在どの認証が要求されているかの表示方法
  • コマンドライン、マクロでの対応

なども考慮する必要あり。

Letzte Aktualisierung für dieses Ticket

2018-09-04 11:32 Aktualisiert von: None

Kommentar

私もteratermが使えないためRLoginにて対応しています。


Viewing all articles
Browse latest Browse all 2128