Versions Compared

Key

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

...

  • port 8443 - HTTPS access to Grouper, phpMyAdmin, phpLdapAdmin, Shib IdP, Shib SP
  • port 15672 - HTTP port to access the RabbitMQ admin interface

Table of Contents

OpenSSH 

OpenSSH provides the command line ssh client found on most UNIX/Linux/Mac systems.

On Mac, open Finder → Utilties → Terminal

Code Block
$ ssh -L 8443:localhost:8443 -L 15672:localhost:15672 $USERNAME@$IP_ADDRESS


Windows PuTTY

PuTTY is SSH client/terminal software frequently used on Windows operating systems, but also available on Linux systems.  Configuration of connections and tunnels is configured using a GUI.  See the screen captures below.

...

Add one for 8443, and 15672


Windows SecureCRT

This is a windows program that might be on your computer from your work.  It is not free.  So if you dont have SecureCRT already, putty is preferred (above)

Open SecureCRT

Image Added


File → Connect in Tab/Tile

Image Added


Click the plus sign to make a new session (if you havent connected before)

Image Added


Protocol SSH2


Image Added


Enter the IP address and username from the google doc of passwords next to your name (note, this is not your IP address


Image Added


Enter a name for the connection so you can find it later


Image Added


Right click and go to properties on that connection

Image Added


Add port forwarding for the browser (8443) and rabbitmq (15672)

Image Added


Connect, save password (from google doc of passwords)