Connecting to FoodPort
To develop applications for FoodPort, you need to be able to connect to the CFIA network and be able to connect to FoodPort using an SSH client (e.g. PuTTY, or Visual Studio Code with an SSH extension). You'll also need a username and an RSA private key file which can be obtained by contacting Adam Koziol (adam.koziol@inspection.gc.ca).
Using a terminal
With a private key file id_rsa
:
Using VS Code's Remote - SSH extension
-
Install and enable VS Code's Remote - SSH extension.
-
Click on the Remote Explorer icon in the toolbar on the left side of your VS Code window.
-
Add a new remote connection.
-
Enter the SSH connection command (e.g.
ssh -i id_rsa [username]@10.148.57.4
), remembering to specify the absolute path toid_rsa
on your system. -
Choose the SSH configuration file to update on your system.