...
When connecting from a Linux machine (like our UQAM servers) or from a Mac you can edit your file ~/.ssh/config. For example, if you want to connect to Narval you can add something the following to your ~/.ssh/config:
Volet |
---|
Host narval Hostname narval.computecanada.ca User username ControlPath ~/.ssh/cm-%r@%h:%p ControlMaster auto ControlPersist 10m |
Replace 'username' with your username on Narval. The 'narval' above is just a name given to this "host". You can put here any name you like that does not already exist in your ~/.ssh/config.
...