bugzilla-daemon at mindrot.org
2014-Aug-31  14:03 UTC
[Bug 2269] New: ssh-copy-id: does not respect .ssh/config
https://bugzilla.mindrot.org/show_bug.cgi?id=2269
            Bug ID: 2269
           Summary: ssh-copy-id: does not respect .ssh/config
           Product: Portable OpenSSH
           Version: 6.6p1
          Hardware: Other
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P5
         Component: ssh-copy-id
          Assignee: unassigned-bugs at mindrot.org
          Reporter: toralf.foerster at gmx.de
This is my config (stable 32 bit Gentoo Linux) :
tfoerste at n22 ~ $ cat .ssh/config
Host n22kvm
IdentityFile=/home/tfoerste/.ssh/id_rsa-kvm
Host n22stab4
IdentityFile=/home/tfoerste/.ssh/id_rsa-uml
I#d expect, that ssh-copy-id would not transfer id-rs.pub to n22kvm
when I run, but in fact I have to explicite?y specify the public key
otherweise ssh-key-based login to n22kvm won't work.
$> ssh-copy-id -i ~/.ssh/id_rsa-kvm.pub root at n22kvm
Because ssh itself respects the config values I'm wondering if this is
a bug or a feature ?
-- 
You are receiving this mail because:
You are watching the assignee of the bug.
bugzilla-daemon at mindrot.org
2014-Sep-18  21:06 UTC
[Bug 2269] ssh-copy-id: does not respect .ssh/config
https://bugzilla.mindrot.org/show_bug.cgi?id=2269
Fedor Tyurin <fedor.tyurin at gmail.com> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fedor.tyurin at gmail.com
--- Comment #1 from Fedor Tyurin <fedor.tyurin at gmail.com> ---
I've faced with the same issue. Am I doing something wrong or
ssh-copy-id really doesn't look into .ssh/config? For me it seems
inconvenient, but I guess there should be some reason for that... would
be interesting to know. Thanks!
-- 
You are receiving this mail because:
You are watching the assignee of the bug.
bugzilla-daemon at mindrot.org
2014-Nov-08  17:10 UTC
[Bug 2269] ssh-copy-id: does not respect .ssh/config
https://bugzilla.mindrot.org/show_bug.cgi?id=2269
Toralf F?rster <toralf.foerster at gmx.de> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|enhancement                 |normal
--- Comment #2 from Toralf F?rster <toralf.foerster at gmx.de> ---
well - it is a bug IMO or ?
-- 
You are receiving this mail because:
You are watching the assignee of the bug.
bugzilla-daemon at mindrot.org
2014-Nov-08  17:14 UTC
[Bug 2269] ssh-copy-id: does not respect .ssh/config
https://bugzilla.mindrot.org/show_bug.cgi?id=2269
Toralf F?rster <toralf.foerster at gmx.de> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |INVALID
             Status|NEW                         |RESOLVED
-- 
You are receiving this mail because:
You are watching the assignee of the bug.
bugzilla-daemon at mindrot.org
2015-Aug-11  13:03 UTC
[Bug 2269] ssh-copy-id: does not respect .ssh/config
https://bugzilla.mindrot.org/show_bug.cgi?id=2269
Damien Miller <djm at mindrot.org> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |CLOSED
--- Comment #3 from Damien Miller <djm at mindrot.org> ---
Set all RESOLVED bugs to CLOSED with release of OpenSSH 7.1
-- 
You are receiving this mail because:
You are watching the assignee of the bug.
Reasonably Related Threads
- [Bug 8450] New: --link-dest seems not to work mounted NTFS file systems
 - [Bug 8456] New: improve --link-dest bahaviour
 - [Bug 3722] New: check ssh key (and other parameters) before running the proxy command
 - [Bug 2695] New: inconsistent outout of "ssh.add -l" between ed25519 and rsa keys
 - v3.18-rc1 32 bit KVM hangs early in boot process