兩臺Ubuntu主機共享文件

1. 安裝ssh(包含openssl-server和openssh-client)

  1. apt-get install ssh

2. 確認ssh服務啓動

  1. root@Ubuntu-203:~# netstat -anpt | grep ssh 
  2. tcp    0   0 0.0.0.0:22    0.0.0.0:*     LISTEN      3258/sshd  

3. 點擊菜單欄的"Place"->"Connect to Server"

 

 

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章