refactor!: drop all SSH opts / config handling #413
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "ssh-host-config-bye"
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?
See coop-cloud/organising#601 coop-cloud/organising#482
@3wordchant @moritz could yall test this? 🤞
This drops all
~/.ssh/config
parsing and drops the hardcoded timeout value (finally!).I've done some minor manual testing and it seems to work? Unsure what we'll run into tho...
The only change the user will see is in resulting Docker context strings:
ssh://decentral1se@test.foo.org:12345
ssh://test.foo.org
If this works, there is also a docs patch required to clarify how we're going forward with SSH handling.
b8e6b61c5f
toaa3910f8df
WIP: refactor!: drop all SSH opts / config handlingto refactor!: drop all SSH opts / config handlingAight I'm gonna merge this into main to keep testing it as we go, lemme know if you see bugs!