Mailing List Archive

[Bug 3201] provide an option to use sftp instead of ssh 'exec sh -c …' for installing ssh-keys via ssh-copy-id
https://bugzilla.mindrot.org/show_bug.cgi?id=3201

Joel Nothman <joel.nothman@gmail.com> changed:

What |Removed |Added
----------------------------------------------------------------------------
CC| |joel.nothman@gmail.com

--- Comment #1 from Joel Nothman <joel.nothman@gmail.com> ---

+1 that I would find this feature useful, and could make an attempt at
implementing it. The university that I work for provides sftp-only
access to its data stores. This feature would help us support
researchers and students using key-based authentication.

Eerily, I found this bug posted on the same day as I was considering
it.

--
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs
[Bug 3201] provide an option to use sftp instead of ssh 'exec sh -c …' for installing ssh-keys via ssh-copy-id [ In reply to ]
https://bugzilla.mindrot.org/show_bug.cgi?id=3201

--- Comment #2 from Joel Nothman <joel.nothman@gmail.com> ---
hard parts of this may include:
* ensuring umask is set correctly
* avoiding race conditions in modifying authorized_keys

--
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs
[Bug 3201] provide an option to use sftp instead of ssh 'exec sh -c …' for installing ssh-keys via ssh-copy-id [ In reply to ]
https://bugzilla.mindrot.org/show_bug.cgi?id=3201

--- Comment #3 from Matthias Blümel <blaimi@blaimi.de> ---
I made a draft pull-request:
https://github.com/openssh/openssh-portable/pull/199

--
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs
[Bug 3201] provide an option to use sftp instead of ssh 'exec sh -c …' for installing ssh-keys via ssh-copy-id [ In reply to ]
https://bugzilla.mindrot.org/show_bug.cgi?id=3201

--- Comment #4 from Matthias Blümel <blaimi@blaimi.de> ---
Created attachment 3441
--> https://bugzilla.mindrot.org/attachment.cgi?id=3441&action=edit
patchfile to solve #3201

this is a patchfile for the same changes as in
https://github.com/openssh/openssh-portable/pull/199/commits/81658011c9a7f4330bf8a49ec4b3f2f129215fa1
but ported to http://git.hands.com/ssh-copy-id.git

--
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs
[Bug 3201] provide an option to use sftp instead of ssh 'exec sh -c …' for installing ssh-keys via ssh-copy-id [ In reply to ]
https://bugzilla.mindrot.org/show_bug.cgi?id=3201

Matthias Blümel <blaimi@blaimi.de> changed:

What |Removed |Added
----------------------------------------------------------------------------
CC| |phil@hands.com

--
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs
[Bug 3201] provide an option to use sftp instead of ssh 'exec sh -c …' for installing ssh-keys via ssh-copy-id [ In reply to ]
https://bugzilla.mindrot.org/show_bug.cgi?id=3201

--- Comment #5 from Philip Hands <phil@hands.com> ---
Sorry I didn't notice this earlier -- I'll try to have a look at it
shortly. Thanks for the contribution :-)

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