Ubuntu 16.04远程登录服务器ssh的安装和配置.pdf
2.虚拟产品一经售出概不退款(资源遇到问题,请及时私信上传者)
Ubuntu 16.04 远程登录服务器 SSH 的安装和配置 在 Ubuntu 16.04 中,默认情况下已经安装了 openssh-client,为了避免与 openssh-server 不匹配,需要卸载原有的 ssh-client 和 ssh-server,然后重新安装 openssh-server 和 openssh-client。 卸载原有的 ssh-client 和 ssh-server 可以使用以下命令: apt-get purge openssh-server apt-get purge openssh-client 或者使用以下命令: Apt remove openssh-client Apt remove openssh-server 安装 openssh-server 和 openssh-client 可以使用以下命令: apt-get install openssh-server apt-get install openssh-client 或者使用以下命令: Apt install openssh-client Apt install openssh-server 解决算法协商失败错误问题: 在 Ubuntu 16.04 中,可能会出现“Algorithm negotiation fails”错误,这是因为缺少必要的加密算法。解决方法是,在 /etc/ssh/sshd_config 文件中添加以下内容: Ciphers aes128-cbc,aes192-cbc,aes256-cbc,aes128-ctr,aes192-ctr,aes256-ctr,3des-cbc,arcfour128,arcfour256,arcfour,blowfish-cbc,cast128-cbc MACs hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-ripemd160,hmac-sha1-96,hmac-md5-96 KexAlgorithms diffie-hellman-group1-sha1,diffie-hellman-group14-sha1,diffie-hellman-group-exchange-sha1,diffie-hellman-group-exchange-sha256,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group1-sha1,curve25519-sha256@libssh.org 然后,重启 ssh 服务: sudo service ssh restart 开启 root 账户登录: 在 /etc/ssh/sshd_config 文件中,需要修改 Authentication 部分,注释掉“PermitRootLogin without-password”并添加“PermitRootLogin yes”: sudo vi /etc/ssh/sshd_config Authentication #PermitRootLogin without-password PermitRootLogin yes 重启 ssh 服务: sudo service ssh restart 现在,已经完成了 Ubuntu 16.04 远程登录服务器 SSH 的安装和配置,可以使用 SSH 客户端工具连接到服务器了。
- qq_589723892023-12-19这个资源总结的也太全面了吧,内容详实,对我帮助很大。
- 粉丝: 1w+
- 资源: 5万+
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- Spring Cloud商城项目专栏 049 支付
- sensors-18-03721.pdf
- Facebook.apk
- 推荐一款JTools的call-this-method插件
- json的合法基色来自红包东i请各位
- 项目采用YOLO V4算法模型进行目标检测,使用Deep SORT目标跟踪算法 .zip
- 针对实时视频流和静态图像实现的对象检测和跟踪算法 .zip
- 部署 yolox 算法使用 deepstream.zip
- 基于webmagic、springboot和mybatis的MagicToe Java爬虫设计源码
- 通过实时流协议 (RTSP) 使用 Yolo、OpenCV 和 Python 进行深度学习的对象检测.zip