Setting an SSH preference after installation #3451
Answered
by
dscho
Sophismata
asked this question in
Q&A
|
When installing Git For Windows via the installer, you have an option to choose if Git For Windows should use its built-in SSH provider, or an external SSH provider. There's no clear setting in |
Answered by
dscho
Oct 4, 2021
Replies: 1 comment 9 replies
|
This is the "business logic" of that toggle. It deletes the files originating from the There is no easy way to replicate the exact logic in Portable Git. But you can emulate to a certain extent it by deleting the relevant files from |
9 replies
Answer selected by
Sophismata
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is the "business logic" of that toggle. It deletes the files originating from the
opensshpackage that were bundled with Git for Windows.There is no easy way to replicate the exact logic in Portable Git. But you can emulate to a certain extent it by deleting the relevant files from
/usr/bin/:rm /usr/bin/{scp,sftp,ssh*}.exe.