일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 가상서버호스팅
- PHP-FPM
- php
- mysql
- 킹북이초월
- OpenWrt
- 시놀로지
- SKT
- 보르비스초월
- KB증권
- 램가스초월
- 티스토리
- 복현오거리
- jQuery
- Rocky
- KB국민카드
- 아파치
- 라즈베리파이2
- 알뜰폰
- ConoHa
- Apache
- 스톤에이지
- 자바스크립트
- 소비전력
- iptime
- proxmox
- 리눅스
- 알리익스프레스
- centos
- 윈도우10
- 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