Hi!
I'm connecting to iDRAC via ssh (putty.exe -ssh root@''iDRAC-IP') to the server itself (via command >connect) and it's working fine (both iDRAC and server is password protected). Now I'm trying to write a script in python doing it and executing some commands on the server, but I'm not getting it to work. I am able to connect to the iDRAC (using paramiko) and there do the connect command, but after that it's not working. I think it is because when doing >connect I'm no longer in the iDRAC but the server, and the connection I have in the first step is the iDRAC. Do you have any tips? Is the correct way to do it via a ssh-tunnel?
Also - the connection to the server using >connect, is that using ssh in turn?