7
ssh:1人の非rootユーザーの「PAMアカウント構成によりアクセスが拒否されました」
VMで初期化中に、公開鍵認証を使用してSSHで1人の非rootユーザー(admin)としてログインできますが、別のユーザー()としてはログインできませんtbbscraper。ログファイルで見つかるエラーメッセージは Sep 18 17:21:04 [REDACTED] sshd[18942]: fatal: Access denied for user tbbscraper by PAM account configuration [preauth] クライアント側では、シンドロームは $ ssh -v -i [REDACTED] tbbscraper@[REDACTED] ... debug1: SSH2_MSG_SERVICE_ACCEPT received debug1: Authentications that can continue: publickey debug1: Next authentication method: publickey debug1: Offering public key: [REDACTED] debug1: Authentications that can continue: publickey …
24
ssh
remote-access
pam