...
- Enter the command kinit <netid>@UCONN.EDU
- Enter your password when prompted
- Enter the command klist to verify your ticket was created successfully, similar to the below screen
Creating the Database Tunnel:
...
Terminal Method:
- Acquire a Kerberos ticket by either using the terminal or the ticket viewer GUIIf you want to connect to prethe Terminal or the Ticket Viewer app
Connect to non-production databases (DEV,
TST, SUP) type:UAT) using
- ssh -fNL 15211522:dbserver02.uits.uconn.edu:1521 <yournetid>@1521 <yournetid>@gateway.uits.uconn.eduor if you want to connect
Connect to production
databasesdatabase (PRD
, UAT)
type:using
- ssh -fNL 1521:dbserver01.uits.uconn.edu:1521 <yournetid>@1521 <yournetid>@gateway.uits.uconn.edu
...
Application Method:
There are various GUI applications for creating SSH tunnels on OS X. SSH TUNNEL MANAGER and FUGU SSH are both supported.
SSH Tunnel Manager
FUGU SSH
...
Network Identity Manager / Putty Method:
...