I have a couple of hosts (mostly Solaris 8/sparc, I think) with which fabic prompts over and over for the password, but from command line, with a standard redhat ssh client, I login fine.
how can I debug what the problem is? thanks a lot. OpenSSH_4.3p2, OpenSSL 0.9.8e-fips-rhel5 01 Jul 2008 debug1: Reading configuration data /etc/ssh/ssh_config debug1: Applying options for * debug1: Connecting to uis-limited-2 [192.168.245.126] port 22. debug1: Connection established. debug1: identity file /home/ml623/.ssh/identity type -1 debug1: identity file /home/ml623/.ssh/id_rsa type -1 debug1: identity file /home/ml623/.ssh/id_dsa type -1 debug1: loaded 3 keys debug1: Remote protocol version 2.0, remote software version 3.2.3 SSH Secure Shell (non-commercial) debug1: no match: 3.2.3 SSH Secure Shell (non-commercial) debug1: Enabling compatibility mode for protocol 2.0 debug1: Local version string SSH-2.0-OpenSSH_4.3 debug1: SSH2_MSG_KEXINIT sent debug1: SSH2_MSG_KEXINIT received debug1: kex: server->client aes128-cbc hmac-md5 none debug1: kex: client->server aes128-cbc hmac-md5 none debug1: sending SSH2_MSG_KEXDH_INIT debug1: expecting SSH2_MSG_KEXDH_REPLY debug1: Host 'uis-limited-2' is known and matches the DSA host key. debug1: Found key in /home/ml623/.ssh/known_hosts:5 debug1: ssh_dss_verify: signature correct debug1: SSH2_MSG_NEWKEYS sent debug1: expecting SSH2_MSG_NEWKEYS debug1: SSH2_MSG_NEWKEYS received debug1: SSH2_MSG_SERVICE_REQUEST sent debug1: SSH2_MSG_SERVICE_ACCEPT received This system is for use by authorized users only. ... DISCONNECT IMMEDIATELY if you do not agree to the conditions stated in this notice. debug1: Authentications that can continue: keyboard-interactive,[email protected] debug1: Next authentication method: keyboard-interactive PAM authentication Password: debug1: Authentication succeeded (keyboard-interactive). debug1: channel 0: new [client-session] debug1: Entering interactive session. debug1: Sending environment. debug1: Sending env LANG = en_US.UTF-8 sshd2[22383]: WARNING: Could not chdir to home directory /home/ml623: No such file or directory Last login: Mon Apr 04 2011 21:17:50 -0500 from tophat.uis No mail. bash-2.03$ On Sat, Apr 2, 2011 at 8:17 AM, Jordi Funollet <[email protected]> wrote: > Mohamed, > > could you provide us with a bit more of information about what's failing? > Maybe we can spot something. > > I would suggest, both for a working connection and for a broken one: > > $ ssh -v <user>@<hostname> > > and some trivial 'fabric' function, something like > > run("hostname -f") > > > -- > ############################## > ### Jordi Funollet > ### http://www.terraquis.net > > _______________________________________________ > Fab-user mailing list > [email protected] > http://lists.nongnu.org/mailman/listinfo/fab-user > _______________________________________________ Fab-user mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/fab-user
