# VSCode Remote透過 SSH 進行遠端開發 linux文檔
[TOC]
## Install
### Install VScode package
Download Remote-SSH

If you successd. You can see this icon on side.

## Setting
Pressed F1 click **Remote-SSH: Connect to Host**

Click Add New SSH Host

`username@server_host`

If your ssh on anther port you can add parameter
`username@server_host -p port_number`
Success will show a new window like this

Click Liunx

Click continue

Input your root users password

Login success

And then we can click folder edit linux file.
