Displaying 1 result from an estimated 1 matches for "n22kvm".
Did you mean:
28kvm
2014 Aug 31
4
[Bug 2269] New: ssh-copy-id: does not respect .ssh/config
...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....