Ubuntu安装和配置ssh 因为配置pypbc环境,需要windows系统下Pycharm SSH连接虚拟机python环境
1.安装ssh服务器
sudo apt install openssh-server
2.安装ssh客户端
sudo apt install openssh-client
3.配置ssh客户端,去掉PasswordAuthentication yes前⾯的#号,保存退出
udo vi /etc/ssh/ssh_config
4.配置ssh服务器,把PermitRootLogin prohibit-password改成PermitRootLogin yes,保存退出。sudo vi /etc/ssh/sshd_config
5.重启ssh服务ubuntu怎么安装python
sudo /etc/init.d/ssh restart
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。
发表评论