IDEA remotely connects to the configuration information of the cloud server

foreword

In order to facilitate development with IDEA, read or modify files from the server, and connect idea to the server, the following configurations are required


1.选择Tools–>Deployment–>Browse Remote Host

insert image description here


2. Click the three dots in the upper right corner, select the corresponding host name, and select sftp

insert image description here

insert image description here


3. Let's add ssh configuration information below, click the 3 dots in the above picture to enter SSH Configurations

insert image description here

The test is successful as shown below

insert image description here


4. After clicking Apply, it will return to the Deployment interface and select the SSH configuration just now

insert image description here


5. How to access server files

insert image description here

Finally, thank you for reading, I hope it can be helpful to everyone

Guess you like

Origin blog.csdn.net/giveupgivedown/article/details/130683612