在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
進程即表示服務已啟動。