Run ssh-keyscan, or regular SSH, during abra server add #203

Open
opened 2021-07-09 16:47:08 +00:00 by 3wordchant · 1 comment
Owner

Currently, for anyone using an app config repo (e.g. Autonomic, or Neuronic), new users get a gnarly SSH error message when they try to run their first abra command, if they haven't SSH'd to that machine before.

We could avoid this by doing ssh-keyscan, or a regular SSH connection, during abra server add (I think it's probably too heavy to do this before every remote Docker run, and we'd also need to add conditional checks to disable them for the default context)

Currently, for anyone using an app config repo (e.g. Autonomic, or Neuronic), new users get a gnarly SSH error message when they try to run their first abra command, if they haven't SSH'd to that machine before. We could avoid this by doing `ssh-keyscan`, or a regular `SSH` connection, during `abra server add` (I think it's probably too heavy to do this before every remote Docker run, and we'd also need to add conditional checks to disable them for the `default` context)
3wordchant added the
enhancement
label 2021-07-09 16:47:08 +00:00
Owner

Perhaps a ssh-keyscan when running abra server add ... will do it?

Perhaps a `ssh-keyscan` when running `abra server add ...` will do it?
This repo is archived. You cannot comment on issues.
No Milestone
No Assignees
2 Participants
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: coop-cloud/abra#203
No description provided.