SFTP(SSH File Transfer Protocol)主要用于文件传输,无法直接实现远程桌面控制。若要实现远程桌面控制,可使用以下方法:
sudo apt install openssh-server
ssh -X username@server_ip