ssh 연결 문제 [System is booting up. See pam_nologin(8)]
안녕하세요 오늘은 잘되던 ssh 연결이 갑자기 안될때 ! (로그인 패스워드까지 쳤지만)
System is booting up. See pam_nologin(8)
다음과 같은 에러가 나면서 연결이 안되는 문제가 있습니다.
저도.. 연구실에서 갑자기 접속이 안되는 문제로 상당히 애먹었는데요...
[포트가 개방이 안된건가.. hosts.deny 로 막힌건가.. 다양한 삽질을 했죠..]
찾아보니 리눅스 특정 배포판 버그로 인해 발생할 수 있는 문제 라고합니다
[자세히 말씀들이자면 리부팅시 생성되는 임시파일때문에 발생]
해결방안
다음 명령어를 통해 run폴더안에 있는 nologin 임시폴더를 삭제하시면 정상작동합니다 ㅎㅎ
rm -rf /run/nologin
/run/nologin
참고자료
https://jungfo.tistory.com/182
[linux] ssh 연결 오류, System is booting up. See pam_nologin(8)
리눅스 장비를 재부팅한 후에 sshd 연결 시도 시 하기와 같은 오류가 발생합니다. System is booting up. See pam_nologin(8) 리눅스 장비 상태 - ping 도 정상. - sshd 데몬도 정상. 해결 방안 해당 문..
jungfo.tistory.com
https://bugzilla.opensuse.org/show_bug.cgi?id=980324
Bug 980324 – System is booting up. See pam_nologin(8)
First Last Prev Next This bug is not in your last search results. First Last Prev Next This bug is not in your last search results.
bugzilla.opensuse.org
https://github.com/systemd/systemd/issues/3436
Services may not be terminated in initrd breaking dependencies in real root · Issue #3436 · systemd/systemd
Submission type Bug report Request for enhancement (RFE) NOTE: Do not submit anything other than bug reports or RFEs via the issue tracker! systemd version the issue has been seen with Patches 210 ...
github.com