# VSCode Remote透過 SSH 進行遠端開發 linux文檔 [TOC] ## Install ### Install VScode package Download Remote-SSH ![](https://i.imgur.com/uWjb2Rq.png) If you successd. You can see this icon on side. ![](https://i.imgur.com/6C4p443.png) ## Setting Pressed F1 click **Remote-SSH: Connect to Host** ![](https://i.imgur.com/JXrePc9.png) Click Add New SSH Host ![](https://i.imgur.com/GhVh0uA.png) `username@server_host` ![](https://i.imgur.com/o2veMYd.png) If your ssh on anther port you can add parameter `username@server_host -p port_number` Success will show a new window like this ![](https://i.imgur.com/EJXNEQx.png) Click Liunx ![](https://i.imgur.com/jXffJyu.png) Click continue ![](https://i.imgur.com/prN3Uxl.png) Input your root users password ![](https://i.imgur.com/iKqHeeq.png) Login success ![](https://i.imgur.com/wiyprPf.png) And then we can click folder edit linux file. ![](https://i.imgur.com/y4lt8zH.png)