[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
tramp/plink works with one host, but not another
From: |
Yary H |
Subject: |
tramp/plink works with one host, but not another |
Date: |
Wed, 06 Dec 2006 17:01:09 -0800 |
User-agent: |
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.8) Gecko/20061030 MultiZilla/1.7.0.0f SeaMonkey/1.0.6 |
Hello all,
I'm running tramp 2.1.7 with "GNU Emacs 22.0.91.1
(i386-mingw-nt5.1.2600) of 2006-12-03 on W2ONE" (that's NT emacs, on
Windows XP) - using the plink method.
With one server, I can read directories, read files, write files, all
the good stuff. Excellent!
Another server, it connects, asks me for password, correctly rejects
incorrect passwords, but when I enter the correct password, it hangs
until I hit ^G at the message "Tramp: Found remote shell prompt on
`yyyy.x-x-x.org'"
Full trace from the session is long so I pasted it here:
http://www.anope.org/paste2.php?id=ad0d3a6a
side note- my password was in the trace output! I had to manually elide
the line that says 'tramp-read-passwd: "------"'
Connecting manually, it looks like the setups for the two servers are
the same, I don't see anything obvious (see end of message). Can anyone
help me figure this out?
thanks
-y
=== working server ====
C:\Temp\tramp>plink -v address@hidden
Server version: SSH-2.0-OpenSSH_3.4 NetBSD_Secure_Shell-20030917
We claim version: SSH-2.0-PuTTY_Release_0.58
Using SSH protocol version 2
Doing Diffie-Hellman group exchange
Doing Diffie-Hellman key exchange
Host key fingerprint is:
ssh-rsa 1024 79:4e:7f:20:37:d6:ed:af:e7:05:84:b1:f6:18:b6:33
Initialised AES-256 client->server encryption
Initialised HMAC-SHA1 client->server MAC algorithm
Initialised AES-256 server->client encryption
Initialised HMAC-SHA1 server->client MAC algorithm
Using username "yary".
Keyboard-interactive authentication refused
address@hidden's password:
Sent password
Access granted
Opened channel for session
Allocated pty (ospeed 38400bps, ispeed 38400bps)
Started a shell/command
Last login: Wed Dec 6 16:18:34 2006 from .....
NetBSD 1.6.2_STABLE (BELL) #0: Thu May 25 20:38:56 PDT 2006
Welcome to NetBSD!
You have maling list msgs: s-xxxdy
spam
working$ exit
logout
=== hanging server ====
C:\Temp\tramp>plink -v address@hidden
Server version: SSH-1.99-OpenSSH_4.3
We claim version: SSH-2.0-PuTTY_Release_0.58
Using SSH protocol version 2
Doing Diffie-Hellman group exchange
Doing Diffie-Hellman key exchange
Host key fingerprint is:
ssh-rsa 1024 69:63:b0:1e:3d:76:18:e3:42:77:58:60:83:b9:42:46
Initialised AES-256 client->server encryption
Initialised HMAC-SHA1 client->server MAC algorithm
Initialised AES-256 server->client encryption
Initialised HMAC-SHA1 server->client MAC algorithm
Using username "yary".
Keyboard-interactive authentication refused
address@hidden's password:
Sent password
Access granted
Opened channel for session
Allocated pty (ospeed 38400bps, ispeed 38400bps)
Started a shell/command
Last login: Wed Dec 6 16:51:16 2006 from ...
OpenBSD 3.9 (GENERIC) #617: Thu Mar 2 02:26:48 MST 2006
Welcome to OpenBSD: The proactively secure Unix-like operating system.
yyyy$ exit
logout
Server sent command exit status 0
All channels closed. Disconnecting
Server closed network connection
C:\Temp\tramp>
- tramp/plink works with one host, but not another,
Yary H <=