https://bugzilla.mindrot.org/show_bug.cgi?id=2331

Elias Toivanen <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Elias Toivanen <[email protected]> ---
I cannot reproduce the bug

Here's what I did...

1. Have a key pair id_rsa_remote/id_rsa_remote.pub set up on the remote
machine 

2. Configured the local machine to use this key pair, a copy of which I
have

Host remote
  User me
  Hostname remote.machine.com
  IdentityFile ~/.ssh/id_rsa_remote

3. Have the pub key in id_rsa_remote.pub in the authorized_keys file.

# Public key authentication now works

4. Created a new key pair id_new/id_new.pub on the local machine.

5. ssh-copy-id -i id_new.pub me@remote

6. Observed that the public key has been appended correctly in the
authorized keys file.

# Public key authentication now works with both key pairs


Could you clarify the situation a little bit. So, you have created a
new key pair id_new/id_new.pub that are completely unrelated to any old
key pairs? And the contents of id_new.pub are truly not in the
authorized keys file? 

Note also that a pubkeys are not stronger or weaker...they are just
public.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
openssh-bugs mailing list
[email protected]
https://lists.mindrot.org/mailman/listinfo/openssh-bugs

Reply via email to