IIB. Mac and Linux
Using your favorite text editor, open the ~/.ssh/config file. If the .ssh directory does not exist, create it. Add the following entry to the file:
host bfe-web hostname <JumpHostHostname from Outputs tab> user ec2-user IdentityFile <path to your key pair private key> localforward 9443 localhost:443
Open a terminal window and run ssh bfe-web. Remember to keep this session open while you are accessing the Batfish Enterprise dashboard.