Versions Compared

Key

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

...

  • in this example, we’ll use $HOME/.ssh/id_ed25519

...

Try the tunnel.

First, make sure you’ve set it up properly so far. Fill in the correct parameters here:

Code Block
ssh -i $HOME/.ssh/id_ed25519 demo@123.123.123.123

This should result in a SSH connection to an SSH login prompt on your CAS server.

  • Your key password will be requested (assuming you created it that way).

  • The CAS server fingerprint may be identified as “new”, if so - permit it to proceed (reply: yes).

...

  • if you see errors, return to the beginning, check your syntax! Something’s wrong.

...

We’re ready to test to go proceed if there were no errors so far.

Type this (with the correct parameters inserted) to create a tunnel to your CAS server:

...