regression: communication to ssh remote #9

Closed
opened 2024-10-22 09:27:47 +00:00 by hannes · 2 comments
Owner

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?

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?
Owner
See https://github.com/xhtmlboi/yocaml/pull/56
Author
Owner

closing since this will be addressed upstream, thanks a lot for your work on it!

closing since this will be addressed upstream, thanks a lot for your work on it!
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: robur/blog.robur.coop#9
No description provided.