连接云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 username@IP:/home/bio321/Desktop
服务器-》本地:scp username@IP:/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)

你可能感兴趣的:(连接云linux服务器的几种方法)