https://bigc.at/common-ssh-commands.orz
http://windowsbulletin.com/fileman/
SSH连接
建议通过XShell软件进行服务器的连接和使用。
在命令行中输入命令:
ssh username@domain:private_port
VSCode远程调试
如果想要使用图形界面进行调试,推荐使用Visual Studio Code的Remote SSH插件。
操作文档:https://code.visualstudio.com/docs/remote/ssh#_getting-started
安装ssh插件:romete SSH
终端连接服务器:同SSH
调用图形界面:远程资源管理器>configure>窗口上方Select SSH configuration file to update选择root\.ssh\config>设置Host、Hostname、User、port(按照既定设置)并保存>Connect to Host in new window>输入密码