Ubuntu SFTP 连接指南
安装 SSH 服务端
sudo apt update
sudo apt install openssh-server
确认服务已启动
sudo systemctl status ssh

确保防火墙放行
sudo ufw allow ssh
测试
以连接本机进行测试



显示以下画面即代表连接成功

sudo apt update
sudo apt install openssh-server
sudo systemctl status ssh

sudo ufw allow ssh
以连接本机进行测试



显示以下画面即代表连接成功
