일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 리눅스
- 소비전력
- html/css
- ConoHa
- 시놀로지
- Apache
- SKT
- php
- 자바스크립트
- nginx
- 알뜰폰
- iptime
- KB증권
- KB국민카드
- centos
- 복현오거리
- 윈도우10
- 티스토리
- proxmox
- 킹북이초월
- 알리익스프레스
- PHP-FPM
- mysql
- Rocky
- 램가스초월
- 스톤에이지
- 아파치
- 보르비스초월
- jQuery
- 가상서버호스팅
- Today
- Total
맛집 여행 캠핑 일상 생활
[CentOS] 9.x ssh 접속 설정 방법 본문
728x90
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_config
systemctl restart sshd
이제 잘 접속이 되네요~
728x90
반응형
'LINUX' 카테고리의 다른 글
[Rocky] yum update nobest 에러 (0) | 2024.06.25 |
---|---|
[CentOS] PXE Boot 서버 구축 방법 (Win10PE) (0) | 2024.03.22 |
[CentOS] wget certificate issue (0) | 2023.11.27 |
[CentOS] 7.x multiple php7.4 phpMyAdmin 로그인 안되는 문제 (0) | 2023.09.18 |
[APACHE] .htaccess 특정 ip 허용 나머지는 리디렉션 (0) | 2023.08.24 |
Trackback : | Comments :