일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 램가스초월
- PHP-FPM
- 라즈베리파이2
- KB국민카드
- iptime
- KB증권
- jQuery
- SKT
- 가상서버호스팅
- php
- ConoHa
- 알리익스프레스
- 소비전력
- proxmox
- 윈도우10
- 자바스크립트
- Apache
- Rocky
- 알뜰폰
- 보르비스초월
- 시놀로지
- 리눅스
- OpenWrt
- mysql
- centos
- 킹북이초월
- 아파치
- 복현오거리
- 스톤에이지
- 티스토리
- Today
- Total
목록9Stream (1)
맛집 여행 캠핑 일상 생활
[CentOS] 9.x ssh 접속 설정 방법
Proxmox 에서 container 로 centos 9 stream 을 설치했는데 sshd 서비스가 디폴트로 안깔려있네요~ 버전이 한번 바뀌때마다 적응해야할게 많네요~ yum -y install openssh-server systemctl enable sshd systemctl start sshd 이제 다시 접속을 시도해 봅니다. [root@raspberry ivps]# ssh root@192.168.1.2 root@192.168.1.2's password: Permission denied, please try again. root@192.168.1.2's password: 루트로 접속하는게 기본적으로 막혔있나봅니다. echo "PermitRootLogin yes" >> /etc/ssh/sshd_con..
LINUX
2024. 3. 13. 11:21