Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
vi ~/.ssh/config

Host gte
   HostName 1.2.3.4
   User student
   LocalForward 8443 localhost:8443
   IdentityFile /Users/myusername/.ssh/id_rsa
   ServerAliveInterval 240
   ServerAliveCountMax 2

Save public key on server

...