On Wed, Jul 23, 2014 at 10:10:21PM -0700, Mike wrote: > On all of my cisco boxes however, I can't login unless I disable > the ssh-agent as it seems to confuse the box. For example, with the > agent running and the SSH_AUTH_SOCK environment variable which tells > SSH how to talk to my agent, I get this: > > ssh -l mylogin some3560g.my.network.com
Try ssh -o PreferredAuthentications=keyboard-interactive,password -l mylogin some3560g.my.network.com Ciao Jörg -- Joerg Mayer <[email protected]> We are stuck with technology when what we really want is just stuff that works. Some say that should read Microsoft instead of technology. _______________________________________________ cisco-nsp mailing list [email protected] https://puck.nether.net/mailman/listinfo/cisco-nsp archive at http://puck.nether.net/pipermail/cisco-nsp/
