regression: communication to ssh remote #9
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
yocaml uses
ssh
for accessing the remote. This is great. But it doesn't directly use ssh with the remote given, but some DNS resolution is happening. So, in my case where I use different ssh private keys for everything, ssh was called with "git@193.30.40.135" instead of "git@git.robur.coop". A workaround was to add a line for 193.30.40.135 in my ~/.ssh/config.I wonder why does yocaml do the DNS resolution in the first place, can't we leave all of that to ssh?
See https://github.com/xhtmlboi/yocaml/pull/56
closing since this will be addressed upstream, thanks a lot for your work on it!