search for: n22stab4

Displaying 1 result from an estimated 1 matches for "n22stab4".

2014 Aug 31
4
[Bug 2269] New: ssh-copy-id: does not respect .ssh/config
...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...