I've a problem to access to my iDrac interface over SSH.
I want access to my iDrac WebUI by SSH Tunneling but I've this error :
channel 6: open failed: administratively prohibited: open failed
My command is :
ssh -L 443:REMOTE_IP:443 -L 5900:REMOTE_IP:5900 -L 5901:REMOTE_IP:5901 -l root -N REMOTE_IP password: iDrac password (example by default : calvin :P)