当前位置:首页 > 技术分享 > 正文内容

Ubuntu安装和配置ssh

1年前 (2023-07-01)技术分享

大家好,又见面了,我是你们的朋友全栈君。

因为配置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服务 sudo /etc/init.d/ssh restart

发布者:全栈程序员栈长,转载请注明出处:https://javaforall.cn/154720.html原文链接:https://javaforall.cn


扫描二维码推送至手机访问。

版权声明:本文由虎佩网发布,如需转载请注明出处。

本文链接:https://hupei.net/post/32.html

分享给朋友:

“Ubuntu安装和配置ssh” 的相关文章