1. 程式人生 > >連線雲linux伺服器的幾種方法

連線雲linux伺服器的幾種方法

一、遠端連線雲伺服器的幾種方法
參考(https://blog.csdn.net/qq_32599479/article/details/78782775)
(1)ftp
(2)putty(優點:小)
(3)雲服務商的控制檯登入
(4)Telnet
(5)SSH Secure Shell
(6)openssh-client(Ubuntu)
(7)XShell
(8)SecureCRT
(9)FinallShell
(10)ssh-tectia-client
二、資料傳輸的幾種方法
(1)ftp
(2)ubuntu上
本地-》伺服器:scp ./filename [email protected]

:/home/bio321/Desktop
伺服器-》本地:scp [email protected]:/home/bio321/Desktop/filename ./data
(3)windows上
在linux伺服器上安裝lrzsz
本地-》伺服器:rz
伺服器-》本地:sz test.txt
參考(https://jingyan.baidu.com/article/54b6b9c02374502d583b47bb.html)
(4)ssh-tectia-client
:lrzsz速度較慢,大檔案還是使用ftp,上傳檔案和讀取檔案都需要考慮是否有檔案許可權

最佳使用體驗:ssh-tectia-client、SSH Secure Shell
相容win10,不僅可以連線終端,還可以拖曳式上傳檔案!
歡迎下載:
ssh-tectia-client:

https://download.csdn.net/download/le_17_4_6/10717848
SSH Secure Shell:https://download.csdn.net/download/le_17_4_6/10717623
(這裡說明一下,如果出現win10介面顯示不全的問題可以參考我的這篇文章:https://blog.csdn.net/le_17_4_6/article/details/83037336)