在Debian上使用FileZilla进行端口转发,通常借助SSH隧道,步骤如下:
sudo apt-get update和sudo apt-get install openssh-server安装。/etc/ssh/sshd_config,确保PermitRootLogin和PasswordAuthentication等配置项未被注释,保存退出后,执行sudo systemctl restart sshd重启服务。sudo ps -e | grep sshd检查,看到sshd进程即表示服务已启动。