1. 下载VSCode
下载链接
cd到下载文件夹后,使用命令安装,把xxx复制为文件名
sudo dpkg -i xxx.deb
2. 为VSCode换皮肤
3. 下载SSH插件

4. 配置SSH


把密钥key文件放在/home/your_user_name/.ssh/里面,然后在/home/your_user_name/.ssh/config中加入如下内容:
Host idcmnt1.truesight.com.cnHostName idcmnt1.truesight.com.cnUser rootPort 10044IdentityFile ~/.ssh/base44.key


在/etc/ssh/ssh_config文件尾处加入如下内容:
SendEnv LANG LC_*HashKnownHosts yesGSSAPIAuthentication yesRSAAuthentication yesPubkeyAuthentication yes
5. 点这个小箭头远程连接
