Martin wrote: > hi guys > > problem: > can't ssh from three debian machines on my LAN to a particular remote host. > i *can* ssh to the same host from my mac. > > what i see on this end: > > ----------------------------- > $ ssh -v -v -v [EMAIL PROTECTED] > OpenSSH_3.6.1p2 Debian 1:3.6.1p2-4, SSH protocols 1.5/2.0, OpenSSL > 0x0090702f > debug1: Reading configuration data /etc/ssh/ssh_config > debug1: Rhosts Authentication disabled, originating port will not be > trusted. > debug2: ssh_connect: needpriv 0 > debug1: Connecting to tigger.mamista.net [198.78.66.188] port 22. > debug1: Connection established. > debug1: identity file /home/marty/.ssh/identity type 0 > debug1: identity file /home/marty/.ssh/id_rsa type -1 > debug3: Not a RSA1 key file /home/marty/.ssh/id_dsa. > debug2: key_type_from_name: unknown key type '-----BEGIN' .... > debug2: key_type_from_name: unknown key type '-----END' > debug3: key_read: missing keytype > debug1: identity file /home/marty/.ssh/id_dsa type 2 > ----------------------------- > > and then it hangs forever (or until ctrl-c do us part).
Perhaps your config file is telling ssh to look for RSA type 1 but the remote end has an RSA type 2 key maybe. Or the other way around? Mike -- Mike Lake Caver, Linux enthusiast and interested in anything technical. UTS CRICOS Provider Code: 00099F DISCLAIMER ======================================================================== This email message and any accompanying attachments may contain confidential information. If you are not the intended recipient, do not read, use, disseminate, distribute or copy this message or attachments. If you have received this message in error, please notify the sender immediately and delete this message. Any views expressed in this message are those of the individual sender, except where the sender expressly, and with authority, states them to be the views the University of Technology Sydney. Before opening any attachments, please check them for viruses and defects. ======================================================================== -- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
