[Bug 1074798] Re: ssh-copy-id cannot handle spaces in usernames

2013-05-09 Thread Launchpad Bug Tracker
This bug was fixed in the package openssh - 1:6.2p1-2

---
openssh (1:6.2p1-2) unstable; urgency=low


  * Fix build failure on Ubuntu:
- Include openbsd-compat/sys-queue.h from consolekit.c.
- Fix consolekit mismerges in monitor.c and monitor_wrap.c.

 -- Colin Watson cjwat...@debian.org  Thu, 09 May 2013 09:45:57 +0100

** Changed in: openssh (Ubuntu)
   Status: Triaged = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in Ubuntu.
https://bugs.launchpad.net/bugs/1074798

Title:
  ssh-copy-id cannot handle spaces in usernames

To manage notifications about this bug go to:
https://bugs.launchpad.net/openssh/+bug/1074798/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1074798] Re: ssh-copy-id cannot handle spaces in usernames

2013-05-08 Thread Bug Watch Updater
** Changed in: openssh (Debian)
   Status: New = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in Ubuntu.
https://bugs.launchpad.net/bugs/1074798

Title:
  ssh-copy-id cannot handle spaces in usernames

To manage notifications about this bug go to:
https://bugs.launchpad.net/openssh/+bug/1074798/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1074798]

2013-03-25 Thread Damien Miller
mark bugs closed by openssh-6.2 release as CLOSED

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in Ubuntu.
https://bugs.launchpad.net/bugs/1074798

Title:
  ssh-copy-id cannot handle spaces in usernames

To manage notifications about this bug go to:
https://bugs.launchpad.net/openssh/+bug/1074798/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1074798]

2013-03-25 Thread Damien Miller
Updated ssh-copy-id script committed for openssh-6.2

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in Ubuntu.
https://bugs.launchpad.net/bugs/1074798

Title:
  ssh-copy-id cannot handle spaces in usernames

To manage notifications about this bug go to:
https://bugs.launchpad.net/openssh/+bug/1074798/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1074798] Re: ssh-copy-id cannot handle spaces in usernames

2013-03-25 Thread Bug Watch Updater
** Changed in: openssh
   Status: Confirmed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in Ubuntu.
https://bugs.launchpad.net/bugs/1074798

Title:
  ssh-copy-id cannot handle spaces in usernames

To manage notifications about this bug go to:
https://bugs.launchpad.net/openssh/+bug/1074798/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1074798]

2013-03-12 Thread Damien Miller
retarget to openssh-6.3

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in Ubuntu.
https://bugs.launchpad.net/bugs/1074798

Title:
  ssh-copy-id cannot handle spaces in usernames

To manage notifications about this bug go to:
https://bugs.launchpad.net/openssh/+bug/1074798/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1074798] Re: ssh-copy-id cannot handle spaces in usernames

2013-02-03 Thread Ken Sharp
** Bug watch added: OpenSSH Portable Bugzilla #2068
   https://bugzilla.mindrot.org/show_bug.cgi?id=2068

** Also affects: openssh via
   https://bugzilla.mindrot.org/show_bug.cgi?id=2068
   Importance: Unknown
   Status: Unknown

** Bug watch added: Debian Bug tracker #620428
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=620428

