VScode connects to remote server: ssh

Remote connection is required when using the Cambrian Platform for "Intelligent Computing System"

Record the steps to use the ssh plug-in in VScode to connect to a remote server and develop locally.

  1. Download the remote-ssh plug-in in vscodeInsert image description here
  2. Make ssh remote connectionInsert image description here
  3. Enter the ssh connection command at position 3, for example
ssh 用户名@IP地址:端口号
#实例
ssh [email protected]:123456
  1. Select the configuration file, usually just choose the default one.Insert image description here
  2. Then enter the password and you can connect

Guess you like

Origin blog.csdn.net/ZHorcrux/article/details/131216503