1. 程式人生 > >Fedora開啟ssh服務

Fedora開啟ssh服務

安裝ssh服務:
#yum install openssh-server

啟動ssh服務:
#systemctl start sshd.service
#systemctl enable sshd.service