ssh redirection for DRAC

simple ssh technique to access those pesky dell DRAC addresses from home when its completely firewall’ed :

sudo ssh -L 443:<drac ip>:443 -L 5900:<drac ip>:5900 -L 5901:<drac ip>:5901 -l <user> -N <machine>

the reason this is being run with sudo is that you can not forward privileged ports

once this command is run, just open up a browser and go to https://127.0.0.1

«
»

    Leave a Reply

    Your email address will not be published. Required fields are marked *