I am attempting to automation turning off connected devices to an APC PDU using python\'s built in telnet functionality. I believe I am able to enter in the username and pas
The issue was I wasn't sending the correct end line.
In windows it's \r\n, not \n