반응형
250x250
Notice
Recent Posts
Recent Comments
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 |
Tags
- Jenkins
- 도커
- node
- or some instances in your deployment group are experiencing problems.
- redis
- Python
- aws cicd
- codebuild
- aws
- PostgreSQL
- Kafka
- IntelliJ
- kubeflow
- SQL
- java bigdecimal
- bootstrap
- codepipeline
- COALESCE
- codedeploy
- Spring
- Spring Error
- docker
- VPN
- Airflow
- chart.js
- JavaScript
- codedeploy error
- chartjs
- Flux
- AWS CI/CD 구축하기
Archives
- Today
- Total
Small Asteroid Blog
[Ubuntu error]password permission denied 본문
728x90
nano /etc/ssh/sshd_config
PermitRootLogin prohibit-password -> PermitRootLogin yes 로 변경
PasswordAuthentication no -> PasswordAuthentication yes 로 변경
UseLogin no -> UseLogin yes 로 변경
재시작
service sshd restart
728x90
반응형
'클라우드 및 인프라 > 네트워크' 카테고리의 다른 글
[Network] IP주소 클래스 (A,B,C class) (0) | 2021.07.21 |
---|---|
[yum error] Another app is currently holding the yum lock; waiting for it to exit... (0) | 2021.06.22 |
VPN 설정 및 연결 (0) | 2021.04.08 |
가상머신 외부에서 접속 (0) | 2020.10.15 |
CentOS 7 부팅시 네트워크 자동 연결 설정 (0) | 2020.04.24 |