Package: python-paramiko
Version: 1.7.7.1-3
Followup-For: Bug #668239

Dear Maintainer,

this patch does not fix the issues with duplicity; in fact, I believe this
change is wrong. As of openssh-server-1:6.0p1-2 0, sshd(8) states for the
~/.ssh/known_hosts file:

     A hostname or address may optionally be enclosed within ‘[’ and
‘]’
     brackets then followed by ‘:’ and a non-standard port number.

And indeed, openssh-client (as of 1:6.0p1-2) uses this format:

$ ssh -v user@HOSTNAME -p 2222
OpenSSH_6.0p1 Debian-2, OpenSSL 1.0.1c 10 May 2012
[...]
debug1: Host '[HOSTNAME]:2222' is known and matches the RSA host key.
debug1: Found key in /home/lars/.ssh/known_hosts:146
[...]

Paramiko does not find this entry and hence throws an

  paramiko.SSHException: Unknown server HOSTNAME

If I edit my known_host file by adding an entry for HOSTNAME instead of
[HOSTNAME]:2222, paramiko succeeds.



-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (700, 'testing'), (650, 'unstable'), (500, 'stable'), (101, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-3-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages python-paramiko depends on:
ii  python         2.7.3~rc2-1
ii  python-crypto  2.6-2

python-paramiko recommends no packages.

python-paramiko suggests no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to