[ssh] ssh 터미널 연결 설치/ssh root 접속허용
페이지 정보
작성자 sbLAB 댓글 0건 조회 301회 작성일 23-08-26 22:02본문
※ubuntu/ssh
[ssh 설치/활성화]
# apt update
# apt install openssh-server
# systemctl status ssh
# sudo ufw allow ssh
[ssh root 접속 허용]
# cd /etc/ssh
# nano sshd_config
----------------------------------
#PermitRootLogin prohibit-password
PermitRootLogin yes
-----------------------------------
# systemctl restart ssh
댓글목록
등록된 댓글이 없습니다.