Using SSH while coding is very common. In the lab, we will use it most often to connect to CHPC to run our code. To connect to it there is just a little set up.
- Ensure that you have the remote extensions installed (see extensions tutorial)
-
[Do this your first time connecting to a new host] Configure your ssh config files. You can do this by either
a.
- Hit ctrl-shift-p (cmd-shift-p) and type "Remote-SSH: Open SSH Configuration File..."

- Hit enter, and then enter again

- Enter in your host configuration information, see example_ssh_config for an example
b.
- Hit ctrl-shift-p (cmd-shift-p) and type "Remote-SSH: Open SSH Configuration File..."
-
Connect to ssh host. You can do this by either
a.
- Hit ctrl-shift-p (cmd-shift-p) and type "Remote-SSH: Connect to Host..."

- Choose the host you want to connect to

b.
- Hit ctrl-shift-p (cmd-shift-p) and type "Remote-SSH: Connect to Host..."