** Also affects: openssh (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=620428
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in Ubuntu.
https://bugs.launchpad.net/bugs/1074798

Title:
  ssh-copy-id cannot handle spaces in usernames

To manage notifications about this bug go to:
https://bugs.launchpad.net/openssh/+bug/1074798/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1074798] Re: ssh-copy-id cannot handle spaces in usernames

2013-02-03 Thread Bug Watch Updater
Launchpad has imported 1 comments from the remote bug at
https://bugzilla.mindrot.org/show_bug.cgi?id=2068.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2013-02-03T16:27:54+00:00 Ken Sharp wrote:

If a username has a space in it, ssh-copy-id cannot handle it, unless
it's in a non-obvious way. ssh itself has no problem with spaces.

$ ssh-copy-id User name@server
ssh: Could not resolve hostname User: Name or service not known
$ ssh-copy-id User\ name@server
ssh: Could not resolve hostname User\\: Name or service not known
$ ssh-copy-id User\ name@server
ssh: Could not resolve hostname User: Name or service not known

From https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1074798/comments/2
It looks like there is some quoting missing from the ssh-copy-id script

Possibly related:
https://bugzilla.mindrot.org/show_bug.cgi?id=1164
https://bugzilla.mindrot.org/show_bug.cgi?id=1980

Apologies if this is logged against the incorrect component. ssh-copy-id
seems to call ssh-add but it's more than likely a problem with the
script rather than ssh-add.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1074798/comments/3


** Changed in: openssh
   Status: Unknown = Confirmed

** Changed in: openssh
   Importance: Unknown = Low

** Bug watch added: OpenSSH Portable Bugzilla #1164
   https://bugzilla.mindrot.org/show_bug.cgi?id=1164

** Bug watch added: OpenSSH Portable Bugzilla #1980
   https://bugzilla.mindrot.org/show_bug.cgi?id=1980

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in Ubuntu.
https://bugs.launchpad.net/bugs/1074798

Title:
  ssh-copy-id cannot handle spaces in usernames

To manage notifications about this bug go to:
https://bugs.launchpad.net/openssh/+bug/1074798/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1074798] Re: ssh-copy-id cannot handle spaces in usernames

2013-02-03 Thread Bug Watch Updater
** Changed in: openssh (Debian)
   Status: Unknown = New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in Ubuntu.
https://bugs.launchpad.net/bugs/1074798

Title:
  ssh-copy-id cannot handle spaces in usernames

To manage notifications about this bug go to:
https://bugs.launchpad.net/openssh/+bug/1074798/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1074798] Re: ssh-copy-id cannot handle spaces in usernames

2012-11-09 Thread Robie Basak
Thank you for taking the time to report this bug and helping to make
Ubuntu better.

Marking this as Low priority in Ubuntu since spaces in Unix usernames
are so incredibly rare that I assume that this bug only affects a tiny
proportion of Ubuntu users.

It looks like there is some quoting missing from the ssh-copy-id script,
and that bug comes all the way from upstream via Debian.

The best place to fix this bug would be in the upstream project at
http://www.openssh.com - then Debian and Ubuntu as well as non-Linux
ports would all be fixed in one go.

Do you think you could follow this up with upstream directly, please?

** Changed in: openssh (Ubuntu)
   Status: New = Triaged

** Changed in: openssh (Ubuntu)
   Importance: Undecided = Critical

** Changed in: openssh (Ubuntu)
   Importance: Critical = Low

** Tags added: needs-upstream-report

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in Ubuntu.
https://bugs.launchpad.net/bugs/1074798

Title:
  ssh-copy-id cannot handle spaces in usernames

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1074798/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1074798] [NEW] ssh-copy-id cannot handle spaces in usernames

2012-11-03 Thread Ken Sharp
Public bug reported:

If a username has a space in it, ssh-copy-id cannot handle it, unless
it's in a non-obvious way. ssh itself has no problem with spaces.

$ ssh-copy-id User name@server
ssh: Could not resolve hostname User: Name or service not known
$ ssh-copy-id User\ name@server
ssh: Could not resolve hostname User\\: Name or service not known
$ ssh-copy-id User\ name@server
ssh: Could not resolve hostname User: Name or service not known

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: openssh-client 1:5.9p1-5ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-32.51-generic 3.2.30
Uname: Linux 3.2.0-32-generic x86_64
NonfreeKernelModules: fglrx wl
ApportVersion: 2.0.1-0ubuntu14
Architecture: amd64
Date: Sun Nov  4 02:34:02 2012
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110427.1)
ProcEnviron:
 LANGUAGE=en_GB:en
 TERM=xterm
 PATH=(custom, user)
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
RelatedPackageVersions:
 ssh-askpass   N/A
 libpam-sshN/A
 keychain  N/A
 ssh-askpass-gnome 1:5.9p1-5ubuntu1
SSHClientVersion: OpenSSH_5.9p1 Debian-5ubuntu1, OpenSSL 1.0.1 14 Mar 2012
SourcePackage: openssh
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: openssh (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug precise running-unity

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in Ubuntu.
https://bugs.launchpad.net/bugs/1074798

Title:
  ssh-copy-id cannot handle spaces in usernames

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1074798/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs