[Linux] login 실패

김봉남·2024년 2월 14일
0

Linux

목록 보기
28/36
post-thumbnail

아주 가끔씩 서버 터미널에 직접 및 서버 원격으로 login 실패할 때가 있다.
이럴 경우 secure 로그를 확인 해보면 "Unregistered Authentication" 있는 것을 알 수 있다.

Linux 서버에서 PolicyKit은 시스템 관리 작업을 수행할 때 사용자의 인증을 관리를 하는데
PolicyKit의 인증 에이전트가 비정상적으로 종료되거나 연결이 끊겼을 때 발생 가끔 발생한다.

secure log

linux Unregistered Authentication Agent for unix-process:30241:1770620944 (system bus name :1.69922, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale ko_KR.UTF-8) (disconnected from bus)

조치 방법

systemctl restart polkit

profile
남자다

0개의 댓글