If missing ~/.ssh/known_hosts entry for host, abra app ls explodes #234
Labels
No Label
abra
abra-gandi
awaiting-feedback
backups
bug
build
ci/cd
community organising
contributing
coopcloud.tech
democracy
design
documentation
duplicate
enhancement
finance
funding
good first issue
help wanted
installer
kadabra
performance
proposal
question
recipes.coopcloud.tech
security
test
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: toolshed/organising#234
Loading…
Reference in New Issue
Block a user
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?
Describe the current behavior
abra app ls -S
explodes with 15 ssh host key checks.Steps to reproduce
rm ~/.ssh/known_hosts && abra app ls -S
Describe the expected behavior
It works. Servers get listed.
Any idea how this might be fixed?
I think we need to teach
abra
itself how to do host key checks or potentially more unstable, pass no host key check option when making SSH connections and warn folks that this is the case.Also related: coop-cloud/organising#142
This does make it all Just Work ™️
This would be easiest for us....
Will investigate making
abra
manage host key checking itself also.