xshell是商业shell工具,在win10 上运行良好,商业版本较贵,家用和教育版免费。
1)xshell 使用pem文件登录
azure,aws,gcp等vps都需要采用pem等文件加密的方式进行ssh连接服务器,以下是以aws为例进行的操作。
2)win10 x64安装了Xshell后运行提示缺少mfc110.dll和msvcr110.dll
- 解决办法
下个x86的库 VSU4vcredist_x86.exe
Visual C++ Redistributable for Visual Studio 2012 Update 4
下载地址:https://download.microsoft.com/download/9/C/D/9CD480DC-0301-41B0-AAAB-FE9AC1F60237/VSU4/vcredist_x86.exe
3)xshell弹出x11连接的处理方式
参考资料:
- https://blog.csdn.net/xdhc304/article/details/82155816
- https://sixu.life/win10-xshell-missing-mfc110dll-msvcr110dll.html