Ubuntu开启SSH服务

安装ssh服务

1
apt-get install openssh-server

开启ssh服务

1
service ssh start

ssh配置文件

1
vi /etc/ssh/sshd_config
0%