ssh服务

ssh服务

更新源

1
sudo apt-get update

安装ssh服务

1
sudo apt-get install openssh-server

验证SSH服务

1
sudo systemctl status ssh

创建密钥

1
ssh-keygen 
comments powered by Disqus