분류 전체보기222 The client has disconnected from the server. reashon: Reason : Unable to authenticate using any of the configured authentication methods. 개요 The client has disconnected from the server. reashon: Reason : Unable to authenticate using any of the configured authentication methods. 에러가 발생할때 처리방법 처리방법 /etc/ssh/sshd_config 에서 아래와 같이 설정 해야 해결된다. PasswordAuthentication yes 수정후 sshd 서비스 재시작 2023. 7. 10. ubuntu 22.04 php8.2 설치 개요 - 우분투 22.04에 php8.2를 설치할 수 있다. 설치방법 #시스템 업데이트 실행 apt update && apt upgrade -y # ondrej ppa 레파지토리 추가 add-apt-repository ppa:ondrej/php # 레파지토리 업데이트 apt update #php8.2 설치 apt install php8.2 -y #버전확인 php --version 2023. 6. 20. 2023년 한국전기안전공사 연봉 한국전기안전공사 연봉 한국전기안전공사 보수 규정 https://www.alio.go.kr/item/itemBoard21110.do?disclosureNo=null&apbaId=C0244&nowcode=21110&reportFormNo=21110&table_name=COMM_RULE&idx_name=RULE_NO&idx=23123&reportGbn=N&bid_type=K1200 ALIO : 공공기관 경영정보 공개시스템 www.alio.go.kr 다른 공공기관 연봉 보기 https://www.alio.go.kr/item/itemOrganList.do?apbaId=C0244&reportFormRootNo=21110 2023. 6. 14. [linux] sudo : PAM authentication error : Module is unknow [개요] sudo su - 를 통한 root 권한 획득 시도시 sudo : PAM authentication error : Module is unknow 에러가 발생한다 [해결방법] /etc/pam.d/system-auth 파일에서 아래 내용삭제 해야함 auth required pam_tally2 onerr=fail deny=5 unlock_time=180 no_magic_root 로그인 실패시 보안 설정인데. 잘못설정했따간 root 권한상승을 못한다... 자빅스를 통해 해결했으나... 보통의 경우는 부팅과정(grub)에서 root 권한 획득 후 수정해야할 것으로 보임 2023. 5. 31. [jenkins] 젠킨스 에러 sudo: a terminal is required to read the password; either use the -S option to read from standard input or configure an askpass helper 개요 - 젠킨스 빌드 실행시 아래와 같은 에러가 발생한다. - build step에 shellscript 실행 구문이 있고 sudo로 실행하려고 할 때 발생 sudo /data/ansible/file/win_test.sh sudo: a terminal is required to read the password; either use the -S option to read from standard input or configure an askpass helper sudo: a password is required Build step 'Execute shell' marked build as failure Finished: FAILURE 해결방법 /etc/sudoers에 아래 내역 추가 jenkins ALL=(.. 2023. 5. 3. 이전 1 ··· 13 14 15 16 17 18 19 ··· 45 다음 반응형