blob: 11d14a2e1a805cd12f9c0496b1700bbc642aecfd [file] [log] [blame]
#!/bin/bash
#
# Utilities for accessing the skolo.
# Should be sourced from $HOME/.bashrc
alias skolo_internal='ssh chrome-bot@100.115.95.131'
# Sets up port-forwarding to the Router.
# Router ports start at 9000.
alias skolo_rack5_router='google-chrome https://localhost:9004; ssh -L 9004:192.168.1.1:443 rack5'