Configure SSH for liucs.net – Windows

To connect to the server liucs.net, you must use a non-standard network port. We’ll set up a configuration file so that this happens automatically.

In the Git Bash prompt, type the following command and press enter:

notepad .ssh/config

Enter the following into the blank Notepad window, on two separate lines:

host liucs.net
port 1010

and select File » Save from the menu (or press Control-S). Then you can close the Notepad window.