2
gssapi-keyexまたはgssapi-with-micを使用したSSH認証(公開鍵は許可されません)
私の会社はSSH公開キー認証を無効にしているため、パスワードを変更するたびに手動で入力する必要があります(変更する必要はありません/etc/ssh/sshd_config)。 ただしgssapi-keyex、gssapi-with-mic認証は有効になっています(以下のsshデバッグ出力を参照してください)。 この場合、どのように自動ログインを使用できますか? 悪用gssapi-keyexやgssapi-with-mic認証を行うことはできますか? > ssh -v -o PreferredAuthentications=publickey hostxx.domainxx OpenSSH_5.3p1, OpenSSL 1.0.0-fips 29 Mar 2010 debug1: Reading configuration data /etc/ssh/ssh_config debug1: Applying options for * debug1: Connecting to hostxx.domainxx [11.22.33.44] port 22. debug1: Connection established. debug1: identity file /home/me/.ssh/identity type -1 debug1: identity file /home/me/.ssh/id_rsa type -1 debug1: identity …