반응형
Notice
Recent Posts
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- Firebase
- mqtt
- AWS
- JNI
- OZViewer
- ozd
- firebase-database
- ActivityResult-API
- Android
- gradle
- git-push
- git
- socket.io
- socket-client
- 오즈뷰어
- mosquitto
- Galaxy Watch
- 워치
- Flavors
- Java8
- Dva
- google-login
- hung-up
- Kotlin
- cloud-firestore
- socket-server
- TIZEN
- BottomSheetDialog
- NoSuchMethodError
- firebase-storage
Archives
- Today
- Total
Hyeyeon blog
[MQTT] MQTT Mosquitto 서버 userName, password 설정 본문
반응형
1. 유저정보 파일 생성
vim /etc/mosquitto/pwdInfo // /etc/mosquitto/{파일 명}user1:pwd1234 // {유저 명}:{비밀번호} 형태로 입력
2. 비밀번호 암호화
mosquitto_passwd -U /etc/mosquitto/pwdInfo
3. mosquitto.conf 내용 변경
vim /etc/mosquitto/mosquitto.confallow_anonymous false
password_file /etc/mosquitto/pwdInfo
4. mosquitto 서버 재시작
service mosquitto restart
위 명령어가 동작하지 않을 경우, 아래와 같이 재실행
killall mosquittomosquitto> 1605692796: mosquitto version 1.6.9 starting ...
728x90
'개발 > etc' 카테고리의 다른 글
[Windows] V2 Credential Provider 적용하기 (0) | 2021.07.15 |
---|---|
[Firebase] Firebase Storage 버킷 만들기 (0) | 2021.05.05 |
[Git] Git Push 오류 해결 방법 (the remote end hung up unexpectedly) (0) | 2020.11.27 |
[AWS] ec2 ubuntu root 비밀번호 로그인 설정 (0) | 2020.11.18 |
[Git] this exceeds GitHub's file size limit of 100.00 MB (0) | 2019.03.04 |
Comments