当前位置:首页|资讯

Window下采用SSH访问Ubuntu服务器

作者:希雨星3v发布时间:2024-09-25

1.Ubuntu上安装SSH服务 sudo apt update sudo apt install openssh-server 2.检查SSH服务状态 sudo systemctl status ssh 3.确保Ubuntu防火墙允许SSH连接 sudo ufw allow ssh 4.获取Ubuntu的IP地址 ip addr show 5.在Windows上,打开命令提示符或PowerShell,使用ssh命令连接到Ubuntu服务器 命令提示符输入下列内容 ssh username@ubuntu_...【查看原文】

linux发行版

Copyright © 2024 aigcdaily.cn  北京智识时代科技有限公司  版权所有  京ICP备2023006237号-1