-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Broken ssh-copy-id after update to 2.29.1 #2873
Comments
I found the issue related to my problem: openssh/openssh-portable#206 ✔️ I locally fixed my |
Excellent find! Would you mind porting this to our |
Signed-off-by: Marcel Hoyer <mhoyer@pixelplastic.de>
@dscho, please check my attempt. Sadly there was no contribution guideline (how to create those patches etc) in the https://github.com/git-for-windows/MSYS2-packages repo. I hope, I did everything right? |
The recent regression where OpenSSH's `copy-ssh-id` [failed to work correctly](git-for-windows/git#2873), was [fixed](git-for-windows/MSYS2-packages#40). Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
See https://github.com/git-for-windows/git/issues?q=is%3Aissue+ssh-copy-id
Setup
defaults?
$ cat /etc/install-options.txt Editor Option: VIM Custom Editor Path: Default Branch Option: Path Option: Cmd SSH Option: OpenSSH Tortoise Option: false CURL Option: OpenSSL CRLF Option: CRLFAlways Bash Terminal Option: MinTTY Git Pull Behavior Option: Rebase Use Credential Manager: Core Performance Tweaks FSCache: Enabled Enable Symlinks: Enabled Enable Pseudo Console Support: Disabled
to the issue you're seeing?
Nothing special
Details
The
bash
that comes with git-for-windowsMinimal, Complete, and Verifiable example
this will help us understand the issue.
That
ssh-copy-id
actually really copies the key (as stated in the output) andssh user@server
does not let me enter the password afterwards.Key not copied and password is still required.
The text was updated successfully, but these errors were encountered: