포트 변경 (1) 썸네일형 리스트형 리눅스 포트 변경 standalone -상주 superdemon -실시간 / 중단[텔넷] 1. 프로그램 설치서버dnf -y install telnet-server클라이언트dnf -y install telnet 2. 서비스 실행#systemctl stop firewalld#setenforce 0#systemctl disable firewalld#cd /etc/selinux/ #vi config - SELINUX=disabled 변경#getenforce 0 permissive // 방화벽 제거#systemctl restart telnet.socket#netstat -tuna 3. 클라이언트 접속#telnet 192.168.10.50#ssh -l root 192.168.10.50#window cmdtelnet 192.168.1.. 이전 1 다음