Server 端:
Setp 1. 安裝 ssh server
# apt-get install openssh-server
Step 2. 確認ssh port 是否有打開
# netstat -tlnp | grep ssh
tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      763/sshd       
tcp6       0      0 :::22                   :::*                    LISTEN      763/sshd
ref:
https://wiki.debian.org/SSH
Client 端:
Step 1. 下載 
Client FileZilla
Step 2. 開啟並輸入主機 帳號 密碼 連接阜