본문 바로가기

카테고리 없음

(raspberry pi 4, ubuntu 20.04 server version 설치 시 참고사항)

* 이미지를 sd 카드에 기록할 때 윈도우용 imager를 사용할 것. wifi 국가 설정에서 US를 설정할 것.

* 인터넷은 초기 한두 번 부팅 후에 잘 잡힘. 아니면, 이미지 제작 시에 wifi 설정 잘못한 것임.

* 외부에서 ssh 접근 시, Permission denied (publickey) 메시지가 나오면, 다음 글을 참고하여 해결할 것.

https://overpassion.tistory.com/174    

요약하면,

sudo vi /etc/ssh/sshd_config

PasswordAuthentication   yes

sudo systemctl restart sshd

 

* unattended upgrades 제거하기

sudo dpkg-reconfigure unattended-upgrades  를 실행해서 no로 설정.

sudo systemctl stop unattended-upgrades   를 실행해서 중지 시킴.

sudo apt remove unattended-upgrades    패키지 삭제