1. 程式人生 > >ubuntu 安裝ssh服務

ubuntu 安裝ssh服務

AR 登錄 service rep start get -s 啟動 CA

1:安裝

$ sudo apt-get install openssh-server

2:檢查ssh服務開啟狀態

$ ps -s | grep ssh

3:啟動ssh服務

$ service ssh start

4:本地登錄

$ ssh localhost

ubuntu 安裝ssh服務