Paramiko Protocol error: expected packet SSH_MSG_USERAUTH_REQUEST, got SSH_MSG_SERVICE_REQUEST
When I use ssh command to manually connect to the host, everything works fine: $ ssh -v admin@mycli.abc.com -p 10000 OpenSSH_6.1p1, OpenSSL 1.0.1c 10 May 2012 debug1: Reading configuration data /home/todd/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Connecting to mycli.abc.com [mycli.abc.com] port 10000. debug1: Connection established. debug1: identity file /home/todd/.ssh/id_rsa type 1 debug1: identity file /home/todd/.ssh/id_rsa-cert type -1 debug1: identity file /home/todd/.ssh/id_dsa type -1 debug1: identity file /home/todd/.ssh/id_dsa-cert type -1 debug1: